Per-surface visual styleguide lifecycle — capture, annotate with token callouts, audit via /review-design, track token debt, and detect visual drift between rounds. Composes /create-design-board and /review-design into a repeatable pipeline.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add grahama1970/agent-skills --skill create-styleguide --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Create Styleguide?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/grahama1970-create-styleguide)More formats (shields.io, HTML) on the badges page.
---
name: create-styleguide
version: 1.0.0
description: >
Per-surface visual styleguide lifecycle — capture, annotate with token callouts,
audit via /review-design, track token debt, and detect visual drift between rounds.
Composes /create-design-board and /review-design into a repeatable pipeline.
provides:
- styleguide
- visual-audit
- token-debt-tracking
composes:
- create-design-board
- review-design
- memory
- agentic-evals
triggers:
- create styleguide
- build styleguide
- visual styleguide
allowed-tools:
- Bash
- Read
- Write
taxonomy:
- design
- compliance
- visual
disciplines:
- ui-design-engineering
---
> STOP. READ THIS ENTIRE SKILL.MD BEFORE CALLING ANY ENDPOINT.
# /create-styleguide
Per-surface visual styleguide lifecycle for Embry OS's 10 UX surfaces.
## Commands
- `build` — Full pipeline: annotate -> audit -> debt -> assemble STYLEGUIDE.md
- `annotate` — Just the Pillow annotation step (token callouts on screenshots)
- `audit` — Run /review-design on a surface
- `diff` — Visual regression between rounds (pixel diff + block-SSIM)
- `status` — Show which surfaces have styleguides, debt counts, last audit dates
- `dry-run` — Generate sample output without LLM calls (used by sanity.sh)
## Usage
```bash
./run.sh build --surface S4 --skip-audit
./run.sh annotate --screenshots ./shots/ --tokens ./tokens.json --output ./annotated/
./run.sh diff --surface S4 --before ./round1/ --after ./round2/
./run.sh status
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!