ワンクリックで
theme-builder
Create a new HSLA theme for the openZero dashboard with full 4-token primitive chains and register it in the theme catalogue.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new HSLA theme for the openZero dashboard with full 4-token primitive chains and register it in the theme catalogue.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when working on Z's persona/identity system, crew YAML definitions, agent-rules.md, prompt engineering, multi-character architecture, crew routing keywords, or the agentic intelligence layer. Expert in Semantic Priming and LLM behaviour shaping.
Use when working on FastAPI endpoints, Python services, scheduled tasks, LLM routing, message bus, memory, voice/TTS, notifier, email rules, or any external API wrapper (Calendar, Gmail, SearXNG, Qdrant, weather). Covers the entire src/backend/ codebase.
Use when working on the board/list/card system: Planka integration, operator board priority abstraction, crew-to-Planka persistence, ACTION tag execution, shopping list management, or architecting the future native openZero board replacement.
Use when working on commercialisation strategy: BSL-1.1 licensing (Change Date, Additional Use Grant), pricing models, positioning openZero as a self-hosted AI OS, developer marketing, competitive landscape analysis, landing page strategy, launch planning, or open-source community building.
Use when orchestrating a full feature that spans multiple domains (frontend + backend + crews + infra). Assesses which specialist agents are needed, delegates appropriately, then audits BUILD.md and artifacts for staleness. User-invocable orchestrator.
Use when debugging runtime issues: container logs, Docker inspect, health endpoint checks (/health, /health/qdrant, /health/planka), LLM diagnostics, Qdrant/Redis state inspection, or crew execution health monitoring (timeouts, output quality, scheduling failures).
| name | theme-builder |
| description | Create a new HSLA theme for the openZero dashboard with full 4-token primitive chains and register it in the theme catalogue. |
Creates a new colour theme following the openZero HSLA token chain architecture.
See references/token-chain-pattern.md for the full token structure.
Ask for:
Decompose each colour into the 4-token primitive chain:
-h (hue: 0-360)-s (saturation: 0%-100%)-l (lightness: 0%-100%)-rgb ("R, G, B" triplet)hsla(H, S%, L%, 1)Build the theme object for UserCard.ts:
{
name: 'Arctic Aurora',
category: 'Nature',
primary: 'hsla(180, 70%, 45%, 1)',
secondary: 'hsla(220, 60%, 50%, 1)',
tertiary: 'hsla(280, 50%, 55%, 1)',
}
Register in UserCard.ts theme catalogue array.
Verify the theme renders correctly:
data-theme. Dark/light mode is user-controlled.