Alpha Style is a multi-provider skill repo that packages Alpha's design language for AI harnesses.
Maintain a single source of truth for Alpha-branded design skills, then transform them into provider-specific outputs for Codex, Claude Code, Cursor, Gemini CLI, Copilot-compatible agents, and related tools.
Edit files under source/skills/.
source/skills/alpha-style/contains the primary Alpha design system skillsource/skills/teach-alpha-style/contains the project setup flow- Other directories contain focused command skills such as
audit,critique,normalize,polish,typeset, andoverdrive
Do not hand-edit generated provider outputs unless you are debugging the build pipeline.
source/skills/- canonical skills and referencesscripts/- build pipeline that transforms source into provider outputsdist/- generated bundles and provider directories.codex/,.claude/,.cursor/, etc. - synced generated skill folderspublic/- static marketing site and supporting assetsserver/- local development servertests/- Bun test suite for transforms and downloads
bun install
bun run buildThe build regenerates:
- provider skill outputs in
dist/ - synced local provider folders at the repo root
- static API data for the marketing site
- Preserve attribution in
NOTICE.md - Keep Alpha defaults grounded in real Alpha frontend patterns
- Prefer updating
source/skills/alpha-style/and its references over scattering brand guidance across command skills - When changing names, prefixes, or provider behavior, run the build and tests before shipping