EthanReedLabs

Sulde Init — Development skill for Claude Code

Development community

Bootstrap sulde-cc into a new project (interactive 8-step wizard).

How to install Sulde Init

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

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

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

What Sulde Init does


description: Bootstrap sulde-cc into a new project (interactive 8-step wizard). argument-hint: "[project-dir]"

Run the `configure-sulde` skill in **init** mode.

Project root: `$ARGUMENTS` if provided, otherwise current working directory.

Follow `skills/coordinator/configure-sulde/SKILL.md` §1 — ask Q1-Q7, write `.sulde-config.yaml`, copy `template/_project/*` + per-stack templates, install git pre-commit hooks, write `.sulde-grace-started` marker (7-day grace), and print next-steps in

Alternatives in Development

  • Setup Video Vision — Interactive setup wizard for claude-video-vision — configure backend, whisper, frames, and verify dependencies 1.3k ★
  • Polyphony Init — /polyphony-init — Setup Wizard 705 ★
  • Arstart — AgentRecall session opener — status board (no args), project loader ( ), or cold-start bootstrap 370 ★

Full documentation available on GitHub

View Source Repository