A Codex skill that turns style prompts into repeatable frontend design/restyle output.
It provides:
- A structured workflow (
style extraction -> design contract -> tokens -> implementation -> QA) - Reusable style packs for multiple UI aesthetics
- A script to scaffold new style packs quickly
Install directly from GitHub with the Skills CLI:
npx skills add <owner/repo>Example:
npx skills add citizenll/frontend-style-orchestratorInvoke with:
Use $frontend-style-orchestrator to redesign this page in <style>.
cyberpunk-glitcheditorial-contrasthand-drawn-sketchindustrial-skeuomorphismmaximalism-dopaminemodern-dark-cinematicneumorphism-soft-uitech-style-minimalist-modernterminal-clivaporwave-outrun
SKILL.md: skill entry + execution modelreferences/workflow.md: operating workflowreferences/style-pack-schema.md: schema for new style packsreferences/style-packs/: style definitionsreferences/quality-gates.md: verification checklistscripts/new_style_pack.ps1: generate a new style pack file