SKILL.md
SKILL.mdBrowse 5 files
262 tokens
1,296 bytes
Token encoding: o200k_base
Snapshot 1831817
1---2name: theme3description:4 Use when an app needs a Pierre light or dark theme from @pierre/theme for5 Shiki, VS Code, Cursor, or Zed, including soft, vibrant, protanopia,6 deuteranopia, and tritanopia variants.7---8 9# `@pierre/theme`10 11Use `@pierre/theme` for Pierre syntax and editor themes. The package supplies12ten immutable Shiki and VS Code theme objects.13 14## Install15 16```bash17pnpm add @pierre/theme18```19 20## Select an API reference21 22| Need | Reference |23| --------------------------------------- | ---------------------------------------- |24| List every package entry and export | [API reference](references/api.md) |25| Compare all themes and select a variant | [Theme variants](references/variants.md) |26 27## Select a recipe28 29| Task | Recipe |30| ----------------------------------- | ------------------------------------------------------- |31| Load a Pierre theme in Shiki | [Use a theme with Shiki](references/recipe-shiki.md) |32| Install a Pierre theme in an editor | [Use a theme in an editor](references/recipe-editor.md) |33 34Use the `theming` skill when the app must switch themes at runtime or follow a35color mode.36 Discovery context
Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.