{
  "markdown": "# repo-atlas\n\n> A spec-driven toolkit for generating, maintaining, and querying a **Repo Atlas** — a navigable, AI-friendly knowledge graph of your codebase, sized for both single repos and multi-repo workspaces.\n\n## What you get\n\n- Seven coordinated skills (survey, identify-domains, generate-tree, bootstrap-workspace, refresh, validate, query) under [skills/](skills).\n- Co-located templates inside each owning skill folder under `skills/<skill>/templates/`.\n\n## Quickstart\n\n### Single repo\n\n```\n1. Run atlas-survey-repo.\n2. Run atlas-identify-domains, confirm tag list.\n3. Run atlas-generate-tree.\n4. Run atlas-validate.\n```\n\nOutputs: `<repo>/ATLAS.md` + `<repo>/.atlas/<feature>/feature.md` files (+ optional `_models/`, `_entrypoints/`).\n\n### Multi-repo workspace\n\n```\n1. Run atlas-bootstrap-workspace, point at the workspace home and the in-scope repos.\n2. Confirm tag lists per repo and bridge classifications.\n3. Validate.\n```\n\nOutputs: `<workspace>/atlas.workspace.md` (manifest with `## Bridges` section) + per-repo atlases.\n\n## Layouts\n\n- **`repo-rooted`** (default) — atlas committed alongside its repo. Best for repos you own.\n- **`workspace-rooted`** — atlas under `<workspace>/.atlas/<repo>/`. Best for vendored / read-only siblings.\n\nEach skill is self-contained — schema rules, templates, and confirmation patterns are inlined in the skill bodies under [skills/](skills).\n\n## Install as a Claude Code plugin\n\nThis repo ships a [Claude Code plugin manifest](.claude-plugin/plugin.json), so the skills can be loaded directly into Claude Code.\n\n**Try it locally**\n\n```bash\ngit clone https://github.com/SmallChX/repo-atlas.git\nclaude --plugin-dir ./repo-atlas\n```\n\nInside Claude Code, the skills are exposed under the `repo-atlas:` namespace, e.g. `/repo-atlas:atlas-survey-repo`. Run `/help` to list them, and `/reload-plugins` after edits.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\n[MIT](LICENSE).\n\n## Status\n\nInitial release.\n",
  "bytes": 1972,
  "sha": "98eafd2980fc14b1eef7db5ae81d7527c57172916c5875e5776ce5aaf97fc562",
  "repo_slug": "smallchx/repo-atlas",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_smallchx_repo_atlas_repoatlas_43f7d157/readme"
}