AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Design Md

skill-codejunkie99-agentic-stack-design-md · by codejunkie99

A Claude skill from codejunkie99/agentic-stack.

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add skill-codejunkie99-agentic-stack-design-md

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-codejunkie99-agentic-stack-design-md)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Design Md? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.md is 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.md exists 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

  1. Map tokens into the local styling system already in use: CSS variables,

Tailwind theme values, design-token JSON, component props, or native styles.

  1. Use token references and component patterns from DESIGN.md instead of

hard-coded one-off values.

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

  1. Preserve unknown headings and extra prose; other agents or Stitch may

own them.

  1. Express component variants as related entries

(button-primary, button-primary-hover, etc.).

  1. 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:

  1. Read the last N skill-specific episodic entries.
  2. 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.

  1. If a constraint was violated, escalate to semantic/LESSONS.md.
  2. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.