什么是 command-creator?
创建 Claude Code 斜线命令时应使用此技能。当用户要求“创建命令”、“创建斜线命令”、“添加命令”或想要将工作流程记录为可重用命令时使用。对于创建具有正确结构和最佳实践的优化的、代理可执行的斜线命令至关重要。 来源:cachemoney/agent-toolkit。
创建 Claude Code 斜线命令时应使用此技能。当用户要求“创建命令”、“创建斜线命令”、“添加命令”或想要将工作流程记录为可重用命令时使用。对于创建具有正确结构和最佳实践的优化的、代理可执行的斜线命令至关重要。
通过命令行快速安装 command-creator AI 技能到你的开发环境
来源:cachemoney/agent-toolkit。
This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations.
Slash commands are markdown files stored in .claude/commands/ (project-level) or /.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for:
Load these references as needed when creating commands to understand patterns, see examples, or ensure quality.
创建 Claude Code 斜线命令时应使用此技能。当用户要求“创建命令”、“创建斜线命令”、“添加命令”或想要将工作流程记录为可重用命令时使用。对于创建具有正确结构和最佳实践的优化的、代理可执行的斜线命令至关重要。 来源:cachemoney/agent-toolkit。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/cachemoney/agent-toolkit --skill command-creator创建 Claude Code 斜线命令时应使用此技能。当用户要求“创建命令”、“创建斜线命令”、“添加命令”或想要将工作流程记录为可重用命令时使用。对于创建具有正确结构和最佳实践的优化的、代理可执行的斜线命令至关重要。 来源:cachemoney/agent-toolkit。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cachemoney/agent-toolkit --skill command-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cachemoney/agent-toolkit