Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add respira-press/agent-skills-wordpress --skill design-system-synthesizergit clone --depth 1 https://github.com/respira-press/agent-skills-wordpressWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/respira-press/agent-skills-wordpress/design-system-synthesizer)<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/design-system-synthesizer"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/design-system-synthesizer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/respira-press/agent-skills-wordpress/design-system-synthesizer"><img src="https://agentmods.dev/badge/skills/respira-press/agent-skills-wordpress/design-system-synthesizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Rogue Agent · line 236 Skill modifies its own code, configuration, or behavior at runtime. Self-modification enables an agent to escalate privileges, disable safety constraints, or install persistent backdoors.Fix: Prevent the skill from modifying its own code, SKILL.md, or configuration files. Treat skill files as read-only at runtime.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.04865 |
| Opus 5 | $0.00037 | $0.02433 |
| Sonnet 5 | $0.00015 | $0.00973 |
| Haiku 4.5 | $0.00007 | $0.00487 |
Grade A, and why
design-system-synthesizer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 417 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design System Synthesizer
Version: 1.3.0
Updated: 2026-08-04
Freshly updated: v1.3.0 catches up with the design-token surface. Builder global palettes and typography are now written through first-class token tools (respira_list_design_tokens, respira_create_design_token, respira_update_design_token, respira_delete_design_token), replacing v1.2.0's describe-it-in-plain-words guidance. HTML/design conversions register the colors and typography they carry as named tokens in the builder's own global styles automatically, and converted pages reference those tokens instead of carrying value copies — so the synthesizer reads what is already registered before synthesizing, reuses those names instead of re-inlining values, and reports token registration in its summary.
Category: intelligence
Status: stable
Requires: Respira for WordPress plugin 7.1+ + MCP server
Description
Read a WordPress site's representative pages, theme files, and media library to extract a complete, reusable design system — logo, color palette, typography, spacing scale, component patterns. Persist it to the site so every future content-creation skill references it, and every new page Claude builds matches the existing brand.
This is the foundation for on-brand AI-generated content. Without a design system, the agent guesses at colors, fonts, and spacing — and the result looks like every other AI-generated WordPress page. With a design system, the agent has explicit tokens to use, and new pages snap to the brand.
What it produces
A structured design_system artifact stored at the site level. Schema:
{
"version": "1.2.0",
"synthesized_at": "2026-05-24T14:30:00Z",
"synthesized_from": ["/", "/about/", "/services/web-design/", "/blog/sample-post/", "/contact/"],
"brand": {
"logo_url": "https://example.com/wp-content/uploads/2025/logo.svg",
"logo_dark_url": null,
"favicon_url": "https://example.com/favicon.ico",
"social_card_url": "https://example.com/wp-content/uploads/2025/og-default.jpg",
"wordmark_text": "Acme Studio"
},
"colors": {
"primary": "#2563EB",
"secondary": "#0F172A",
"accent": "#F59E0B",
"neutral_900": "#0F172A",
"neutral_700": "#334155",
"neutral_500": "#64748B",
"neutral_300": "#CBD5E1",
"neutral_100": "#F1F5F9",
"background": "#FFFFFF",
"background_alt": "#F8FAFC",
"text_primary": "#0F172A",
"text_secondary": "#475569",
"link": "#2563EB",
"success": "#10B981",
"warning": "#F59E0B",
"error": "#EF4444"
},
"typography": {
"heading_family": "Söhne, ui-sans-serif, system-ui, sans-serif",
"heading_weight": 700,
"h1_size": "3.5rem",
"h2_size": "2.5rem",
"h3_size": "1.875rem",
"h4_size": "1.5rem",
"h5_size": "1.25rem",
"h6_size": "1rem",
"body_family": "Söhne, ui-sans-serif, system-ui, sans-serif",
"body_weight": 400,
"body_size": "1rem",
"body_line_height": 1.65,
"mono_family": "JetBrains Mono, ui-monospace, monospace",
"letter_spacing_heading": "-0.02em",
"letter_spacing_body": "0"
},
"spacing": {
"scale_base": 4,
"scale_steps": [4, 8, 12, 16, 24, 32, 48, 64, 96, 128],
"section_padding_y": "96px",
"section_padding_x": "24px",
"container_max_width": "1280px"
},
"components": {
"button_primary": {
"background": "primary",
"color": "#FFFFFF",
"padding": "12px 24px",
"border_radius": "8px",
"font_weight": 600
},
"button_secondary": { /* ... */ },
"card": {
"background": "background",
"border": "1px solid neutral_300",
"border_radius": "12px",
"padding": "32px",
"shadow": "0 1px 3px rgba(0,0,0,0.05)"
},
"hero_pattern": "centered_with_kicker_h1_subtitle_2cta",
"section_pattern": "wide_two_column_image_left"
},
"voice_hints": {
"person": "we",
"formality": "approachable_professional",
"sentence_length_avg_words": 14,
"avoids": ["exclamation marks", "marketing superlatives"]
}
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 417 lines · 74 tokens per session scan A ee6ca2bd3815
design-system-synthesizer is a skill published in the GitHub repository respira-press/agent-skills-wordpress (43 stars, last pushed 2d ago), licensed MIT. It adds 74 tokens to every session and 4,865 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
baoyu-diagram
Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…
understand-figma
Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.
design-dna
Extract, define, and apply design DNA across three dimensions: design system (tokens), design style (qualitative feel), and visual effects (Canvas, WebGL, 3D, particles, shaders, scroll effects, etc.). Use this skill when: (1) a user wants to see the full 3-dimension design structure/schema, (2) a user provides…
032-architecture-adr-non-functional-requirements
Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable…
component-family-consistency
Buttons, inputs, pills, badges, calendars, and other interactive components form a visual family — they share the same border-radius, colour logic, shadow scale, border style, and spacing rhythm. Inconsistency between them breaks the sense of a coherent product. Use when building or reviewing a component library…
modular-scale-typography
Typography feels cohesive and intentional when font sizes follow a modular scale — a ratio-based sequence where every size is mathematically related to the others. Use when defining type scales, setting up design tokens, reviewing font size choices, or when typography feels inconsistent or arbitrary.