Harness Auto Setup.Skill banner
oalanicolas oalanicolas

Harness Auto Setup.Skill

Development community

Description

# harness-auto-setup.skill.md ## Name Harness Auto-Setup ## Purpose On the first interaction in Claude Design Web, automatically analyze the host canvas folder, discover the bound design system, write all binding artifacts, synthesize a real `DESIGN.md`, and patch every unbound template - without asking the user to run scripts or confirm each step. ## When to use (mandatory) Run **before interpreting the user's message** when ANY setup signal is true: - `styles.css` contains `UNBOUND` -

Installation

Installs to ~/.claude/skills/oalanicolas-claude-design-premium-harness-auto-setup.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oalanicolas-claude-design-premium-harness-auto-setup.skill && curl -fsSL https://raw.githubusercontent.com/oalanicolas/claude-design-premium/HEAD/skills/harness-auto-setup.skill.md -o ~/.claude/skills/oalanicolas-claude-design-premium-harness-auto-setup.skill/SKILL.md

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

Full documentation available on GitHub

View Source Repository