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-SuiteGuides for using cli tools skills like Claude-Command-Suite.
Last scanned: 4/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-30T06:27:55.268Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}Claude-Command-Suite is an open-source cli tools skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built 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. It has 1,311 GitHub stars.
Yes. Claude-Command-Suite passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/qdhenry/Claude-Command-Suite" and add it to your Claude Code skills directory (see the Installation section above).
Claude-Command-Suite is primarily written in Shell. It is open-source under qdhenry on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other CLI Tools skills you can browse and compare side by side. Open the CLI Tools category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Claude-Command-Suite against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Based on votes and bookmarks from developers who liked this skill
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 workflowsSpecialized AI agents handle complex development tasks through focused tool access and isolated contexts:
AI Agents Documentation | Workflow Examples
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