Dragoon0x

279 mods across 12 repositories, 120 stars between them.

vision

169

Dragoon0x/product-skills

Command

Command "vision" from Dragoon0x/product-skills, covering /vision, usage and related skills.

4 5mo ago A 4 tokens

Dragoon0x/product-skills

Skill Claude CodeCodex

Bring engineering, design, research, marketing, and sales onto the same page and keep them there. Covers alignment levels, RACI clarity, and continuous maintenance. Use when teams have different understandings of what's being built, cross-team dependencies are causing problems, or alignment keeps breaking down.

4 5mo ago A 62 tokens

Dragoon0x/product-skills

Skill Claude CodeCodex

Get buy-in and drive alignment when you have no direct power over the people you need to move. Covers stakeholder framing, pre-wiring decisions, and building credibility over time. Use when pushing for a direction without exec authority, navigating disagreements, or when a proposal keeps getting blocked.

4 5mo ago A 64 tokens

managing-up

172

Dragoon0x/product-skills

Skill Claude CodeCodex

Build a productive relationship with leadership by communicating effectively, managing expectations, and knowing when to push back. Use when navigating executive relationships, seeking alignment on direction, or when leadership requests conflict with team capacity.

4 5mo ago A 44 tokens

working-with-design

173

Dragoon0x/product-skills

Skill Claude CodeCodex

Partner with design to create better products, not just prettier ones. Covers when to involve design, how to give useful feedback, and respecting the design process. Use when PM-design handoffs feel clunky, design feedback conversations are unproductive, or design is brought in too late.

4 5mo ago A 60 tokens

Dragoon0x/product-skills

Skill Claude CodeCodex

Partner with engineering as a collaborator, not a ticket-writer. Covers communication norms, technical empathy, scope negotiation, and building mutual trust. Use when PM-engineering relationships feel transactional, technical decisions are made without product input, or scope conversations become adversarial.

4 5mo ago A 57 tokens

working-with-gtm

175

Dragoon0x/product-skills

Skill Claude CodeCodex

Partner with marketing, sales, and customer success to bring products to market effectively. Covers launch coordination, sales enablement, and feedback loops. Use when launches aren't driving adoption, sales can't articulate the value prop, or customer feedback isn't reaching the product team.

4 5mo ago A 57 tokens

changelog-voice

176

Dragoon0x/product-skills

Skill Claude CodeCodex

Ship updates people actually want to read. Structures release notes, changelog entries, and product updates with what-changed, why-it-matters, and what-to-do-next. Use when writing changelogs or release announcements.

4 5mo ago A 51 tokens

conversion-copy

177

Dragoon0x/product-skills

Skill Claude CodeCodex

Write headlines, CTAs, and value props that move people to act. Audits existing copy for weak verbs, vague claims, and missing specificity. Use when writing landing pages, hero sections, email subject lines, or any surface where words need to do real work.

4 5mo ago A 57 tokens

microcopy

178

Dragoon0x/product-skills

Skill Claude CodeCodex

The small words that shape big experiences. Button labels, tooltips, confirmations, placeholders, and the 3-word strings that determine whether a product feels polished or half-finished. Use during any copy audit pass.

4 5mo ago A 46 tokens

product-narrative

179

Dragoon0x/product-skills

Skill Claude CodeCodex

Tell the product story in a way that sticks. Structures origin stories, problem narratives, and transformation arcs. Use when building about pages, launch announcements, or pitch decks.

4 5mo ago A 39 tokens

Dragoon0x/product-skills

Skill Claude CodeCodex

Create structured competitive battlecards for sales, product, and strategy conversations. Covers positioning, objection handling, competitive landmines, and knowing when to walk away. Use when preparing for competitive deals, losing to a specific competitor, or entering a market with established players.

4 5mo ago A 58 tokens

useforgekit

181

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate optimal Claude Code configuration for any project. Creates CLAUDE.md, settings.json, skills, hooks, agents, and commands tailored to your stack. Run /forge to start.

4 4mo ago A 41 tokens original MIT

accessibility

182

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

File-level accessibility audit with concrete line locations for every finding. Eight rules: img-missing-alt, button-without-label, link-without-text, input-without-label, positive-tabindex, click-handler-on-non-interactive, autofocus, low-contrast-token-pair. Use when the user wants to audit a11y, find accessibility…

4 4mo ago A 108 tokens original MIT

autoplan

183

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Run /brief, /plan-eng, and /plan-design in one shot to bootstrap a complete sprint plan. All three documents land in .dragoon/plans/ pre-filled with codebase facts. Use when the user wants to spin up a full plan quickly. Defaults to dry-run; pass --apply to write all three files. Run as node…

4 4mo ago A 94 tokens original MIT

benchmark

184

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Snapshot codebase metrics (file count, total lines, /critique scores) for trend tracking. Subcommands capture/list/compare/show. Snapshots stored as JSON in .dragoon/benchmarks/. Use to track design quality and codebase growth over time. Run as node /.claude/skills/dragoon/skills/benchmark/scripts/benchmark.js .

4 4mo ago A 80 tokens original MIT

brief

185

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a structured product brief markdown from a one-line idea, pre-filled with codebase facts (stack, type system, palette, components count) from dragoon.json. Use when the user is starting a new feature, project, or initiative and wants to think through it before coding. Output goes to…

4 4mo ago A 112 tokens original MIT

canary

186

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a curl-based canary watcher script for a deployed URL. Validates URL is http/https, status code is 100-599, interval is 5-86400 seconds. The generated script supports one-shot (default) and --watch (continuous loop) modes. Wire into cron or a CI scheduled job. Run as node…

4 4mo ago A 94 tokens original MIT

careful

187

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Write a checklist of destructive commands the user wants to think twice about (rm -rf, force push, hard reset, db drop, etc.) to .dragoon/CAREFUL.md. dragoon does NOT block commands at runtime - this is a discipline tool, a list the agent reads before risky operations. Use to set explicit guardrails for an AI agent or…

4 4mo ago C 103 tokens original MIT

color

188

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a color palette token file (CSS variables, tailwind config, or JS module) from the palette detected by /scan. Uses inferred role names (foreground, background, accent, danger, etc.) where possible, numeric fallback otherwise. Use when the user wants to formalize color tokens, extract a palette from existing…

4 4mo ago A 105 tokens original MIT

component

189

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Generate a UI component scaffold in the codebase's actual style. Reads dragoon.json to match framework (react/vue/svelte), styling layer (tailwind/css-modules/plain), language (typescript/javascript), and design tokens (radius, spacing, palette). Defaults to dry-run preview; pass --apply to write files. Use when the…

4 4mo ago A 112 tokens original MIT

critique

190

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Score a codebase's design quality 0-100 across six categories (typography, color, spacing, motion, accessibility, consistency) plus an overall weighted score. Every score is derived from concrete metrics in dragoon.json with transparent math, no LLM, no vibes. Use when the user asks "what's the design quality of this…

4 4mo ago A 137 tokens original MIT

diff

191

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Scaffold a playwright visual regression test suite that takes per-route full-page screenshots and compares against committed baselines. Pixel diffing is done by playwright's toHaveScreenshot, not by dragoon. Use when the user wants visual regression coverage. Pass --routes to set the routes to capture. Defaults to…

4 4mo ago A 92 tokens original MIT

docs

192

Dragoon0x/dragoon-skills

Skill Claude CodeCodex

Detect drift between markdown docs (README, docs/) and the actual codebase. Catches references to npm scripts that don't exist, scoped dependencies not in package.json, file paths in backticks that don't resolve on disk, and undocumented npm scripts. Use to audit documentation hygiene before a release or after a major…

4 4mo ago A 92 tokens original MIT