Use this skill when the user wants to compare their workspace .md files (AGENTS, SOUL, USER, IDENTITY, TOOLS, HEARTBEAT, etc.) against the official Clawdbot templates, then review missing sections and decide what to add.
Find the installed Clawdbot source root:
clawdbot is installed via npm/pnpm globally:command -v clawdbot.../node_modules/.bin/, resolve to the sibling node_modules/clawdbotnpm root -g / pnpm root -g and look for clawdbot/package.json).Templates live at:
<clawdbot-root>/docs/reference/templates/
If you can’t find the source root, ask the user where their Clawdbot is installed.
docs/reference/templates (skip *.dev.md):--- block) and any “First Run”/“Bootstrap” sections.Helpful commands (use ad‑hoc CLI tools like diff):
ls <clawdbot-root>/docs/reference/templates
sed -n '1,200p' <clawdbot-root>/docs/reference/templates/AGENTS.md
sed -n '1,200p' <workspace>/AGENTS.md
diff -u <clawdbot-root>/docs/reference/templates/AGENTS.md <workspace>/AGENTS.md
When reporting diffs:
Use the “missing section” format we used previously:
共 1 个版本