Skip to content

Releases

All releases of the Agentic Software Development commands library.


Latest Release

v1.1.3 - 2026-01-28

Download | Release Notes


Release History

v1.1.3 - 2026-01-28

Download | Release Notes

v1.1.2 - 2026-01-28

Download | Release Notes

v1.1.1 - 2026-01-27

Download | Release Notes

v1.1.0 - 2026-01-25

Download | Release Notes

v1.0.1 - 2025-12-22

Download | Release Notes

v1.0.0 - 2025-12-22

Download | Release Notes


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.