.agents/skills/forge-export-scss/SKILL.md
Export your design system as SCSS variables and mixins. Includes palette map, type scale mixin, spacing function, and breakpoint mixin.
npx skillsauth add Dragoon0x/forge forge-export-scssInstall 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.
Output SCSS variables: $brand-50 through $brand-950 $font-display, $font-body, $font-mono $type-xs through $type-3xl $space-1 through $space-32 $shadow-sm through $shadow-2xl $radius-sm through $radius-full
Plus mixins: @mixin type-scale($step), @mixin elevation($level)
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.