Dragoon0x/dragoon-skills

design intelligence for ai coding agents. one unified cli, 36 commands across recon, review, build, plan, ship, test, reflect, power. zero npm deps.

4Stars on the repository
38Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

plan-eng

25

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a structured engineering plan markdown for an idea, pre-filled with codebase facts (stack, dependencies, current critique score) from dragoon.json. Forces a test matrix, edge cases, migration plan, and review checklist. Use after /brief or before any non-trivial feature implementation. Output goes to…

not rated 4 4mo ago A 116 tokens original MIT

qa

26

Dragoon0x/dragoon-skills

Skill Claude CodeCodex needs its repo

Scaffold a playwright e2e test suite with 4 smoke tests (page loads, h1 visible, no console errors, no broken images). Detects the project's stack to set the right baseURL. Writes a runner script that installs browsers on first run. Dragoon does NOT install browsers itself - the runner script does. Defaults to…

not rated 4 4mo ago A 100 tokens original MIT

research

27

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a structured research template for a topic. Use before deciding to build something - forces specific decision-driven research with sources, expert disagreement, and a steelman. dragoon does NOT fetch the web. Output goes to .dragoon/research/research-{slug}-{date}.md. Run as node…

not rated 4 4mo ago A 83 tokens original MIT

retro

28

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Weekly retro markdown template with git stats pre-loaded (commit count, files changed, +/- lines, contributors). Forces a what-shipped, what-slipped, what-we-learned, what-to-do-less-of, what-to-do-more-of, and quality-trends section. Use end-of-week or end-of-sprint. Output goes to .dragoon/retros/retro-{date}.md.…

not rated 4 4mo ago A 104 tokens original MIT

review

29

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Unified code + design review in a single pass. Runs slop detection, design critique, and engineering signals (TODO/FIXME, any types, large files) at once. On any UI files in scope (jsx/tsx/vue/svelte/css/scss/html), /critique and /slop run automatically - engineering review and design review in one read. Use when the…

not rated 4 4mo ago A 131 tokens original MIT

scan

30

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Fingerprint a codebase's design DNA and write dragoon.json. Use when the user wants to set up dragoon in a project, or asks to "scan", "fingerprint", or "analyze" the design system. Always run this first before /critique, /slop, or /review on a project that hasn't been scanned yet. Outputs detected stack, palette…

not rated 4 4mo ago A 116 tokens original MIT

second-opinion

31

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Build a structured packet to paste into another model or share with a colleague. Includes branch, head, recent commits, and optional file contents (max 5 files, 200 lines each). dragoon does NOT call other models for you - this is the prompt you copy. Use when stuck on an approach, considering tradeoffs, or wanting…

not rated 4 4mo ago A 108 tokens original MIT

ship

32

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Pre-PR check orchestrator. Runs /critique with a threshold (default 80), /slop --severity high, gathers git context (branch, changed files), and optionally opens a PR via the gh CLI. Use before opening any PR. Exits non-zero if any check fails. Run as node /.claude/skills/dragoon/skills/ship/scripts/ship.js.

not rated 4 4mo ago A 83 tokens original MIT

slop

33

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Detect AI-generated design slop with concrete, locatable findings. Use when the user wants to check code for AI authorship tells, design inconsistency, or generic UI patterns. Each finding includes file, line, column, the offending snippet, why it's a problem, and a concrete fix. 12 rules covering shadow/radius…

not rated 4 4mo ago A 148 tokens original MIT

spacing

34

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a spacing scale token file based on the spacing grid detected by /scan (4px, 8px, etc). Produces an 8-step t-shirt scale (xs/sm/md/lg/xl/2xl/3xl/4xl) anchored on the grid. Use when the user wants to formalize spacing tokens or scaffold a layout system. Defaults to dry-run; pass --apply to write. Run as node…

not rated 4 4mo ago A 107 tokens original MIT

storybook

35

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Scaffold storybook config (.storybook/main.ts, preview.ts) plus auto-generated .stories.tsx files for every PascalCase component in the codebase that has a matching named export. Caps at 50 components per run. dragoon does NOT install storybook - run npx storybook init after. Use to bootstrap stories quickly across an…

not rated 4 4mo ago A 97 tokens original MIT

sync

36

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Export design tokens to figma.tokens.json (tokens-studio-compatible format) so they can be imported into the Figma "tokens studio" plugin. dragoon does NOT live-sync with Figma - that requires OAuth and the Figma REST API. Use for one-way export from code to Figma, manually re-run after major token changes. Run as…

not rated 4 4mo ago A 92 tokens original MIT

tailwind

37

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate one consolidated tailwind.config.js combining colors, spacing, fontFamily, fontSize, borderRadius, transitionDuration, and transitionTimingFunction from the manifest. Single file instead of four separate token cjs files. Use when setting up tailwind for the first time or refreshing the config after major…

not rated 4 4mo ago A 88 tokens original MIT

typography

38

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a type scale token file (CSS variables, tailwind config, or JS module) anchored on the type ratio detected by /scan. Use when the user wants to formalize their typography system, extract a scale from existing code, or scaffold typography tokens. Defaults to dry-run preview; pass --apply to write. Auto-picks…

not rated 4 4mo ago A 116 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: