A collection of skills for coding agents (Claude Code, Cursor, Codex, OpenCode, and others supporting Agent Skills).
Install all skills from this repo:
npx skills add emblemo/Skills
Install just one specific skill:
npx skills add emblemo/Skills --skill design-polish
For a specific agent:
npx skills add emblemo/Skills --skill design-polish -a claude-code
Globally (available across all projects, not just the current one):
npx skills add emblemo/Skills --skill design-polish -g
- design-polish — automates a "design pass" after the first UI iteration. Audits the existing interface against a
DESIGN.MDfile (treated as the project's source of truth), asks about anythingDESIGN.MDdoesn't cover, applies styling without changing the layout, and updatesDESIGN.MDat the end so it stays a complete standard.- Includes
templates/DESIGN.baseline.md— a baseline, monochromeDESIGN.MD(dark-only) used when the project doesn't have its own standard yet.
- Includes
More skills will be added here as additional folders under skills/.
Trigger it with something like "polish the UI", "do a design pass", "make the styling consistent" — or the agent will propose it on its own when you mention wrapping up the first iteration of a project that already has a UI.
The skill always checks first whether the project has a DESIGN.MD:
- if it does — it treats it as the standard and audits the UI against it,
- if not — it asks whether you want the baseline template (
templates/DESIGN.baseline.md) or aDESIGN.MDgenerated from analyzing your existing code.
No styling change goes into effect without first asking you about cases DESIGN.MD doesn't cover.
npx skills update design-polish
MIT