원클릭으로
원클릭으로
Research and publish a daily AI news edition (The AI Dispatch)
Build an interactive architecture map for an organization, open source project, or tech platform
Build an interactive educational story with a style guide aesthetic
Build a complete tech guide for a developer tool or language
Compose full-length (~1.5 minute) chiptune songs in the audio tracker's compact JSON format. Supports RPG battle themes, town music, overworld adventures, classical arrangements, ambient dungeon tracks, and more. This skill should be used when creating songs for the audio tracker, composing game music, or generating .json song files.
| name | styleguide |
| description | Build a complete CSS design system style guide |
| argument-hint | <aesthetic-name> |
| allow-model-invocation | true |
Create a complete CSS design system style guide for the $ARGUMENTS aesthetic.
Follow the full conventions in styles/CLAUDE.md. The guide must be self-contained HTML with inline CSS, Google Fonts only, 450-2000 lines, CSS variables in :root, responsive design, and semantic HTML.
README.md and styles/{name}.html — if the style already exists, inform the user.styles/CLAUDE.md for the template and conventions.Launch 2-3 sonnet subagents in parallel:
Each subagent returns structured design research.
Use 2-3 sequential opus subagents:
:root CSS variables, all component styles, and sections 01-04 (Color Palette, Typography, Spacing, Buttons). This agent writes the most CSS — the entire design system foundation.Critical rules for build agents:
:root@media (max-width: 768px) responsive breakpoint<section>, <header>, <footer>, <label>styles/{kebab-case-name}.html/index.html (the master project index) to understand the card format..card-{name} and matching CSS that reflects the new style's palette.README.md (new row, both columns empty).Add {name} style guidegit config --global credential.helper store && echo "https://GGPrompts:$(gh auth token --user GGPrompts)@github.com" > ~/.git-credentials && git push origin main