Co-Pilot
Updated a month ago

claude-command-suite

Qqdhenry
0.9k
qdhenry/claude-command-suite
80
Agent Score

💡 Summary

A comprehensive toolkit for AI-assisted software development with commands and agents for various tasks.

🎯 Target Audience

Software DevelopersDevOps EngineersProject ManagersQA EngineersTechnical Team Leads

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisMedium Risk

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

Total Commands AI Agents GitHub Release License

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

AI Agents Workflows

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

Skills Available Documentation

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:


📚 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.

/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
5-Dim Analysis
Clarity8/10
Novelty8/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

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

ccmp

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

claude-mods

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

agentic-qe

A
toolCo-Pilot
86/ 100

“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.