Releases¶
All releases of the SDLC Workflow Skills (SDLC workflow skills).
Latest Release¶
v2.1.0 - 2026-02-15¶
Release History¶
v2.1.0 - 2026-02-15¶
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 with npx skills (recommended)¶
Use the skills CLI to install this repo’s skills. Discover skills at skills.sh.
Cursor:
When prompted, choose Copy (not Symlink)—Cursor does not reliably show skills when ~/.cursor/skills is a symlink.
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¶
We maintain a changelog in the repo: CHANGELOG.md ( Keep a Changelog format). Each release is also published on the GitHub Releases page.