cc-best
01Plugin Claude Code
Plugin marketplace listing 1 plugin: cc-best.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cc-best.
Plugin Claude Code
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 20 events, auto-learning pipeline, hook profiles, and multi-language coding standards.
Settings file Claude Code
Agent settings declaring 46 allowed tools.
Instructions file
Instructions for xiaobei930/cc-best, covering quick navigation | 快速导航, core constraints | 核心约束, current state | 当前状态, key principles | 关键原则 (important) and workflow | 工作流程.
Agent
System architecture specialist for design decisions, ADR creation, and scalability assessment. Use PROACTIVELY when designing new systems, making architectural decisions, or evaluating technical approaches. user: "我们需要设计一个支持高并发的订单系统" assistant: (invokes architect agent to analyze requirements and design system…
Agent
Analyzes build/compile errors and provides minimal targeted fixes. Use PROACTIVELY when build fails, type errors occur, or compilation issues arise. Integrates with /cc-best:verify and /cc-best:fix commands. user: "构建失败了,有 TypeScript 类型错误" assistant: (invokes build-error-resolver agent to diagnose and fix the type…
Agent
Performs deep code review checking architecture compliance, code quality, and security issues. Use PROACTIVELY after writing or modifying code. MUST BE USED for all significant code changes. user: "审查这次提交的代码变更" assistant: (invokes code-reviewer agent to perform comprehensive code review).
Agent
Cleans and simplifies code architecture after feature completion, eliminating redundancy and improving maintainability. Use when code maintenance, refactoring, or dead code cleanup is needed. Invoked after feature completion for code quality improvement. user: "简化用户服务模块的代码,消除重复" assistant: (invokes code-simplifier…
Agent
Analyzes task complexity, creates implementation plans, and breaks down into minimal executable units. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks. user: "实现用户权限管理模块" assistant: (invokes planner agent to analyze…
Agent
Performs 'unit tests for requirements': validates completeness, clarity, and consistency of requirement documents. Use after /cc-best:pm completes REQ document or when validating requirement quality before design phase. user: "验证需求文档的完整性和一致性" assistant: (invokes requirement-validator agent to check requirement…
Agent
Checks code for security vulnerabilities including OWASP Top 10, secret leaks, and injection attacks. Use PROACTIVELY before commits when working with authentication, user input, secrets, or API endpoints. Critical for security-sensitive changes. user: "检查登录模块的安全性" assistant: (invokes security-reviewer agent to scan…
Agent
Guides test-driven development, helps write test cases, and ensures code quality. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage with write-tests-first methodology. user: "用 TDD 方式实现购物车功能" assistant: (invokes tdd-guide agent to write failing tests first, then…
Command
A command that examines a codebase’s Git history and file structure to find coding patterns and team habits, then records them as reusable documentation.
Command
A project-building command that detects the programming language and runs the matching build or compile command, then reports problems.
Command
A command for quickly rebuilding project context after the conversation has been cleared. It reads key project documents, recent Git changes, and available session history, then summarizes the current state.
Command
A command that starts a repeated autonomous development cycle using the Ralph Loop mechanism and a predefined workflow. The cycle can keep working through a task until a completion condition is detected.
Command
A checkpoint workflow that records project progress so work can be resumed after the conversation context is cleared. It combines verification, a Git commit, progress notes, and saved session information.
Command
A requirements-review assistant that finds unclear or undecided parts of a requirements document before design work begins.
Command
A cleanup command that finds code, files, and dependencies that appear to be unused, then removes only items confirmed to be unnecessary.
Command
A command that scans a software project and generates compact architecture documents. The documents summarize the technology stack, folders, APIs, important files, and relationships between modules.
Command
A Git commit command that reviews changes, stages selected files, and creates a commit message following Conventional Commits, a shared format such as “fix: correct login error.”
Command
A command that saves important project status and decisions, then creates a shorter summary of a long coding-agent conversation.
Command
A project checkpoint that rates decision quality and completion across five areas, using requirements, architecture, progress, changes, and tests.
Command
A project-context manager for coding-agent sessions. It loads the project’s goals, technology choices, constraints, current phase, related documents, and task details from files such as progress.md.