Apply Design Md banner
AgentsORG AgentsORG

Apply Design Md

Design community

Description

--- name: apply-design-md description: Consume the project's design contract — a .design file or DESIGN.md — and thread its tokens through UI code (CSS, Tailwind, or design-system components). --- # Apply the design contract Spawn or emulate the **design-md-consumer** subagent (`agents/design-md-consumer.md`). 1. Discover the contract, nearest wins: walk up for a `.design` / `*.design`, resolving `extends`. Then check for `DESIGN.md` at the root, `docs/`, or `design/`. If both exist, `.design

Installation

Installs to ~/.claude/skills/agentsorg-design-engineering-apply-design-md/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agentsorg-design-engineering-apply-design-md && curl -fsSL https://raw.githubusercontent.com/AgentsORG/design-engineering/HEAD/commands/apply-design-md.md -o ~/.claude/skills/agentsorg-design-engineering-apply-design-md/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository