AI-powered development toolkit for Claude Code
Top 66.8% on sourcepulse
This repository provides a comprehensive suite of over 119 slash commands and 54 AI agents designed to enhance AI-assisted software development workflows within Claude Code. It targets developers seeking structured, repeatable processes for tasks like code review, testing, security auditing, and project management, aiming to transform Claude Code into a powerful development partner.
How It Works
The suite leverages Claude Code's ability to recognize markdown files in a .claude/commands/
directory as executable slash commands. Each command is a markdown file with a specific structure, including a title, description, and instructions. This approach requires no complex installation; users simply add command files to their project, enabling immediate use via /namespace:command-name
. The commands are organized into namespaces for clarity and cover a wide range of development activities.
Quick Start & Requirements
.claude/commands/
folder, or use the provided install.sh
script after cloning the repository.Highlighted Details
/dev
, /project
, /security
, /simulation
).Maintenance & Community
Contributions are welcome, with clear guidelines for adding or improving commands. The project utilizes automated changelog generation and Conventional Commits for releases.
Licensing & Compatibility
The repository does not explicitly state a license. Commands are designed to be language-agnostic, promoting broad compatibility.
Limitations & Caveats
The project relies on Claude Code, which is not a standalone tool. The effectiveness of the commands is dependent on the capabilities and context provided by Claude Code. No specific version requirements for Claude Code beyond "1.0 or later" are detailed.
3 days ago
Inactive