·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