handoff

Generate engineering handoff documentation from dragoon.json manifest data.

4|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Dragoon0x/dragoon-skills --skill handoff-dragoon0x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/Dragoon0x/dragoon-skills/tree/main/skills/handoff
Command: npx skills add https://github.com/Dragoon0x/dragoon-skills --skill handoff-dragoon0x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually compiling context for engineering handoffs and new contributor onboarding wastes hours of engineering time and often misses critical details about a codebase's design tokens, components, and conventions. This Skill automates the entire process by pulling all relevant context directly from your dragoon.json manifest to create a comprehensive, accurate handoff document.

Core Features & Use Cases

  • Automated Context Compilation: Extracts stack details, top color palettes with usage counts, type scales, spacing grids, radius variants, motion curves, and up to 25 sample existing components directly from your project's dragoon.json.
  • Feature-Specific Handoffs: Generate targeted documentation for individual features instead of generic codebase overviews, so the next engineer has exactly the context they need for their task.
  • Pre-Merge Quality Guardrails: Includes a pre-merge checklist gated on existing dragoon quality checks to ensure all handoff content is accurate and up to date. Use case: After finishing a new user authentication flow, run this Skill to generate a handoff doc with all design tokens, component patterns, and stack details the next engineer needs to extend the feature without hours of manual documentation work.

Quick Start

Instruct your AI coding agent to generate a complete handoff document for the new user onboarding feature using the handoff skill.

Frequently Asked Questions about handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate engineering handoff documentation for a codebase?

You can automate engineering handoff documentation by extracting stack details, design tokens, and component samples directly from your project manifest, producing a comprehensive markdown document in seconds.

What is the best way to onboard a new contributor to an existing feature?

The best way to onboard a new contributor is to generate a feature-specific handoff document containing targeted context, including type scales, color palettes, and pre-merge quality checklists, so they have exactly the information needed for their task.

How do I compile design system documentation for color palettes and type scales?

Compile design system documentation by automatically extracting top color palettes with usage counts, type scales, spacing grids, and radius variants from your project manifest to create a comprehensive design reference document.

Can I generate handoff docs for a specific feature instead of a full codebase overview?

Yes, you can generate targeted documentation for individual features that extracts only the relevant design tokens, component patterns, and stack details, providing the next engineer with specific context rather than a generic codebase overview.

What is included in a pre-merge quality checklist for design system handoffs?

A pre-merge quality checklist for design system handoffs includes validation gates based on existing project quality checks, ensuring all extracted design tokens, component samples, and stack details in the handoff document are accurate and up to date.

Does automated handoff documentation require a specific manifest format?

Automated handoff documentation requires a dragoon.json manifest to extract codebase context, design tokens, and conventions, meaning your project must be using the dragoon design intelligence tool to generate accurate output.