by qdhenry
Professional slash commands for Claude Code that provide structured workflows for software development tasks including code review, feature creation, security auditing, and architectural analysis.
# Add to your Claude Code skills
git clone https://github.com/qdhenry/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 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.
/dev:code-review, /test:generate-test-cases, /deploy:prepare-release) for development workflowsNo comments yet. Be the first to share your thoughts!
Specialized AI agents handle complex development tasks through focused tool access and isolated contexts:
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.
| 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 |
linear-todo-sync - Linear task management integration
cloudflare-manager - Cloudflare infrastructure management
webmcp - WebMCP browser-native AI tool integration
bigcommerce-api - BigCommerce API expert
audit-env-variables - Environment variable security audit
.env* files and cross-references usage across JS/TS codebasesremove-dead-code - Multi-agent dead code removal
elevenlabs-transcribe - Audio/video transcription
uv runtimeextract-video-frames - Video frame extraction
file-watcher - Chokidar-based file change watcher
claude -p on changes{{file}} placeholder supportgsap-animation - GSAP animation reference
useGSAP() hook and SSR/Next.js patternssetup-agent-tail - Agent-tail log aggregation setup
setup-portless - Portless named .localhost URLs
name.localhost URLsStructured workflow for creating custom skills:
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:
| 🤖 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 |
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/
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
claude code
/dev:c