·command-creator
>_

command-creator

为 Traycer 执行框架中的代理定义自定义 Claude Code 斜线命令。当创建或更新代理并需要指定代理可以作为斜线命令执行的可重用提示时,应使用此技能。命令是存储在 .claude/commands/ 中并在代理 config.yaml 文件中引用的 Markdown 文件。这是用于 Claude Code 斜杠命令 (/command-name),而不是 bash/CLI 命令。

3安装·0热度·@auldsyababua

安装

$npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator

如何安装 command-creator

通过命令行快速安装 command-creator AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:auldsyababua/instructor-workflow。

SKILL.md

查看原文

This skill guides the creation of Claude Code slash commands for agents in the Traycer enforcement framework. Claude Code commands are custom slash commands defined as Markdown files containing prompts.

| Commands | Quick, reusable prompts | /git-commit, /review-pr | Explicit: /command-name | | Skills | Complex workflows with multiple files | security-validation, test-standards | Automatic based on context | | System Prompt | Agent personality and core behavior | Agent role, coordination logic | Always active |

| allowed-tools | Tools command can use | Inherits from conversation | Bash(git add:) | | argument-hint | Expected arguments | None | [pr-number] [priority] | | description | Brief description | First line | Create a git commit | | model | Specific model | Inherits from conversation | haiku |

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator
分类
>_效率工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from auldsyababua/instructor-workflow

快速解答

什么是 command-creator?

为 Traycer 执行框架中的代理定义自定义 Claude Code 斜线命令。当创建或更新代理并需要指定代理可以作为斜线命令执行的可重用提示时,应使用此技能。命令是存储在 .claude/commands/ 中并在代理 config.yaml 文件中引用的 Markdown 文件。这是用于 Claude Code 斜杠命令 (/command-name),而不是 bash/CLI 命令。 来源:auldsyababua/instructor-workflow。

如何安装 command-creator?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/auldsyababua/instructor-workflow --skill command-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/auldsyababua/instructor-workflow