turbo-add
Installation
SKILL.md
Adding a New Theme to Turbo-Themes
Turbo-themes uses a token-based theming system: theme definitions in
src/themes/packs/ define color tokens, src/themes/registry.ts collects them, the
build generates CSS from tokens, the theme-selector package provides UI components,
and the site plus example projects consume the themes.
Related Skills
stand-ts: TypeScript coding standardscommit: semantic commit format when committing changesturbo-verify: use after implementation to verify completeness
How to Implement: Copy a Reference, Discover the Touchpoints
Do NOT write theme packs from a template or trust a memorized file list. Instead: