claude-command-suite
💡 Summary
A comprehensive toolkit for AI-assisted software development with commands and agents for various tasks.
🎯 Target Audience
🤖 AI Roast: “Powerful, but the setup might scare off the impatient.”
Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.
Claude Command Suite
A comprehensive development toolkit designed following Anthropic's Claude Code Best Practices for AI-assisted software development.
Claude Command Suite is a development toolkit providing 148+ slash commands, 54 AI agents, Claude Code Skills, and automated workflows for software engineering tasks. The suite covers code review, testing, deployment, business scenario modeling, and GitHub-Linear synchronization through structured, repeatable workflows.
- Slash Commands: Namespace-organized commands (
/dev:code-review,/test:generate-test-cases,/deploy:prepare-release) for development workflows - AI Agents: Specialized agents for security auditing, test coverage analysis, and cross-platform synchronization
- Claude Code Skills: Model-invoked capabilities for recurring workflows including Linear task management and Cloudflare infrastructure deployment
- Automated Workflows: Pre-configured sequences for feature implementation and production deployment
- Scenario Simulators: Decision-making tools for business modeling, system behavior analysis, and architectural evaluation
- Task Orchestration: Task management system with Git integration and context preservation
AI Agents
Specialized AI agents handle complex development tasks through focused tool access and isolated contexts:
- Code Quality Suite: Automated code review, security scanning, performance analysis
- Test Engineer: Test generation with coverage analysis
- Integration Manager: GitHub-Linear bidirectional synchronization
- Strategic Analyst: Business scenario modeling and decision analysis
- Additional Agents: Project initialization, release management, architecture review
AI Agents Documentation | Workflow Examples
Claude Code Skills
Claude Code Skills extend the suite with model-invoked capabilities that complement slash commands. Skills are automatically activated by Claude based on context, suitable for recurring workflows and domain-specific expertise.
Skills vs Commands
| Feature | Skills (Model-Invoked) | Commands (User-Invoked) |
|---------|---------------------------|---------------------------|
| Activation | Contextually triggered | Explicit invocation via /command |
| Use Case | Recurring workflows, domain expertise | Specific task execution |
| Scope | Personal or project-wide | Project-specific |
| Distribution | Git repositories, plugins | Command file copying |
Available Skills
linear-todo-sync - Linear task management integration
- GraphQL API integration for task retrieval
- Priority-based organization with metadata
- Markdown output with actionable links
- Context triggers: "What do I need to work on?", "Show my work"
cloudflare-manager - Cloudflare infrastructure management
- Workers deployment with URL extraction
- KV Storage and R2 bucket management
- Cloudflare Pages deployment
- DNS and routing configuration
- Requirements: Bun runtime, CLOUDFLARE_API_KEY
Skills Builder Framework
Structured workflow for creating custom skills:
- /skills:build-skill - Guided skill creation command
- Four-phase process: Requirements elicitation, code generation, validation, documentation
- Quality assurance: Automated testing and validation scripts
- Templates: Five skill templates for different use cases
Usage
Triggering skills:
"What do I need to work on today?" # Activates linear-todo-sync
"Deploy a cloudflare worker" # Activates cloudflare-manager
Creating skills:
/skills:build-skill
Documentation:
- Quick Start Guide - Skill creation walkthrough
- Complete Documentation - Full reference guide
- Browse Skills - Available implementations
📚 Table of Contents
| 🤖 AI Agents | 🎨 Skills | 🚀 Getting Started | ⚡ Commands | 💡 Usage | |:----------------:|:-------------:|:---------------------:|:---------------:|:------------:| | AI Agents | Skills | Quick Start | Available Commands | How It Works | | Agent Docs | Skills Quickstart | Installation Guide | Command Namespaces | Common Workflows | | Workflows | Skills Docs | | | Contributing |
Quick Start
Option 1: Direct Installation (Recommended)
Simply add command files directly to your project's .claude/commands/ folder:
# Create the commands directory in your project mkdir -p .claude/commands # Download specific commands you need curl -o .claude/commands/dev/code-review.md https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/dev/code-review.md # Or copy your own custom command files cp my-custom-command.md .claude/commands/
Option 2: Install All Commands
Use our installation script to set up all commands at once:
git clone https://github.com/qdhenry/Claude-Command-Suite.git cd Claude-Command-Suite chmod +x install.sh ./install.sh
Start Using Commands
claude code /dev:code-review # Review your entire codebase /project:create-feature # Build a new feature /security:security-audit # Check for security issues
Available Commands
148 commands organized by namespace for software development workflows.
54 AI agents available for complex task automation. AI Agents Documentation
Command Namespace Index
| Core Development | Quality & Testing | Deployment | Collaboration | Advanced | |:--------------------:|:--------------------:|:--------------:|:----------------:|:------------:| | 🚀 Project | 🧪 Test | 📦 Deploy | 👥 Team | 🎯 Simulation | | 💻 Dev | 🔒 Security | 📚 Docs | 🔄 Sync | 📋 Orchestration | | 🔧 Setup | ⚡ Performance | | | 🧠 WFGY |
Command Namespaces
/project:* - Project Management
Project initialization, configuration, and management. Commands for project creation, dependency management, milestone tracking, and health monitoring.
/project:init-project- Initialize new project with essential structure/project:add-package- Add and configure new project dependencies/project:create-feature- Scaffold new feature with boilerplate code/project:milestone-tracker- Track and monitor project milestone progress/project:project-health-check- Analyze overall project health and metrics/project:project-to-linear- Sync project structure to Linear workspace/project:project-timeline-simulator- Simulate project outcomes with variable modeling/project:pac-configure- Configure Product as Code (PAC) project structure/project:pac-create-epic- Create new PAC epic with guided workflow/project:pac-create-ticket- Create new PAC ticket within an epic/project:pac-validate- Validate PAC structure for specification compliance/project:pac-update-status- Update PAC ticket status and track progress
/dev:* - Development Tools
Development utilities including code review, debugging, refactoring, and analysis modes.
/dev:code-review- Comprehensive code quality review- [
/dev:debug-error](.claude/commands/dev/debug-error.m
Pros
- Extensive command set for various development tasks.
- Integration with AI agents for automation.
- Structured workflows enhance productivity.
Cons
- Initial setup may be complex for new users.
- Documentation could be more detailed.
- Dependency on external tools may introduce risks.
Related Skills
claude-mods
A“Powerful, but the setup might scare off the impatient.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author qdhenry.
