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 standards
  • commit: semantic commit format when committing changes
  • turbo-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:

Installs
27
First Seen
May 12, 2026
turbo-add — lgtm-hq/ai-skills