setup-pm
49Command
A command for choosing the package manager used by a project or by default on your computer. A package manager installs and manages the libraries a software project needs.
Command
A command for choosing the package manager used by a project or by default on your computer. A package manager installs and manages the libraries a software project needs.
Command
A command for initializing a Claude Code project and configuring its hooks, which are actions triggered at specific points in the agent's work. It supports project-wide and user-wide settings.
Command
A project-status command that checks a code repository and its supporting project notes. The supplied description is in Chinese and lists checks for Git, a memory bank, dependencies, environment settings, components, and conflicts.
Command
A command for auditing a collection of reusable agent components, such as skills, rules, and commands. It reviews their structure, freshness, usage, and overlap, then suggests whether to keep or maintain them.
Command
A command for breaking work into small, trackable tasks and managing their status. It defines states such as pending, in progress, completed, and blocked.
Command
Command "test" from xiaobei930/cc-best, covering /test - 运行测试, 自动检测, 常用选项, python (pytest) and node.js.
Command
A command for training machine-learning and deep-learning models, including fine-tuning, transfer learning, and training from scratch.
Command
A command that runs a project's main quality checks in sequence: build, type checking, linting, tests, security scanning, and Git status checks. Linting checks code style and common mistakes; Git tracks file changes.
Hook
Runs before the agent uses a tool for Bash, Bash, Bash, Write, Edit, Write and Bash tool calls, executing validate-command.js, pause-before-push.js, check-secrets.js, protect-files.js, block-random-md.js and long-running-warning.js via node (6 commands). From xiaobei930/cc-best.
Hook
Runs after a tool call finishes for Write, Edit, Write, Edit, Write, Edit, Bash, Write, Edit, Write and Edit tool calls, executing format-file.js, auto-archive.js, observe-patterns.js, suggest-compact.js, check-console-log.js and typescript-check.js via node (6 commands). From xiaobei930/cc-best.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.js via node. From xiaobei930/cc-best.
Hook
Runs when a session starts, executing session-check.js via node. From xiaobei930/cc-best.
Hook
Runs when the agent finishes a response, executing stop-check.js via node. From xiaobei930/cc-best.
Hook
Runs when a subagent finishes, executing subagent-stop.js via node. From xiaobei930/cc-best.
Hook
Runs before the context is compacted, executing pre-compact.js via node. From xiaobei930/cc-best.
Hook
Runs after the context is compacted, executing post-compact.js via node. From xiaobei930/cc-best.
Hook
Runs when a tool call fails, executing post-tool-failure.js via node. From xiaobei930/cc-best.
Hook
Runs when the agent sends a notification, executing notification-handler.js via node. From xiaobei930/cc-best.
Hook
Runs when a subagent starts, executing subagent-start.js via node. From xiaobei930/cc-best.
Hook
Runs when a session ends, executing evaluate-session.js via node. From xiaobei930/cc-best.
Hook
Runs when the agent asks permission for an action, executing permission-request.js via node. From xiaobei930/cc-best.
Hook
Runs on the PermissionDenied event, executing permission-denied.js via node. From xiaobei930/cc-best.
Hook
Runs after instructions files are loaded, executing instructions-loaded.js via node. From xiaobei930/cc-best.
Hook
Runs on the FileChanged event, executing file-changed.js via node. From xiaobei930/cc-best.