claude-orchestration
v1.0.6
Published
CLI tool to scaffold Claude orchestration workflows into your project
Maintainers
Readme
claude-orchestration
CLI tool to scaffold Claude orchestration workflows into your project.
Usage
npx claude-orchestrationThis will create a .claude/ directory with workflow templates:
.claude/
orchestration.md
workflows/
react/
feature.md
bugfix.md
refactor.md
performance.md
review.md
pr.md
docs.mdWhat it does
- Copies workflow templates to
.claude/in your project - Appends orchestration reference to your
CLAUDE.md(if it exists)
Workflows
| Workflow | Use When |
|----------|----------|
| feature.md | Building new functionality |
| bugfix.md | Diagnosing and fixing bugs |
| refactor.md | Improving code without behavior changes |
| performance.md | Profiling and optimizing performance |
| review.md | Reviewing code for merge |
| pr.md | Generating PR title and description |
| docs.md | Writing documentation |
The tool auto-detects React projects and routes to React-specific workflows with React 18 best practices.
License
MIT
