.cursor/skills/forge-init/SKILL.md
Generate a complete design system from a brand color and project type. Creates .forge.json with palette, tokens, type scale, spacing, shadows, and radii. This is the starting command — everything else references what it generates.
npx skillsauth add Dragoon0x/forge forge-initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/forge-init [hex-color] [project-type]
Example: /forge-init #e8590c saas
Project types: saas, portfolio, ecommerce, docs
Creates .forge.json in the project root. Every subsequent FORGE command reads this file.
Also outputs CSS custom properties to the console for immediate use.
content-media
Regenerate the entire design system from a new brand color while preserving the project type. Updates .forge.json and shows what changed.
development
Regenerate the type scale from your .forge.json ratio and base size. Outputs 8 steps with px values and CSS custom properties.
tools
Snap all font sizes to the nearest step in your type scale. Replaces arbitrary values with var(--type-step) references.
development
Find every font-size in the codebase that doesn't match your type scale. Lists violations with suggested scale values.