{
  "name": "reverse-architecture",
  "version": "0.1.0",
  "description": "Reverse-engineer a system's architecture from what already exists — a code repo, Terraform / CloudFormation / Pulumi / Bicep, Kubernetes manifests, docker-compose, a database schema, an OpenAPI spec, or a package manifest — and produce a renderable diagram (Mermaid / C4 / PlantUML) plus a written description suitable for handing to architecture-diagrams. Use when the user wants to draw the system that *exists*, not one they're proposing — for onboarding docs, audit reviews, migration planning, or filling in a missing \"as-is\" architecture diagram.",
  "entrypoint": "SKILL.md",
  "deps": { "npm": [], "pip": [] },
  "env": { "required": [], "optional": [] },
  "related": ["architecture-diagrams", "design-doc"],
  "tags": ["diagrams", "reverse-engineering", "architecture", "as-is", "terraform", "kubernetes", "c4", "mermaid"],
  "model": { "tier": "standard", "rationale": "Extracts architecture from code/IaC. Escalates to opus on large codebases where cross-file inference is heavy." }
}
