用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/peel/fiddle --skill init命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | init |
| description | Use when starting fiddle on a new project — scaffolds docs, orchestrate.json, and beans from templates. |
Initialize a project for use with fiddle.
Run the init script:
bash scripts/init.sh .
The script:
.docs/ to docs/ (skips if docs/ already has content)orchestrate.json (skips if it exists)beans init with prefix derived from directory name (skips if .beans.yml exists)Report what was created vs what already existed based on script output.
Suggest next steps:
"Project docs are in docs/. Start by filling in:
- docs/product/VISION.md — what you're building, who for, and why
- docs/technical/SYSTEM.md — how the project works today
Then run fiddle:discover-docs to review gaps and fill in the rest.
Edit orchestrate.json to customize evaluator domains.
When ready: fiddle:orchestrate <topic>"
The script is idempotent and overwrites nothing: re-running it skips every component that is already initialized, so it is safe to run against a partially set up project.