EthanReedLabs

Sulde Add Scaffold — Development skill for Claude Code

Development community

Register a scaffold entry in docs-hub/scaffold-map.yaml (and prompt the coordinator to write its contract).

How to install Sulde Add Scaffold

Installs to ~/.claude/skills/ethanreedlabs-sulde-cc-sulde-add-scaffold/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ethanreedlabs-sulde-cc-sulde-add-scaffold && curl -fsSL https://raw.githubusercontent.com/EthanReedLabs/sulde-cc/HEAD/commands/sulde-add-scaffold.md -o ~/.claude/skills/ethanreedlabs-sulde-cc-sulde-add-scaffold/SKILL.md

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

What Sulde Add Scaffold does


description: Register a scaffold entry in docs-hub/scaffold-map.yaml (and prompt the coordinator to write its contract). argument-hint: " [trigger-regex]"

Run the `configure-sulde` skill in **add-scaffold** mode with args: `$ARGUMENTS`.

Expected: `` and an optional trigger regex — e.g. `AppTopBar "TopBar|TitleBar"`.

Follow `skills/coordinator/configure-sulde/SKILL.md` §6 — append to `/scaffold-map.yaml` and remind the coordinator to write the scaffold contract do

Alternatives in Development

Full documentation available on GitHub

View Source Repository