claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Developer Tools

Claude-Command-Suite

Professional slash commands for Claude Code that provide structured workflows for software development tasks including code review, feature creation, sec…

// Developer Tools[ cli ][ api ][ desktop ][ web ][ mobile ][ claude ]#claude#ai-tools#anthropic#claude-code#cli-tools#code-review#developer-tools#productivity#devtools$open-sourceupdated 15 days ago
Dormant
65/100
last commit 4 months ago
last release 4 months ago
releases 14
open issues 1
// install
git clone https://github.com/qdhenry/Claude-Command-Suite

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.

  • 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

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

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

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.

/team:* - Team Collaboration

Team workflow tools including standup reports, sprint planning, retrospectives, workload balancing, and knowledge management.

/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.

📖 Comprehensive Examples Guide - 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:

Tauri Desktop App (/rust:tauri:*):

/webmcp:* - WebMCP Integration

Browser-native AI tool integration using Chrome's WebMCP standard. Setup, tool creation, debugging, and auditing workflows.

/media:* - Media Processing

Audio and video processing tools for frame extraction, transcription, and agent pipeline handoff.

/session:* - Session Management

Context handoff and session continuity tools for preserving work across Claude sessions.

  • /session:handoff - Create comprehensive handoff documents capturing work context, decisions, and next steps
  • /session:handoff-continue - 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.

📚 Task Orchestration Guide - 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 providing mathematical validation, persistent memory, and hallucination prevention.

Core Formula Commands (/wfgy:*):

Semantic Memory (/semantic:*):

Knowledge Boundaries (/boundary:*):

Reasoning Operations (/reasoning:*):

Memory Management (/memory:*):

📚 WFGY Documentation - Mathematical foundations, performance benchmarks, and comprehensive usage guide for semantic reasoning.

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):

# 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

view the full README on GitHub.

// compatibility

Platformscli, api, desktop, web, mobile
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageShell

// faq

What is 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.. It is open-source on GitHub.

Is Claude-Command-Suite free to use?

Claude-Command-Suite is open-source, so it is free to use.

What category does Claude-Command-Suite belong to?

Claude-Command-Suite is listed under devtools in the Claudeers registry of Claude-compatible tools.

2 views
1,309 stars
unclaimed
updated 15 days ago

// embed badge

Claude-Command-Suite on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-command-suite.svg)](https://claudeers.com/claude-command-suite)

// retro hit counter

Claude-Command-Suite hit counter
[![Hits](https://claudeers.com/api/counter/claude-command-suite.svg)](https://claudeers.com/claude-command-suite)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript225,699MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript119,234MIT[ claude ]
🔓

🙌 OpenHands: AI-Driven Development

// devtoolsOpenHands/Python79,324NOASSERTION[ claude ]
🔓

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

// devtoolsDietrichGebert/JavaScript73,042MIT[ claude ]

// built by

1 of its contributors also build on official projectsclaude-agent-sdk-python, claude-code

→ see how Claude-Command-Suite connects across the ecosystem