How this skill is triggered — by the user, by Claude, or both
Slash command
/dr-done:skills/initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`${CLAUDE_PLUGIN_ROOT}/scripts/init.sh --with-config`
!${CLAUDE_PLUGIN_ROOT}/scripts/init.sh --with-config
We just ran the init script to create the dr-done directory structure.
Report what was created:
.dr-done/ directory.dr-done/tasks/ subdirectory.dr-done/.gitignore (excludes tasks/ from git).dr-done/config.json (if it didn't exist)npx claudepluginhub fongandrew/banana-stand --plugin dr-doneGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.