blast-prompt
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Convert a design system spec into code-deliverable token files — CSS variables, a Tailwind config fragment, SCSS variables, or Style-Dictionary JSON. Trigger when the user says "emit tokens", "tailwind config", "css variables", "style dictionary", "convert design system to
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill design-tokens-emit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-tokens-emitContext preview
The summary Claude sees to decide when to auto-load this skill.
Convert a design system spec into code-deliverable token files — CSS variables, a Tailwind config fragment, SCSS variables, or Style-Dictionary JSON. Trigger when the user says "emit tokens", "tailwind config", "css variables", "style dictionary", "convert design system to
name: design-tokens-emit description: Convert a design system spec into code-deliverable token files — CSS variables, a Tailwind config fragment, SCSS variables, or Style-Dictionary JSON. Trigger when the user says "emit tokens", "tailwind config", "css variables", "style dictionary", "convert design system to code", or wants to bridge from spec to implementation.
**Family:** design **Status:** Stable
Bridge "we have a design system spec" to "we have tokens we can `import`." Takes a `design-system-gen` result and emits real token files in the chosen format(s), so the palette/typography/effects become part of the build instead of staying a doc.
mode if you only have a saved `MASTER.md` — the emitter reads JSON, not Markdown)
1. **Get the design JSON.** Run `design-system-gen` (JSON mode) or read a saved one. 2. **Emit tokens:**
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/design/tokens_emit.py" --design-json ds.json --format all --out-dir tokens/On Windows, use `py` if `python3` is absent; in PowerShell the variable is `$env:CLAUDE_PLUGIN_ROOT`. Produces `tokens.css` (`:root` custom properties), `tailwind.tokens.js` (merge into `theme.extend`), `_tokens.scss`, and `tokens.json` (Style-Dictionary shape). Use `--print` to preview without writing. 3. **Wire it in.** Tell the user where each file goes (import the CSS, merge the Tailwind fragment, `@use` the SCSS) and include the contrast-safe `on_primary` color for button text. 4. **Keep it in sync.** Re-run when the design system changes; tokens are generated, not hand-maintained.
Pairs with `design-build` (which consumes the tokens) and `design-system-persist` (which stores the source design system). SwiftUI/Compose targets are on the roadmap; web formats ship today.
A Claude Code plugin for the web-design + SEO workflow: research a niche, generate a coherent design system, write a complete build brief, build, run a pre-delivery QA gate, port the result into any CMS, and review on-page SEO.
Repo: ZachArticulateV/designer-pro-and-seo
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Generate cold-outreach openers, value-led follow-up sequences, niche-authority positioning, and a tool-import CSV with CAN-SPAM/GDPR/CASL compliance-checklist…
Draft long-form content (blog post, service page, landing page, guide) from a brief or outline — structured, on-intent, and originality-checked, ready for…
Write conversion-focused copy for a page or section — headlines, subheads, value propositions, CTAs, feature/benefit blocks, and microcopy — anchored to a…
Convert a raw CSV into a structured, business-ready report using a 3-step framework — load + label, define rules, request structured deliverables. Trigger when…
Audits HTML against WCAG 2.2 — no-tools structural checks (alt text, heading order, form labels, lang, landmarks, skip link, viewport meta, token-based…