feat: add design-system skill — brand-customizable HTML template#12
Merged
Conversation
A new skill in the toolkit. Interviews the user for 7 brand decisions
(name, tagline, primary, accent, heading font, body font, voice),
derives the rest of the palette, then outputs a customized single-file
HTML design system the user can share with their team.
Files:
- SKILL.md — six-layer skill (Context, Role, Task, Constraints,
Examples, Output Spec). Claude Code reads this.
- COWORK-PROMPT.md — paste-ready Cowork version (template fetched via
raw GitHub URL).
- template.html — the working template (691 lines, brand variables
in :root, no dependencies beyond Google Fonts).
- README.md — what this is + three ways to use it (Claude Code,
Cowork, web form at /design-system).
Companion site page at /design-system (separate PR on
pavilion-ai-gtm-school) provides an interactive web form that uses
this template + a Going Deeper card on /power-prompting.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A new skill in the toolkit. Interviews the user for 7 brand decisions (name, tagline, primary, accent, heading font, body font, voice), derives the rest of the palette, then outputs a customized single-file HTML design system the user can share with their team.
What's in the skill folder
SKILL.mdCOWORK-PROMPT.mdtemplate.html:root, zero deps beyond Google Fonts).README.mdCompanion work (separate PR)
A
/design-systempage on the pavilion-ai-gtm-school site with an interactive web form that uses this template, plus a Going Deeper card on/power-prompting. Same template — three customization paths (form, Cowork prompt, Claude Code one-liner).Test plan
~/.claude/skills/design-system/template.htmlopens cleanly in a browser after bootstrapclaude "use the design-system skill to build me one for my company"invokes the skill in Claude Code