qdhenry/claude-command-suite
Professional slash commands for Claude Code that provide structured workflows for software development tasks including code review, feature creation, security auditing, and architectural analysis.
npx skills add qdhenry/claude-command-suiteREADME
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 Documen
...