Releases¶
All releases of the Agentic Software Development commands library.
Latest Release¶
v1.1.3 - 2026-01-28¶
Release History¶
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 command files packaged as:
- .tar.gz - For Unix/Linux/macOS
- .zip - For Windows
Download the latest release from the GitHub Releases page.
Installation¶
After downloading a release:
# Extract the archive
tar -xzf commands-vX.X.X.tar.gz # Unix/Linux/macOS
# OR
unzip commands-vX.X.X.zip # Windows
# Copy to Cursor commands directory
# Global (all projects):
cp -r commands/* ~/.cursor/commands/
# Per-project:
mkdir -p .cursor/commands
cp -r commands/* .cursor/commands/
See the Getting Started guide for detailed setup instructions.
Changelog¶
For detailed changes in each release, see the GitHub Releases page.