Releases¶
All releases of the SDLC Workflow Skills (SDLC workflow skills).
Latest Release¶
v2.0.0 - 2026-02-05¶
Release History¶
v2.0.0 - 2026-02-05¶
v1.1.5 - 2026-02-01¶
v1.1.4 - 2026-01-31¶
v1.1.3 - 2026-01-28¶
v1.1.2 - 2026-01-28¶
v1.1.1 - 2026-01-27¶
v1.1.0 - 2026-01-25¶
v1.0.1 - 2025-12-22¶
v1.0.0 - 2025-12-22¶
Download¶
Releases include skills packaged as:
- .tar.gz - For Unix/Linux/macOS
- .zip - For Windows
Download the latest release from the GitHub Releases page.
Installation¶
Install from GitHub (Cursor)¶
In Cursor you can load skills directly from this repo: Settings → Rules → Add Rule → Remote Rule (Github) and enter:
See Cursor docs: Installing skills from GitHub. No download or copy step; Cursor loads from the repo.
Install from a release (Cursor, Claude, Codex)¶
The same skills/ layout works for Cursor, Claude, and Codex. After downloading a release, extract and copy into your environment’s skills directory:
# Extract the archive
tar -xzf skills-vX.X.X.tar.gz # Unix/Linux/macOS
# OR
unzip skills-vX.X.X.zip # Windows
# Cursor (global or per-project):
cp -r skills/* ~/.cursor/skills/
# OR: mkdir -p .cursor/skills && cp -r skills/* .cursor/skills/
# Claude (global or per-project):
cp -r skills/* ~/.claude/skills/
# OR: mkdir -p .claude/skills && cp -r skills/* .claude/skills/
# Codex (global or per-project):
cp -r skills/* ~/.codex/skills/
# OR: mkdir -p .codex/skills && cp -r skills/* .codex/skills/
See the Getting Started guide for detailed setup instructions.
Changelog¶
For detailed changes in each release, see the GitHub Releases page.