Install
$ agentstack add skill-codejunkie99-agentic-stack-design-md ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
DESIGN.md — portable visual system contract
Use this skill when a task touches Google Stitch's DESIGN.md format or the project explicitly references its design system / design tokens. The skill loads only when DESIGN.md exists at the project root (see preconditions above), so general UI / frontend / component work that isn't tied to a DESIGN.md won't trip it.
Source of truth
DESIGN.mdis a contract file. Read it before changing visual UI.- Treat YAML front matter tokens as normative values: colors, typography,
spacing, radius, and component tokens are exact inputs to code.
- Treat the Markdown body as design rationale: it explains mood, hierarchy,
interaction intent, and where tokens should or should not be used.
- If no
DESIGN.mdexists this skill is inactive; for new UI, offer to
create one or ask for a brand/reference, but don't generate one unprompted.
Default: read-only
Do not modify DESIGN.md unless the user explicitly asks for a design system change. Implementation work consumes the contract; it does not edit it. Token additions, renames, or section restructures land in their own commit with a clear message and (ideally) a Stitch round-trip.
Implementation rules
- Map tokens into the local styling system already in use: CSS variables,
Tailwind theme values, design-token JSON, component props, or native styles.
- Use token references and component patterns from
DESIGN.mdinstead of
hard-coded one-off values.
- Keep accessibility constraints intact. Do not weaken contrast, focus,
reduced-motion, or touch-target guidance unless the user explicitly asks.
When an edit IS authorised
- Preserve unknown headings and extra prose; other agents or Stitch may
own them.
- Express component variants as related entries
(button-primary, button-primary-hover, etc.).
- Land token / structure changes in their own commit, separate from the
feature consuming them.
Validation
- If Node/npm tooling is available, lint with:
``bash npx @google/design.md lint DESIGN.md ``
- For design system changes, diff before/after:
``bash npx @google/design.md diff DESIGN.before.md DESIGN.md ``
- If the CLI is unavailable or network/dependency policy blocks it, the
manual fallback is best-effort only — check for broken {path.to.token} references, missing primary color / typography tokens, duplicate section headings, and section order. The CLI ALSO checks contrast ratios and orphaned tokens; the manual fallback does not, so re-run the CLI when you regain network access.
Expected sections
The Google draft spec uses YAML front matter plus Markdown sections. Common sections:
## Overview## Colors## Typography## Layout## Elevation & Depth## Shapes## Components## Do's and Don'ts
Self-rewrite hook
After every 5 uses OR on any failure:
- Read the last N skill-specific episodic entries.
- If a new failure mode has appeared (e.g. tokens drifting away from
DESIGN.md, accessibility rules being weakened, unauthorised edits to the contract file), append it to this skill's KNOWLEDGE.md.
- If a constraint was violated, escalate to
semantic/LESSONS.md. - Commit:
skill-update: design-md,.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: codejunkie99
- Source: codejunkie99/agentic-stack
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.