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…
Save a generated design system to disk as a hierarchical Master + per-page-overrides structure so future sessions can retrieve it for the project. Trigger when the user says "save the design system", "persist this", "make this the master for the project", "remember these design
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill design-system-persist --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-system-persistContext preview
The summary Claude sees to decide when to auto-load this skill.
Save a generated design system to disk as a hierarchical Master + per-page-overrides structure so future sessions can retrieve it for the project. Trigger when the user says "save the design system", "persist this", "make this the master for the project", "remember these design
name: design-system-persist description: Save a generated design system to disk as a hierarchical Master + per-page-overrides structure so future sessions can retrieve it for the project. Trigger when the user says "save the design system", "persist this", "make this the master for the project", "remember these design choices", or wants the design system to survive across sessions.
**Family:** design **Status:** Stable
Save a design system into a project's `design-system/` folder so it survives across sessions and is shared across skills. Uses a Master + Overrides pattern:
Future sessions check `pages/<current-page>.md` first; if present, its rules override Master, else Master applies. A 12-page site gets one Master + small page files instead of one bloated spec enumerating every exception inline.
1. **Get the design system.** Use a `design-system-gen` result (JSON or ASCII) or the spec the user pasted. 2. **Locate/create** `design-system/` at the project root (and `pages/` if saving an override). 3. **Fill the starter template** `templates/design-system-starter.md`: map the palette hex + contrast, typography + weights, pattern, style, effects, anti-patterns, and the pre-delivery checklist into its slots. 4. **Write the file:**
reason notes (keep deviations minimal). 5. **Write/refresh** `design-system/README.md` explaining the structure to future agents. 6. **Emit a retrieval prompt** for the next session, e.g.: *"I'm building [page]. Read design-system/MASTER.md; also check design-system/pages/[name].md — page rules override Master."*
The Master + Overrides shape scales cleanly and keeps the global system as the single source of truth. Files are written to the user's project workspace, never into the plugin (see `references/ENGINE-CONTRACTS.md` §10).
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…