pierrecomputer/pierre

theming

Use when an app uses @pierre/theming to list, resolve, select, switch, persist, or apply themes, including color modes, theme controllers, React state, UI colors, and bundled Pierre or Shiki collections.

First seen Jul 30, 2026

Installation

$ npx skills add pierrecomputer/pierre --skill theming

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 pierrecomputer/pierre · top by installs.

npx skills add pierrecomputer/pierre

Browse all from pierrecomputer/pierre

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 6.1K
License LICENSE.md
Default branch main
Open issues 38
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,643 B
  • docs SUMMARY.md 218 B

History

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

SKILL.md

@pierre/theming

Use @pierre/theming to manage runtime themes. The package separates theme metadata, theme resolution, selected state, and UI color mapping.

Install

pnpm add @pierre/theming

Install optional peer dependencies only for the selected entry. The React entry needs react. The themes entry needs @pierre/theme, @shikijs/themes, and shiki.

Select an API reference

Need Reference
Create a collection, catalog, descriptor, or bundled theme set [Collections API](references/collections.md)
Register, load, seed, or cache theme objects [Resolver API](references/resolver.md)
Track the color mode and selected light and dark themes [Controller API](references/controller.md)
Normalize workbench colors or derive colors [Colors API](references/colors.md)
Read controller state in React [React API](references/react.md)

Select a controller recipe

Situation Recipe
One app or page shares one color mode and one light/dark selection [Use one controller](references/recipe-one-controller.md)
Independent areas need separate selections or separate controller lifecycles [Use multiple controllers](references/recipe-multiple-controllers.md)

Use one controller by default. Use multiple controllers only when the theme state must differ between areas.

Select a framework recipe

Host Recipe
Vanilla JavaScript or another framework [Use vanilla JavaScript](references/recipe-vanilla.md)
React [Use React](references/recipe-react.md)