01
Detect stack
Static, Next.js, shadcn, Tailwind. We read your CSS and find existing tokens.
A public skills hub plus a tiny CLI that turns a raw UI into a clean, curated look with a single command. No design debt. No guessing.
Detect the stack, propose 3 directions, apply the winner, export tokens.
Static, Next.js, shadcn, Tailwind. We read your CSS and find existing tokens.
Minimal dark, luxury dark, neon. You pick or auto apply.
CSS variables, Tailwind mapping, clean diff, and a shareable export.
Curated themes mapped to real product vibes.
Midnight violet, premium feel, calm surfaces.
midnightObsidian neutral, pro contrast, zero noise.
obsidianCyber accents, high energy, bold UI.
neonCopy, paste, watch the diff land.
npx --yes git+ssh://git@github.com/iluxu/codex-skill.git install codex-theme \
--registry https://raw.githubusercontent.com/iluxu/codex-skills-registry/main/index.json \
--to ~/.codex/skills
npm i -D @codex-theme/cli
npx codex-theme upgrade --goal "more premium" --apply
npx codex-theme export --format css --out ./site/styles/codex-theme.css
Codex injects a single block and keeps your CSS readable.
- :root { /* old tokens */ }
+ /* @codex-theme:start */
+ @layer base {
+ :root {
+ --background: 240 30% 8%;
+ --foreground: 210 40% 98%;
+ --primary: 262 85% 68%;
+ }
+ .dark {
+ --background: 240 30% 8%;
+ --foreground: 210 40% 98%;
+ }
+ }
+ /* @codex-theme:end */
Registry + MCP + CLI. Build once, install anywhere.