Handoff
design intelligence for ai coding agents. one unified cli, 36 commands across recon, review, build, plan, ship, test, reflect, power. zero npm deps.
npx -y skills add Dragoon0x/dragoon-skills --skill handoffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate a markdown dev handoff doc with everything the next engineer needs - stack, design tokens, palette, type scale, spacing grid, motion, existing components, and conventions - all pulled from dragoon.json. Use when handing off work to another engineer or documenting the codebase for new contributors. Output goes to .dragoon/handoff/handoff-{slug}.md. Defaults to dry-run; pass --apply to write. Run as `node ~/.claude/skills/dragoon/skills/handoff/scripts/handoff.js [feature]`.
SKILL.md
1.3 KB, as published. Nobody here has run it
/handoff
Generates a handoff doc with codebase facts and conventions pre-loaded.
When to use
- Handing off a feature to another engineer
- Onboarding a new contributor
- Capturing the design system shape for documentation
- The user asks for "a handoff doc", "context for the next engineer", "design system summary"
What's in it
- Stack
- Top 8 colors with role and usage count (table)
- Type scale and font families
- Spacing grid
- Radius variants
- Motion durations and easings
- Existing components (sample of up to 25)
- Conventions for adding new code in this codebase
- A pre-merge checklist gated on /critique, /slop, /review
Run it
dragoon handoff # general handoff
dragoon handoff "user invites" --apply # specific feature
Output
.dragoon/handoff/handoff-{slug}.md