symphony-forgelisted
Install: claude install-skill Aggressive-hosnimubarak611/symphony-forge
# symphony-forge
symphony-forge is a CLI tool that extends next-forge (the production-grade Turborepo template) with a **composable control metalayer** — governance gates, build automation, knowledge graphs, and AI agent instructions that make projects autonomous-agent-ready from day one.
## Quick Start
### Initialize a new project (next-forge + all layers)
```bash
npx symphony-forge init my-project
```
### Add layers to an existing project
```bash
npx symphony-forge layer all # Add all 5 layers
npx symphony-forge layer control # Just governance gates
npx symphony-forge layer harness # Just build automation
npx symphony-forge layer knowledge # Just docs skeleton
npx symphony-forge layer consciousness # Just CLAUDE.md + AGENTS.md
npx symphony-forge layer autoany # Just EGRI config
```
### Run entropy audit
```bash
npx symphony-forge audit
```
## Layer System
symphony-forge uses a **composable layer architecture**. Each layer generates files into your project. Layers have soft dependencies — they adjust content based on what's installed but work independently.
| Layer | Files Generated | Purpose |
|-------|----------------|---------|
| **control** | `.control/policy.yaml`, `commands.yaml`, `topology.yaml` | Governance gates, command registry, repo topology |
| **harness** | `scripts/harness/*.sh` (9 scripts), `Makefile.control`, `.github/workflows/ci.yml` | Build automation, git hooks, CI |
| **knowledge** | `docs/_index.md`, `docs/_templates/` (5),