Skip to main content
bunx smithers-orchestrator init
Scaffolds .smithers/ with:
Directory / FileContents
.smithers/workflows/Pre-built workflows (implement, review, plan, ralph, debug, …)
.smithers/prompts/Shared MDX prompt templates
.smithers/components/Reusable TSX components (Review, ValidationLoop, …)
.smithers/agents.tsAuto-detected agent configuration
.smithers/smithers.config.tsRepo-level config (lint, test, coverage commands)
To overwrite an existing scaffold:
bunx smithers-orchestrator init --force

Manual Installation

See JSX Installation for manual package setup and TypeScript configuration.

Requirements

  • Bun >= 1.3
  • TypeScript >= 5
  • Model or provider credentials (e.g. ANTHROPIC_API_KEY)

Next Steps