通过 Skills CLI 安装
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/anthropics/skills/tree/main/skills/skill-creator -g -a codex -y去掉 -g 可改为项目级安装
用评估循环创建、测试并改进技能。
Create, test, and improve skills in an eval loop.
团队认真做「要交给别人复用」的技能时,它是第一选择。整个流程围绕评估循环展开——描述工作流,写触发样例和期望输出,反复迭代直到只在该触发时触发。Anthropic 官方出品,触发描述质量、frontmatter 格式都和 Claude 实际加载的格式对得上。一次性自动化别用它,评估搭建的成本只有在技能会发给别人时才划算。
Best first pick for teams getting serious about authoring reusable skills. The workflow is built around an eval loop: describe the workflow, write trigger examples and expected outputs, then iterate until the skill fires only when it should. Official Anthropic provenance means trigger-description quality and frontmatter format match what Claude actually loads. Not for one-off automation — the eval setup overhead doesn't pay off unless the skill ships to other people.
使用 npx skills add 将该 skill 安装到选中的 Agent。Phase 0 命令均为按规则生成,尚未验证。
npx skills add https://github.com/anthropics/skills/tree/main/skills/skill-creator -g -a codex -y去掉 -g 可改为项目级安装
把一个人的思考方式提炼成可复用技能。
把零散上下文写成读者真正看得懂的文档。
| 当前 · this skillAnthropic Skill Creator | Nuwa Skill | Anthropic Doc Coauthoring | |
|---|---|---|---|
| 评分 · rating | 4.9 | 4.7 | 4.7 |
| 星标 · stars | 163k | 28k | 163k |
| 风险 · risk | 中风险 · med risk | 中风险 · med risk | 低风险 · low risk |
| 最适合 · best for | 创建新技能 | 人物思维提炼 | 设计文档 |
| 不适合 · not for | 一次性任务自动化 | 私密聊天摄取 | 小型变更日志修改 |