dragoon0x/forge · Archived

forge-init

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.

First seen Apr 16, 2026

Installation

$ npx skills add dragoon0x/forge --skill forge-init

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/forge · top by installs.

npx skills add dragoon0x/forge

Browse all from dragoon0x/forge

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,033 B
  • docs SUMMARY.md 250 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

/forge-init — Initialize Design System

Usage

/forge-init [hex-color] [project-type]

Example: /forge-init #e8590c saas

Project types: saas, portfolio, ecommerce, docs

What it generates

  1. Color palette: 11 shades (50-950) from the brand color
  2. Semantic tokens: surface, text, border, accent, feedback mapped to palette shades
  3. Type scale: mathematical ratio based on project type + font pairing
  4. Spacing scale: 4px base, 13 steps from 4 to 128
  5. Shadow system: 5 elevations tinted with brand hue
  6. Border radii: 6 steps scaled to project type

Output

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.