Co-Pilot / 辅助式
更新于 a month ago

claude-command-suite

Qqdhenry
0.9k
qdhenry/claude-command-suite
80
Agent 评分

💡 摘要

一个全面的工具包,用于AI辅助软件开发,提供各种任务的命令和代理。

🎯 适合人群

软件开发人员DevOps工程师项目经理QA工程师技术团队领导

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

Claude Command Suite

Total Commands AI Agents GitHub Release License

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

AI Agents Workflows

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

Skills Available Documentation

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:


📚 Table of Contents

| 🤖 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 |

Quick Start

Option 1: Direct Installation (Recommended)

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

Available Commands

148 commands organized by namespace for software development workflows.

54 AI agents available for complex task automation. AI Agents Documentation

Command Namespace Index

| Core Development | Quality & Testing | Deployment | Collaboration | Advanced | |:--------------------:|:--------------------:|:--------------:|:----------------:|:------------:| | 🚀 Project | 🧪 Test | 📦 Deploy | 👥 Team | 🎯 Simulation | | 💻 Dev | 🔒 Security | 📚 Docs | 🔄 Sync | 📋 Orchestration | | 🔧 Setup | ⚡ Performance | | | 🧠 WFGY |

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.

  • /dev:code-review - Comprehensive code quality review
  • [/dev:debug-error](.claude/commands/dev/debug-error.m
五维分析
清晰度8/10
创新性8/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 提供广泛的命令集以满足各种开发任务。
  • 与AI代理的集成实现自动化。
  • 结构化工作流程提高生产力。

缺点

  • 新用户的初始设置可能较复杂。
  • 文档可以更详细。
  • 对外部工具的依赖可能引入风险。

相关技能

ccmp

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

claude-mods

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

agentic-qe

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 qdhenry.