Sandbox
@qdhenry/Claude-Command-Suite

Claude Code slash commands, skills, and agents

Claude Command Suite packages a large set of Claude Code workflows into one installable toolkit. It combines slash commands, skills, agents, and hooks so you can run repeatable flows for code review, test generation, security audits, deployment prep, and documentation without rebuilding the prompt structure each time.

1,334 starsโ€ข152 forksโ€ขShellโ€ขUpdated 6mo ago
Who it's for

Builders who use Claude Code and want reusable project workflows for coding, review, testing, and release work.

What it delivers

You can run structured Claude Code workflows instead of rewriting the same instructions for each task.

What it does

Slash command library

Provides 216+ namespace-organized commands such as `/dev:code-review`, `/test:write-tests`, and `/deploy:prepare-release`.

Claude Code skills

Includes 12 model-invoked skills for recurring tasks like Linear sync, Cloudflare deployment, WebMCP setup, audio transcription, and dead code removal.

Specialized agents

Ships 54 AI agents for tasks such as code quality review, security scanning, test coverage analysis, and GitHub-Linear synchronization.

Hooks and workflow automation

Includes hook files and scripted workflows that wrap and coordinate agent actions around project tasks.

Installation and setup scripts

Provides `install.sh` plus scripts for setting up releases, changelogs, retroactive releases, and WebMCP installation.

How to get it

  1. 1Triggering skills
    "What do I need to work on today?"  # Activates linear-todo-sync
    "Deploy a cloudflare worker"        # Activates cloudflare-manager
    "Set up WebMCP in this project"     # Activates webmcp
    "Transcribe this audio file"        # Activates elevenlabs-transcribe
    "Find and remove dead code"         # Activates remove-dead-code
  2. 2Creating skills
    /skills:build-skill
  3. 3Simply 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/
  4. 4Use 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
  5. 5Run
    claude code
    /dev:code-review           # Review your entire codebase
    /project:create-feature    # Build a new feature
    /security:security-audit   # Check for security issues
    /dev:cleanup-vibes         # Clean up a vibecoded project
    /webmcp:setup              # Set up WebMCP integration

README

Claude Command Suite

Total Commands Skills 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 216+ slash commands, 12 Claude Code Skills, 54 AI agents, and automated workflows for software engineering tasks. The suite covers code review, testing, deployment, media processing, WebMCP integration, 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: 12 model-invoked capabilities for recurring workflows including Linear task management, WebMCP integration, media processing, and Cloudflare deployment
  • Standalone Commands: Purpose-built commands for project cleanup, spec writing, file watching, WebMCP, and media processing
  • 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

FeatureSkills (Model-Invoked)Commands (User-Invoked)
ActivationContextually triggeredExplicit invocation via /command
Use CaseRecurring workflows, domain expertiseSpecific task execution
ScopePersonal or project-wideProject-specific
DistributionGit repositories, pluginsCommand 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

webmcp - WebMCP browser-native AI tool integration

  • Imperative JavaScript API and declarative HTML form annotation
  • Tool setup, debugging, auditing, and testing workflows
  • Chrome 146+ with WebMCP flag enabled
  • Model Context Tool Inspector integration

bigcommerce-api - BigCommerce API expert

  • REST V2/V3, GraphQL Storefront, webhooks, and OAuth
  • Headless storefront development with Next.js/Catalyst
  • Catalog, Orders, Customers, and Payments API workflows
  • Multi-storefront channel awareness and rate limit management

audit-env-variables - Environment variable security audit

  • Scans .env* files and cross-references usage across JS/TS codebases
  • Detects unused variables, dynamic access patterns, and known services
  • Optional cleanup mode with backup branches and regression prevention

remove-dead-code - Multi-agent dead code removal

  • Parallel scout agents analyze unused exports, orphaned files, dead imports
  • Automatic backup branch creation before any removal
  • Post-removal validation with TypeScript checking, build, and test suite

elevenlabs-transcribe - Audio/video transcription

  • ElevenLabs Scribe v2 API with speaker diarization (up to 32 speakers)
  • Audio event tagging, language detection, and key-term biasing
  • Requirements: ELEVENLABS_API_KEY, uv runtime

extract-video-frames - Video frame extraction

  • PNG frame extraction at configurable intervals via ffmpeg
  • Aligned audio segments and full audio track export
  • JSON manifest generation for agent handoff pipelines

file-watcher - Chokidar-based file change watcher

  • Monitors files/directories and triggers claude -p on changes
  • Glob filtering, debounce control, and {{file}} placeholder support
  • Use cases: auto code review, type checking, test generation

gsap-animation - GSAP animation reference

  • Complete API reference covering tweens, timelines, easing, stagger, and plugins
  • ScrollTrigger, Flip, SplitText, Draggable deep references
  • React integration with useGSAP() hook and SSR/Next.js patterns

setup-agent-tail - Agent-tail log aggregation setup

  • Auto-detects framework (Vite, Next.js, monorepo, Node CLI)
  • Browser console capture and configurable log filtering
  • Package manager detection and script wrapping

setup-portless - Portless named .localhost URLs

  • Replaces port numbers with stable name.localhost URLs
  • Monorepo subdomain naming patterns
  • Requirements: Node.js 20+, macOS or Linux

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
"Set up WebMCP in this project"     # Activates webmcp
"Transcribe this audio file"        # Activates elevenlabs-transcribe
"Find and remove dead code"         # Activates remove-dead-code

Creating skills:

/skills:build-skill

Documentation:


๐Ÿ“š Table of Contents

๐Ÿค– AI Agents๐ŸŽจ Skills๐Ÿš€ Getting Startedโšก Commands๐Ÿ’ก Usage
AI AgentsSkillsQuick StartAvailable CommandsHow It Works
Agent DocsSkills QuickstartInstallation GuideCommand NamespacesCommon Workflows
WorkflowsSkills DocsContributing

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
/dev:cleanup-vibes         # Clean up a vibecoded project
/webmcp:setup              # Set up WebMCP integration

Available Commands

216 commands organized by namespace for software development workflows.

54 AI agents available for complex task automation. AI Agents Documentation

Command Namespace Index

Core DevelopmentQuality & TestingDeploymentCollaborationAdvanced
๐Ÿš€ Project๐Ÿงช Test๐Ÿ“ฆ Deploy๐Ÿ‘ฅ Team๐ŸŽฏ Simulation
๐Ÿ’ป Dev๐Ÿ”’ Security๐Ÿ“š Docs๐Ÿ”„ Sync๐Ÿ“‹ Orchestration
๐Ÿ”ง Setupโšก Performance๐ŸŒ WebMCP๐Ÿ’ฌ Session๐Ÿง  WFGY
๐Ÿฆ€ Rust๐ŸŽฌ Media

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.

/test:* - Testing Suite

Testing tools for unit tests, integration tests, E2E tests, coverage analysis, mutation testing, and visual regression testing.

/security:* - Security & Compliance

Security auditing, dependency scanning, authentication implementation, and security hardening for codebase security.

/performance:* - Performance Optimization

Tools for optimizing build times, bundle sizes, database queries, caching strategies, and application performance.

/sync:* - Integration & Synchronization

Bidirectional synchronization between GitHub Issues and Linear, PR tracking, conflict resolution, and cross-platform task management.

/deploy:* - Deployment & Release

Release preparation, automated deployments, rollback capabilities, containerization, and Kubernetes deployment management.

/docs:* - Documentation Generation

Documentation automation for APIs, architecture diagrams, onboarding guides, and troubleshooting documentation.

/setup:* - Configuration & Setup

Setup commands for development environments, linting, formatting, monitoring, database schemas, and API design.

Files in the repo

Repository payloadโ€ข16 top-level entries
  • .claude
  • .feature-tracking
  • .github
  • scripts
  • .gitignore
  • CHANGELOG.md
  • CONTRIBUTING.md
  • FUTURE_FEATURES_ROADMAP.md
  • install.sh
  • README.md
  • RELEASE_CHECKLIST.md
  • RELEASE_NOTES_v3.2.0.md
  • ROADMAP.md
  • SKILL_BUILDER_ENHANCEMENTS.md
  • SKILL_BUILDER_SUMMARY.md
  • version.txt

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

138k
1 add

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

82k
code-yeongyu/
oh-my-openagent

OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.

69k

Persistent Context Across Sessions for Every Agent โ€“ Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

94k

Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns

4.3k