← ClaudeAtlas

symphony-forgelisted

Expert assistance for symphony-forge — a CLI that scaffolds next-forge projects with a composable control metalayer for AI agent governance. Triggers on questions about initializing projects with symphony-forge, adding metalayer layers (control, harness, knowledge, consciousness, autoany), running entropy audits, configuring EGRI self-improvement loops, and setting up AI-agent-ready development workflows. Also serves as a skill creator — use this to bootstrap new projects with built-in agent skills.
Aggressive-hosnimubarak611/symphony-forge · ★ 0 · Web & Frontend · score 72
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),