design-system-sync

design-system-sync is a skill for Codex from Eliyce/paqad-ai. It costs 30 tokens per session (904 once invoked), scanned A, original, MIT.

A documentation-sync skill that updates design-system instructions when source code adds or changes design tokens, components, or responsive breakpoints. Design tokens are named values such as colors, spacing, and font sizes used consistently across an interface.

In plain words
What is it for?
Use it after changing theme settings, design tokens, component files, Tailwind configuration, or CSS-in-JS theme definitions.
Why use it?
Design documentation can become outdated as the code changes. This keeps the documented design rules aligned with the implementation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it after changing theme settings, design tokens, component files, Tailwind configuration, or CSS-in-JS theme definitions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/design-system-sync
Install

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.

Any agent
npx skills add Eliyce/paqad-ai --skill design-system-sync
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: Codex.

Wrote 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.

agentmods badge for design-system-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliyce/paqad-ai/design-system-sync/github.svg)](https://agentmods.dev/skills/eliyce/paqad-ai/design-system-sync)
Your own site
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/design-system-sync"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/design-system-sync/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.

agentmods 80×15 button for design-system-sync

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/design-system-sync"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/design-system-sync.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 904 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.00904
Opus 5 $0.00015 $0.00452
Sonnet 5 $0.00006 $0.00181
Haiku 4.5 $0.00003 $0.00090

Measured 9d ago against content hash 8c7cb0a91ba9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

design-system-sync 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 9d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/detect-component-additions.sh, scripts/detect-token-additions.sh, scripts/lint-findings.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

runtime/capabilities/coding/skills/design-system-sync/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

What It Does

When a token, component, or breakpoint is added to source (Tailwind theme entry, design-token export, new component file), this skill updates the matching contract clause in docs/instructions/design-system/* so the contract stays in step with reality. Mirror of canonical-doc-sync, scoped to the design system.

Use This When

Use this from the documentation_sync stage of feature-development.yaml whenever the diff touches:

  • src/design-tokens/**
  • tailwind.config.*
  • src/components/** (added/removed components)
  • A CSS-in-JS theme provider definition

Also runs during design-test Step 5 when a finding's resolution implies the contract should expand (e.g. a documentation-drift finding noting a token used in code but not declared).

Inputs

  • Read the diff (git diff --name-only HEAD).
  • Read the current docs/instructions/design-system/*.md files.
  • Read references/sync-rules.md.

Procedure

Proposal generation is deterministic — the scripts produce unified-diff hunks ready for the Decision Pause Contract. The LLM never hand-writes the diff.

  1. Capture the current diff: git diff HEAD > /tmp/sync.diff (or read from the workflow's staged diff).
  2. Run scripts/detect-token-additions.sh /tmp/sync.diff<key>\t<value> rows for every added token-shaped entry (accepts identifier and quoted-numeric keys; only token-shaped values: hex/px/rem/em).
  3. Pipe those rows into scripts/propose-tokens-diff.sh → a unified-diff hunk targeting docs/instructions/design-system/tokens.md. Surface this hunk to the user via the Decision Pause Contract.
  4. Run scripts/detect-component-additions.sh /tmp/sync.diff<Component>\t<source-file> rows for every newly-added component file (uppercase-named, under src/components/, not a test/spec/story/barrel/type decl).
  5. Pipe those rows into scripts/propose-components-diff.sh → a unified-diff hunk for components.md with the default skeleton (variants: TBD, states: default/hover/focus/disabled, composition: TBD).
  6. Never auto-apply. Surface every proposal via the Decision Pause Contract; the user accepts, modifies, or rejects each.

Read the full file on GitHub · 77 lines

Changes

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.

  1. 9d ago First seen · 77 lines · 30 tokens per session scan A 8c7cb0a91ba9

Subscribe to this mod's changes

design-system-sync is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 904 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

double-diamond

A four-stage design method for understanding a problem, defining it clearly, exploring possible solutions, and choosing one to deliver.

Insajin/autopus-adk · 17 tokens

make-interfaces-feel-better

Use when building or reviewing UI polish: typography, hit areas, nested radius, optical alignment, shadows, media outlines, micro-interactions, and animation performance.

Insajin/autopus-adk · 40 tokens

frontend-skill

Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter.

Insajin/autopus-adk · 58 tokens

frontend-skill

Use when the task asks for a visually strong landing page, website, app, prototype, demo, or game UI. This skill enforces restrained composition, image-led hierarchy, cohesive content structure, and tasteful motion while avoiding generic cards, weak branding, and UI clutter.

Insajin/autopus-adk · 58 tokens

session-investigator

Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…

evalstate/fast-agent · 68 tokens

infographics

Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Integrates research-lookup and web search for accurate data. Supports 10 infographic types, 8 industry styles, and colorblind-safe palettes.

foryourhealth111-pixel/Vibe-Skills · 55 tokens