---
slug: "claude-command-suite"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/qdhenry/claude-command-suite@main/README.md"
repo: "https://github.com/qdhenry/claude-command-suite"
source_file: "README.md"
branch: "main"
---
# Claude Command Suite

![Total Commands](https://img.shields.io/badge/Commands-216-brightgreen?style=for-the-badge)
![Skills](https://img.shields.io/badge/Skills-12-blue?style=for-the-badge)
![AI Agents](https://img.shields.io/badge/AI_Agents-54-red?style=for-the-badge)
![GitHub Release](https://img.shields.io/github/v/release/qdhenry/Claude-Command-Suite?style=for-the-badge)
![License](https://img.shields.io/badge/license-MIT-purple?style=for-the-badge)

> A comprehensive development toolkit designed following [Anthropic's Claude Code Best Practices](https://www.anthropic.com/engineering/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

<div align="center">

[![AI Agents](https://img.shields.io/badge/AI_Agents-54_Available-ff6b6b?style=for-the-badge&labelColor=4c1d95)](.claude/agents/README.md)
[![Workflows](https://img.shields.io/badge/Workflows-Documentation-4ecdc4?style=for-the-badge&labelColor=1a535c)](.claude/agents/WORKFLOW_EXAMPLES.md)

</div>

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](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/agents/README.md) | [Workflow Examples](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/agents/WORKFLOW_EXAMPLES.md)

---

## Claude Code Skills

<div align="center">

[![Skills Available](https://img.shields.io/badge/Skills-12_Available-9b59b6?style=for-the-badge&labelColor=2c3e50)](.claude/skills/)
[![Documentation](https://img.shields.io/badge/Documentation-Skills_Guide-3498db?style=for-the-badge&labelColor=2c3e50)](.claude/commands/skills/README.md)

</div>

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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/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](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/skills/build-skill.md)** - 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:**
- [Quick Start Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/skills/QUICKSTART.md) - Skill creation walkthrough
- [Complete Documentation](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/skills/README.md) - Full reference guide
- [Browse Skills](https://github.com/qdhenry/claude-command-suite/tree/HEAD/.claude/skills/) - Available implementations

---

## 📚 Table of Contents

| **🤖 AI Agents** | **🎨 Skills** | **🚀 Getting Started** | **⚡ Commands** | **💡 Usage** |
|:----------------:|:-------------:|:---------------------:|:---------------:|:------------:|
| [AI Agents](#-new-intelligent-ai-agents) | [Skills](#-new-claude-code-skills) | [Quick Start](#quick-start) | [Available Commands](#available-commands) | [How It Works](#how-it-works) |
| [Agent Docs](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/agents/README.md) | [Skills Quickstart](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/skills/QUICKSTART.md) | [Installation Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/docs/INSTALLATION.md) | [Command Namespaces](#command-namespaces) | [Common Workflows](#common-workflows) |
| [Workflows](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/agents/WORKFLOW_EXAMPLES.md) | [Skills Docs](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/skills/README.md) |  |  | [Contributing](#contributing) |

<a id="quick-start"></a>
## Quick Start

### Option 1: Direct Installation (Recommended)
Simply add command files directly to your project's `.claude/commands/` folder:

```bash
# 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:

```bash
git clone https://github.com/qdhenry/Claude-Command-Suite.git
cd Claude-Command-Suite
chmod +x install.sh
./install.sh
```

### Start Using Commands
```bash
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
```

<a id="available-commands"></a>
## Available Commands

216 commands organized by namespace for software development workflows.

54 AI agents available for complex task automation. [AI Agents Documentation](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/agents/README.md)

### Command Namespace Index

| **Core Development** | **Quality & Testing** | **Deployment** | **Collaboration** | **Advanced** |
|:--------------------:|:--------------------:|:--------------:|:----------------:|:------------:|
| [🚀 Project](#-project---project-management) | [🧪 Test](#-test---testing-suite) | [📦 Deploy](#-deploy---deployment--release) | [👥 Team](#-team---team-collaboration) | [🎯 Simulation](#-simulation---ai-reality-simulators) |
| [💻 Dev](#-dev---development-tools) | [🔒 Security](#-security---security--compliance) | [📚 Docs](#-docs---documentation-generation) | [🔄 Sync](#-sync---integration--synchronization) | [📋 Orchestration](#-orchestration---task-orchestration) |
| [🔧 Setup](#-setup---configuration--setup) | [⚡ Performance](#-performance---performance-optimization) | [🌐 WebMCP](#-webmcp---webmcp-integration) | [💬 Session](#-session---session-management) | [🧠 WFGY](#-wfgy---semantic-reasoning--memory) |
| [🦀 Rust](#-rust---rust--tauri-development) | | [🎬 Media](#-media---media-processing) | | |

<a id="command-namespaces"></a>
## Command Namespaces

### `/project:*` - Project Management
Project initialization, configuration, and management. Commands for project creation, dependency management, milestone tracking, and health monitoring.

- [`/project:init-project`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/init-project.md) - Initialize new project with essential structure
- [`/project:add-package`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/add-package.md) - Add and configure new project dependencies  
- [`/project:create-feature`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/create-feature.md) - Scaffold new feature with boilerplate code
- [`/project:milestone-tracker`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/milestone-tracker.md) - Track and monitor project milestone progress
- [`/project:project-health-check`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/project-health-check.md) - Analyze overall project health and metrics
- [`/project:project-to-linear`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/project-to-linear.md) - Sync project structure to Linear workspace
- [`/project:project-timeline-simulator`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/project-timeline-simulator.md) - Simulate project outcomes with variable modeling
- [`/project:pac-configure`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/pac-configure.md) - Configure Product as Code (PAC) project structure
- [`/project:pac-create-epic`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/pac-create-epic.md) - Create new PAC epic with guided workflow
- [`/project:pac-create-ticket`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/pac-create-ticket.md) - Create new PAC ticket within an epic
- [`/project:pac-validate`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/pac-validate.md) - Validate PAC structure for specification compliance
- [`/project:pac-update-status`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/pac-update-status.md) - Update PAC ticket status and track progress
- [`/project:todo-branch`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/todo-branch.md) - Create feature branches from todo items
- [`/project:todo-worktree`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/project/todo-worktree.md) - Create git worktrees from todo items

### `/dev:*` - Development Tools
Development utilities including code review, debugging, refactoring, and analysis modes.

- [`/dev:code-review`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/code-review.md) - Comprehensive code quality review
- [`/dev:debug-error`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/debug-error.md) - Systematically debug and fix errors
- [`/dev:explain-code`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/explain-code.md) - Analyze and explain code functionality
- [`/dev:refactor-code`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/refactor-code.md) - Intelligently refactor and improve code quality
- [`/dev:fix-issue`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/fix-issue.md) - Identify and resolve code issues
- [`/dev:ultra-think`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/ultra-think.md) - Deep analysis and problem solving mode
- [`/dev:prime`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/prime.md) - Enhanced AI mode for complex tasks
- [`/dev:all-tools`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/all-tools.md) - Display all available development tools
- [`/dev:git-status`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/git-status.md) - Show detailed git repository status
- [`/dev:clean-branches`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/clean-branches.md) - Clean up merged and stale git branches
- [`/dev:directory-deep-dive`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/directory-deep-dive.md) - Analyze directory structure and purpose
- [`/dev:code-to-task`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/code-to-task.md) - Convert code analysis to Linear tasks
- [`/dev:code-permutation-tester`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/code-permutation-tester.md) - Test multiple code variations through simulation
- [`/dev:architecture-scenario-explorer`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/architecture-scenario-explorer.md) - Explore architectural decisions through scenario analysis
- [`/dev:incremental-feature-build`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/incremental-feature-build.md) - Build features incrementally with validation gates
- [`/dev:parallel-feature-build`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/parallel-feature-build.md) - Build features using parallel agent execution
- [`/dev:cloudflare-worker`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/cloudflare-worker.md) - Generate and deploy Cloudflare Workers
- [`/dev:generate-linear-worklog`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/generate-linear-worklog.md) - Generate work logs from Linear task history
- [`/dev:rule2hook`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/rule2hook.md) - Convert CLAUDE.md rules to Claude Code hooks
- [`/dev:cleanup-vibes`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/cleanup-vibes.md) - Transform vibecoded projects into structured, deployment-ready codebases
- [`/dev:remove-dead-code`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/remove-dead-code.md) - Multi-agent dead code scanning, removal, and validation with backup branches
- [`/dev:create-ui-component`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/create-ui-component.md) - Create UI components with design system compliance and Storybook stories
- [`/dev:watch`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/watch.md) - File watcher that triggers Claude on changes with glob filtering and debounce
- [`/dev:xml-prompt-formatter`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/dev/xml-prompt-formatter.md) - Reformat prompts using structured XML tags for semantic clarity

### `/test:*` - Testing Suite
Testing tools for unit tests, integration tests, E2E tests, coverage analysis, mutation testing, and visual regression testing.

- [`/test:generate-test-cases`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/generate-test-cases.md) - Generate comprehensive test cases automatically
- [`/test:write-tests`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/write-tests.md) - Write unit and integration tests
- [`/test:test-coverage`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/test-coverage.md) - Analyze and report test coverage
- [`/test:setup-comprehensive-testing`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/setup-comprehensive-testing.md) - Setup complete testing infrastructure
- [`/test:e2e-setup`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/e2e-setup.md) - Configure end-to-end testing suite
- [`/test:setup-visual-testing`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/setup-visual-testing.md) - Setup visual regression testing
- [`/test:setup-load-testing`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/setup-load-testing.md) - Configure load and performance testing
- [`/test:add-mutation-testing`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/add-mutation-testing.md) - Setup mutation testing for code quality
- [`/test:add-property-based-testing`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/add-property-based-testing.md) - Implement property-based testing framework
- [`/test:test-changelog-automation`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/test/test-changelog-automation.md) - Automate changelog testing workflow

### `/security:*` - Security & Compliance
Security auditing, dependency scanning, authentication implementation, and security hardening for codebase security.

- [`/security:security-audit`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/security/security-audit.md) - Perform comprehensive security assessment
- [`/security:dependency-audit`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/security/dependency-audit.md) - Audit dependencies for security vulnerabilities
- [`/security:security-hardening`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/security/security-hardening.md) - Harden application security configuration
- [`/security:add-authentication-system`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/security/add-authentication-system.md) - Implement secure user authentication system

### `/performance:*` - Performance Optimization
Tools for optimizing build times, bundle sizes, database queries, caching strategies, and application performance.

- [`/performance:performance-audit`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/performance-audit.md) - Audit application performance metrics
- [`/performance:optimize-build`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/optimize-build.md) - Optimize build processes and speed
- [`/performance:optimize-bundle-size`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/optimize-bundle-size.md) - Reduce and optimize bundle sizes
- [`/performance:optimize-database-performance`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/optimize-database-performance.md) - Optimize database queries and performance
- [`/performance:implement-caching-strategy`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/implement-caching-strategy.md) - Design and implement caching solutions
- [`/performance:add-performance-monitoring`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/add-performance-monitoring.md) - Setup application performance monitoring
- [`/performance:setup-cdn-optimization`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/setup-cdn-optimization.md) - Configure CDN for optimal delivery
- [`/performance:system-behavior-simulator`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/performance/system-behavior-simulator.md) - Simulate system performance under various loads

### `/sync:*` - Integration & Synchronization
Bidirectional synchronization between GitHub Issues and Linear, PR tracking, conflict resolution, and cross-platform task management.

- [`/sync:sync-issues-to-linear`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/sync-issues-to-linear.md) - Sync GitHub issues to Linear workspace
- [`/sync:sync-linear-to-issues`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/sync-linear-to-issues.md) - Sync Linear tasks to GitHub issues
- [`/sync:bidirectional-sync`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/bidirectional-sync.md) - Enable bidirectional GitHub-Linear synchronization
- [`/sync:issue-to-linear-task`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/issue-to-linear-task.md) - Convert GitHub issues to Linear tasks
- [`/sync:linear-task-to-issue`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/linear-task-to-issue.md) - Convert Linear tasks to GitHub issues
- [`/sync:sync-pr-to-task`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/sync-pr-to-task.md) - Link pull requests to Linear tasks
- [`/sync:sync-status`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/sync-status.md) - Monitor GitHub-Linear sync health status
- [`/sync:bulk-import-issues`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/bulk-import-issues.md) - Bulk import GitHub issues to Linear
- [`/sync:cross-reference-manager`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/cross-reference-manager.md) - Manage cross-platform reference links
- [`/sync:sync-automation-setup`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/sync-automation-setup.md) - Setup automated synchronization workflows
- [`/sync:sync-conflict-resolver`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/sync-conflict-resolver.md) - Resolve synchronization conflicts automatically
- [`/sync:task-from-pr`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/sync/task-from-pr.md) - Create Linear tasks from pull requests

### `/deploy:*` - Deployment & Release
Release preparation, automated deployments, rollback capabilities, containerization, and Kubernetes deployment management.

- [`/deploy:prepare-release`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/prepare-release.md) - Prepare and validate release packages
- [`/deploy:hotfix-deploy`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/hotfix-deploy.md) - Deploy critical hotfixes quickly
- [`/deploy:rollback-deploy`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/rollback-deploy.md) - Rollback deployment to previous version
- [`/deploy:setup-automated-releases`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/setup-automated-releases.md) - Setup automated release workflows
- [`/deploy:containerize-application`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/containerize-application.md) - Containerize application for deployment
- [`/deploy:setup-kubernetes-deployment`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/setup-kubernetes-deployment.md) - Configure Kubernetes deployment manifests
- [`/deploy:ci-setup`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/ci-setup.md) - Setup continuous integration pipeline
- [`/deploy:add-changelog`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/add-changelog.md) - Generate and maintain project changelog
- [`/deploy:changelog-demo-command`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/deploy/changelog-demo-command.md) - Demo changelog automation features

### `/docs:*` - Documentation Generation
Documentation automation for APIs, architecture diagrams, onboarding guides, and troubleshooting documentation.

- [`/docs:generate-api-documentation`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/docs/generate-api-documentation.md) - Auto-generate API reference documentation
- [`/docs:doc-api`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/docs/doc-api.md) - Generate API documentation from code
- [`/docs:create-architecture-documentation`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/docs/create-architecture-documentation.md) - Generate comprehensive architecture documentation
- [`/docs:create-onboarding-guide`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/docs/create-onboarding-guide.md) - Create developer onboarding guide
- [`/docs:migration-guide`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/docs/migration-guide.md) - Create migration guides for updates
- [`/docs:troubleshooting-guide`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/docs/troubleshooting-guide.md) - Generate troubleshooting documentation

### `/setup:*` - Configuration & Setup
Setup commands for development environments, linting, formatting, monitoring, database schemas, and API design.

- [`/setup:setup-development-environment`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/setup-development-environment.md) - Setup complete development environment
- [`/setup:setup-linting`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/setup-linting.md) - Setup code linting and quality tools
- [`/setup:setup-formatting`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/setup-formatting.md) - Configure code formatting tools
- [`/setup:setup-monitoring-observability`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/setup-monitoring-observability.md) - Setup monitoring and observability tools
- [`/setup:setup-monorepo`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/setup-monorepo.md) - Configure monorepo project structure
- [`/setup:migrate-to-typescript`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/migrate-to-typescript.md) - Migrate JavaScript project to TypeScript
- [`/setup:modernize-deps`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/modernize-deps.md) - Update and modernize project dependencies
- [`/setup:design-database-schema`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/design-database-schema.md) - Design optimized database schemas
- [`/setup:create-database-migrations`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/create-database-migrations.md) - Create and manage database migrations
- [`/setup:design-rest-api`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/design-rest-api.md) - Design RESTful API architecture
- [`/setup:implement-graphql-api`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/implement-graphql-api.md) - Implement GraphQL API endpoints
- [`/setup:setup-rate-limiting`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/setup-rate-limiting.md) - Implement API rate limiting
- [`/setup:agent-tail`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/agent-tail.md) - Configure agent-tail log aggregation with framework auto-detection
- [`/setup:portless`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/setup/portless.md) - Set up Portless for named `.localhost` URLs replacing port numbers

### `/team:*` - Team Collaboration
Team workflow tools including standup reports, sprint planning, retrospectives, workload balancing, and knowledge management.

- [`/team:standup-report`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/standup-report.md) - Generate daily standup reports
- [`/team:sprint-planning`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/sprint-planning.md) - Plan and organize sprint workflows
- [`/team:retrospective-analyzer`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/retrospective-analyzer.md) - Analyze team retrospectives for insights
- [`/team:team-workload-balancer`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/team-workload-balancer.md) - Balance team workload distribution
- [`/team:issue-triage`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/issue-triage.md) - Triage and prioritize issues effectively
- [`/team:estimate-assistant`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/estimate-assistant.md) - Generate accurate project time estimates
- [`/team:session-learning-capture`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/session-learning-capture.md) - Capture and document session learnings
- [`/team:memory-spring-cleaning`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/memory-spring-cleaning.md) - Clean and organize project memory
- [`/team:architecture-review`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/architecture-review.md) - Review and improve system architecture
- [`/team:dependency-mapper`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/dependency-mapper.md) - Map and analyze project dependencies
- [`/team:migration-assistant`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/migration-assistant.md) - Assist with system migration planning
- [`/team:decision-quality-analyzer`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/team/decision-quality-analyzer.md) - Analyze decision quality with scenario testing

### `/simulation:*` - Scenario Simulators
*Inspired by "AI agents at their most under-leveraged point" by AI News & Strategy Daily | Nate B. Jones*

Simulation and modeling tools for decision analysis through scenario exploration, digital twins, and timeline compression.

- [`/simulation:business-scenario-explorer`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/business-scenario-explorer.md) - Multi-timeline business exploration with constraint validation
- [`/simulation:digital-twin-creator`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/digital-twin-creator.md) - Systematic digital twin creation with data quality checks
- [`/simulation:decision-tree-explorer`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/decision-tree-explorer.md) - Decision branch analysis with probability weighting
- [`/simulation:market-response-modeler`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/market-response-modeler.md) - Customer/market response simulation with segment analysis
- [`/simulation:timeline-compressor`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/timeline-compressor.md) - Accelerated scenario testing with confidence intervals
- [`/simulation:constraint-modeler`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/constraint-modeler.md) - World constraint modeling with assumption validation
- [`/simulation:future-scenario-generator`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/future-scenario-generator.md) - Scenario generation with plausibility scoring
- [`/simulation:simulation-calibrator`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/simulation-calibrator.md) - Test and refine simulation accuracy

**📖 [Comprehensive Examples Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/simulation/SIMULATION_EXAMPLES.md)** - Real-world usage patterns, argument templates, and command synergy workflows.

### `/rust:*` - Rust & Tauri Development
Rust codebase auditing, refactoring, and Tauri desktop application development tools.

**Architecture Auditing:**
- [`/rust:audit-clean-arch`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/audit-clean-arch.md) - Audit Rust codebase against Clean Architecture principles
- [`/rust:audit-dependencies`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/audit-dependencies.md) - Audit dependency direction violations
- [`/rust:audit-layer-boundaries`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/audit-layer-boundaries.md) - Verify architectural layer boundaries
- [`/rust:audit-ports-adapters`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/audit-ports-adapters.md) - Audit Ports & Adapters pattern compliance
- [`/rust:suggest-refactor`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/suggest-refactor.md) - Generate refactoring suggestions for Rust code
- [`/rust:setup-tauri-mcp`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/setup-tauri-mcp.md) - Setup Tauri MCP integration

**Tauri Desktop App** (`/rust:tauri:*`):
- [`/rust:tauri:launch`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/launch.md) - Launch Tauri application
- [`/rust:tauri:health`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/health.md) - Check Tauri app health
- [`/rust:tauri:inspect`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/inspect.md) - Inspect Tauri app state
- [`/rust:tauri:screenshot`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/screenshot.md) - Capture Tauri app screenshots
- [`/rust:tauri:call-ipc`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/call-ipc.md) - Call Tauri IPC commands
- [`/rust:tauri:list-commands`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/list-commands.md) - List available IPC commands
- [`/rust:tauri:exec-js`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/exec-js.md) - Execute JavaScript in Tauri webview
- [`/rust:tauri:click`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/click.md) - Click elements in Tauri UI
- [`/rust:tauri:type`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/type.md) - Type text into Tauri UI elements
- [`/rust:tauri:window`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/window.md) - Manage Tauri windows
- [`/rust:tauri:devtools`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/devtools.md) - Open Tauri DevTools
- [`/rust:tauri:logs`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/logs.md) - View Tauri application logs
- [`/rust:tauri:resources`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/resources.md) - Manage Tauri app resources
- [`/rust:tauri:stop`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/rust/tauri/stop.md) - Stop running Tauri application

### `/webmcp:*` - WebMCP Integration
Browser-native AI tool integration using Chrome's WebMCP standard. Setup, tool creation, debugging, and auditing workflows.

- [`/webmcp:webmcp`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/webmcp/webmcp.md) - Implement WebMCP in web projects (setup, add tools, debug, audit, test)
- [`/webmcp:setup`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/webmcp/setup.md) - Set up WebMCP in a project from scratch
- [`/webmcp:add-tool`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/webmcp/add-tool.md) - Add a new WebMCP tool to a project
- [`/webmcp:debug`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/webmcp/debug.md) - Debug WebMCP tools that aren't working correctly
- [`/webmcp:audit`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/webmcp/audit.md) - Audit existing WebMCP implementation for best practices

### `/media:*` - Media Processing
Audio and video processing tools for frame extraction, transcription, and agent pipeline handoff.

- [`/media:extract-video-frames`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/media/extract-video-frames.md) - Extract PNG frames and audio segments from video files at configurable intervals
- [`/media:elevenlabs-transcribe`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/media/elevenlabs-transcribe.md) - Transcribe audio/video files using ElevenLabs Scribe v2 with speaker diarization

### `/session:*` - Session Management
Context handoff and session continuity tools for preserving work across Claude sessions.

- [`/session:handoff`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/session/handoff.md) - Create comprehensive handoff documents capturing work context, decisions, and next steps
- [`/session:handoff-continue`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/session/handoff-continue.md) - Create handoff document and automatically spawn a new Claude session in a Zellij pane

*Development tools `/dev:prime`, `/dev:all-tools` contributed by IndyDevDan (YouTube: https://www.youtube.com/@indydevdan) / DislerH (GitHub: https://github.com/disler)*

### `/orchestration:*` - Task Orchestration
Task management and execution system for organizing complex projects into trackable workflows. Task decomposition, progress tracking, Git synchronization, and context preservation.

- [`/orchestration:start`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/start.md) - Begin a new project with intelligent task decomposition
- [`/orchestration:status`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/status.md) - Check progress and see what's happening across all projects
- [`/orchestration:resume`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/resume.md) - Continue where you left off with full context restoration
- [`/orchestration:move`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/move.md) - Update task status as work progresses
- [`/orchestration:commit`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/commit.md) - Create professional Git commits linked to tasks
- [`/orchestration:log`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/log.md) - View task activity and change history
- [`/orchestration:find`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/find.md) - Search and discover tasks across projects
- [`/orchestration:report`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/report.md) - Generate standup reports and executive summaries
- [`/orchestration:sync`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/sync.md) - Synchronize task status with Git commits
- [`/orchestration:remove`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/remove.md) - Remove or archive completed tasks

**📚 [Task Orchestration Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/orchestration/ORCHESTRATION-README.md)** - Complete guide with examples, workflows, and best practices for managing complex development projects.

### `/wfgy:*` - Semantic Reasoning & Memory
Semantic reasoning system based on the [WFGY project](https://github.com/onestardao/WFGY) providing mathematical validation, persistent memory, and hallucination prevention.

**Core Formula Commands** (`/wfgy:*`):
- [`/wfgy:init`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/wfgy/wfgy-init.md) - Initialize WFGY semantic reasoning system
- [`/wfgy:bbmc`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/wfgy/wfgy-bbmc.md) - Apply semantic residue minimization
- [`/wfgy:bbpf`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/wfgy/wfgy-bbpf.md) - Execute multi-path progression
- [`/wfgy:bbcr`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/wfgy/wfgy-bbcr.md) - Trigger collapse-rebirth correction
- [`/wfgy:bbam`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/wfgy/wfgy-bbam.md) - Apply attention modulation
- [`/wfgy:formula-all`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/wfgy/wfgy-formula-all.md) - Apply all formulas in sequence

**Semantic Memory** (`/semantic:*`):
- [`/semantic:tree-init`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/semantic/semantic-tree-init.md) - Create new semantic memory tree
- [`/semantic:node-build`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/semantic/semantic-node-build.md) - Record semantic nodes
- [`/semantic:tree-view`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/semantic/semantic-tree-view.md) - Display tree structure
- [`/semantic:tree-export`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/semantic/semantic-tree-export.md) - Export memory to file
- [`/semantic:tree-import`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/semantic/semantic-tree-import.md) - Import existing tree
- [`/semantic:tree-switch`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/semantic/semantic-tree-switch.md) - Switch between trees

**Knowledge Boundaries** (`/boundary:*`):
- [`/boundary:detect`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/boundary/boundary-detect.md) - Check knowledge limits
- [`/boundary:heatmap`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/boundary/boundary-heatmap.md) - Visualize risk zones
- [`/boundary:risk-assess`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/boundary/boundary-risk-assess.md) - Evaluate current risk
- [`/boundary:bbcr-fallback`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/boundary/boundary-bbcr-fallback.md) - Execute recovery
- [`/boundary:safe-bridge`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/boundary/boundary-safe-bridge.md) - Find safe connections

**Reasoning Operations** (`/reasoning:*`):
- [`/reasoning:multi-path`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/reasoning/reasoning-multi-path.md) - Parallel reasoning exploration
- [`/reasoning:tension-calc`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/reasoning/reasoning-tension-calc.md) - Calculate semantic tension
- [`/reasoning:logic-vector`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/reasoning/reasoning-logic-vector.md) - Analyze logic flow
- [`/reasoning:resonance`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/reasoning/reasoning-resonance.md) - Measure stability
- [`/reasoning:chain-validate`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/reasoning/reasoning-chain-validate.md) - Verify logic chains

**Memory Management** (`/memory:*`):
- [`/memory:checkpoint`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/memory/memory-checkpoint.md) - Create recovery points
- [`/memory:recall`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/memory/memory-recall.md) - Search and retrieve memories
- [`/memory:compress`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/memory/memory-compress.md) - Optimize tree size
- [`/memory:merge`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/memory/memory-merge.md) - Combine related nodes
- [`/memory:prune`](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/memory/memory-prune.md) - Remove stale or irrelevant memories

**📚 [WFGY Documentation](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/commands/wfgy/README.md)** - Mathematical foundations, performance benchmarks, and comprehensive usage guide for semantic reasoning.


<a id="how-it-works"></a>
## How It Works

Claude Code automatically recognizes markdown files in `.claude/commands/` as slash commands. Files are loaded on startup and available immediately.

### Command Structure
Each command file needs:
- **Title**: `# Command Name`
- **Description**: Brief overview of what the command does
- **Instructions**: `## Instructions` section with detailed steps

Example minimal command (`my-command.md`):
```markdown
# My Custom Command

Performs a specific task in my project.

## Instructions

1. **First Step**
   - Do this thing
   - Check that thing

2. **Second Step**
   - Execute this action
   - Verify the result
```

Use it immediately with: `/namespace:my-command`

### Using Commands
Commands use the format `/namespace:command-name`. Each command executes a structured workflow defined in its markdown file.

**Examples:**
- `/dev:code-review` - Analyze codebase for quality, security, and performance
- `/project:create-feature dashboard` - Plan, implement, and test a new feature
- `/dev:fix-issue 123` - Resolve GitHub issue with systematic approach
- `/simulation:business-scenario-explorer Evaluate market expansion` - Model business scenarios

<a id="common-workflows"></a>
## Common Workflows

**New Feature Development:**
```bash
/dev:code-review                    # Assess current state
/project:create-feature user-dashboard  # Implement feature
/security:security-audit                 # Verify security
```

**Bug Fixing:**
```bash
/dev:fix-issue 456                  # Fix the specific issue
/dev:code-review                    # Verify fix quality
```

**Code Maintenance:**
```bash
/security:dependency-audit               # Check for outdated dependencies
/performance:performance-audit              # Identify bottlenecks
/dev:refactor-code legacy-module    # Improve problematic areas
```

**Project Cleanup & Spec Writing:**
```bash
/dev:cleanup-vibes                          # Transform vibecoded project into structured codebase
/spec-workflow:quick-spec auth system       # Rapid spec with opinionated recommendations
/dev:remove-dead-code scan                  # Find dead code across the project
```

**Media Processing Pipeline:**
```bash
/media:extract-video-frames demo.mp4 2      # Extract frames every 2 seconds
/media:elevenlabs-transcribe interview.mp3   # Transcribe with speaker diarization
```

**WebMCP Integration:**
```bash
/webmcp:setup                               # Set up WebMCP from scratch
/webmcp:add-tool "search products"          # Add a new tool
/webmcp:audit                               # Audit for best practices
```

**Session Handoff:**
```bash
/session:handoff                            # Create handoff document for context transfer
/session:handoff-continue                   # Handoff + spawn new Claude session in Zellij
```

**Strategic Decision Making:**
```bash
/simulation:constraint-modeler              # Map decision constraints
/simulation:business-scenario-explorer      # Explore multiple timelines
/simulation:decision-tree-explorer          # Optimize decision choices
```

**Complex Project Management:**
```bash
/orchestration:start                        # Break down project into tasks
/orchestration:status                       # Monitor progress
/orchestration:resume                       # Continue after breaks
/orchestration:commit                       # Create linked Git commits
```

<a id="need-more-details"></a>
## Additional Documentation

- **[Installation Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/docs/INSTALLATION.md)** - Installation methods, troubleshooting, and configuration
- **[Customization Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/docs/CUSTOMIZATION.md)** - Command modification and creation
- **[Development Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/docs/DEVELOPMENT.md)** - Contributing, testing, and best practices

<a id="contributing"></a>
## Contributing

This repository accepts contributions for slash commands, AI agents, and skills.

### Contribution Areas

- **Commands** - New workflow commands or enhancements to existing ones
- **AI Agents** - Specialized agents for development tasks
- **Skills** - Model-invoked capabilities for recurring workflows
- **Documentation** - Improvements to guides and examples
- **Bug Fixes** - Issues with existing functionality

### Contribution Process

1. Fork the repository
2. Add or modify content in appropriate directories
3. Test changes according to guidelines
4. Submit pull request with clear description

See [Development Guide](https://github.com/qdhenry/claude-command-suite/blob/HEAD/docs/DEVELOPMENT.md) for contribution guidelines, testing requirements, and quality standards.

<a id="automated-changelog"></a>
## Automated Changelog

Changelog generation is automated through GitHub Actions and manual scripts.

### Automatic Updates
- GitHub Actions integration detects command additions
- Tracks new files and modifications
- Generates formatted changelog entries
- Adds summary comments to pull requests

### Manual Updates
Run the update script for manual changelog generation:
```bash
./scripts/update-changelog.sh
```

The script performs the following operations:
- Scans command files in `.claude/commands/`
- Extracts command names and descriptions
- Updates `CHANGELOG.md` with categorized listings
- Creates backup of existing changelog

### Features
- Command categorization by type
- Total count tracking
- Description extraction from source files
- Backup creation before modifications

<a id="release-process"></a>
## Release Process

Automated releases use [Conventional Commits](https://www.conventionalcommits.org/). Merges to main trigger the release workflow:

1. Commit analysis determines version bump type
2. Version updates based on commit types
3. Release notes generated from commit messages
4. GitHub releases created with downloadable bundles
5. Changelog updated with categorized changes

### Version Bumping

- `fix:` commits → Patch release (1.0.0 → 1.0.1)
- `feat:` commits → Minor release (1.0.0 → 1.1.0)
- Breaking changes → Major release (1.0.0 → 2.0.0)

### Release Triggers

- Pull request merges with conventional commit titles
- Direct pushes to main with conventional commits

For commit format details, see [CONTRIBUTING.md](https://github.com/qdhenry/claude-command-suite/blob/HEAD/CONTRIBUTING.md).

<a id="requirements"></a>
## Requirements

- Claude Code version 1.0 or later
- Commands work with any programming language or framework

## Attribution

### External AI Agents

This project includes 44 specialized AI agents from [wshobson/agents](https://github.com/wshobson/agents), expanding our collection to 55 total agents. These external agents provide expertise in:

- **Development**: Backend architecture, frontend development, mobile development, GraphQL
- **Languages**: Python, Go, Rust, C/C++, JavaScript, SQL specialists
- **Infrastructure**: DevOps, cloud architecture, database administration, Terraform
- **Quality**: Code review, security auditing, performance engineering, test automation

Full attribution and details can be found in [.claude/agents/external/wshobson/ATTRIBUTION.md](https://github.com/qdhenry/claude-command-suite/blob/HEAD/.claude/agents/external/wshobson/ATTRIBUTION.md).

---

*Inspired by [Anthropic's Claude Code Best Practices](https://www.anthropic.com/engineering/claude-code-best-practices)*