Authoring tool — invoke this to CREATE a new chain skill that fires from Dispatch (phone → desktop). When invoked, this skill INTERVIEWS the user, SCANS local files for references, MAPS installed skills to steps, then DELEGATES to Skill Maker to write the final SKILL.md. Do NOT write a chain skill file directly — always run the authoring protocol below. Say "create a new dispatch chain", "help me build a chain for [X]", "new chain skill", "/dispatch-chain I want to [...]".
$npx -y skills add heymitch/claude-cowork-bootcamp --skill dispatch-chainInstalls into the current project.
Run `npx skills use "https://github.com/heymitch/claude-cowork-bootcamp" --skill "heymitch/claude-cowork-bootcamp/dispatch-chain"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/heymitch/claude-cowork-bootcamp" that are relevant to the current task. Run `npx skills add "https://github.com/heymitch/claude-cowork-bootcamp"` and select the relevant skills, then follow their instructions.