用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/state-alchemists/zrb --skill skill-creator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Activate when the turn produces a design — system architecture, API contract, data model, component decomposition, or trade-off analysis. Covers the thinking, not the document: when the deliverable is written up (ADR, RFC, design doc), activate core-writing too. Provides the Constraints → Explore → Decide → Specify → Plan workflow.
Activate when the turn produces substantial prose — docs, copy, proposals, feedback, commit/PR text, or UI strings. Includes documents that record technical work: an ADR, RFC, design doc, postmortem, or migration guide is a written deliverable and needs this alongside whichever skill covers its subject. Provides copywriting frameworks, tone guidance, and an editing workflow.
Activate when the turn changes source, test, or config files. Provides the Research → Strategy → Execution workflow, the complexity budget, and deep-dive companions (testing, debug, observability, refactor, review).
正在显示 SKILL.md
基于 SOC 职业分类
| name | skill-creator |
| description | Interactive guide for building new Agent Skills. |
| user-invocable | true |
| disable-model-invocation | true |
When this skill is activated, you guide the user through the process of defining and implementing a new Agent Skill.
optimizing-images).SKILL.md file.name: The slash command name.description: Crucial for auto-invocation.disable-model-invocation: Set to true for manually triggered commands.user-invocable: Set to true to enable slash command usage..claude/skills/<name>/SKILL.md~/.claude/skills/<name>/SKILL.mdWrite to create the directory and the SKILL.md file.Note: Always ask for confirmation before writing files.