Inject banner
OthmanAdi OthmanAdi

Inject

Design community

Description

--- description: Manual one-shot inject of relevant DESIGN.md tokens into the current phase's findings.md "## Design Context" section. Useful before starting a UI subtask. allowed-tools: ["Read", "Edit", "Glob"] --- # /mddesign:inject Manually run the `design-bridge` skill's token-inject logic. ## What I do 1. `Glob` `DESIGN.md` at project root. If absent, surface `/mddesign:harvest` nudge and stop. 2. `Read` `task_plan.md` to identify the active phase. 3. Extract the token slice relevant to

Installation

Installs to ~/.claude/skills/othmanadi-mddesign-inject/SKILL.md

Terminal
mkdir -p ~/.claude/skills/othmanadi-mddesign-inject && curl -fsSL https://raw.githubusercontent.com/OthmanAdi/MDDesign/HEAD/commands/inject.md -o ~/.claude/skills/othmanadi-mddesign-inject/SKILL.md

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

Full documentation available on GitHub

View Source Repository