
from repo-atlas20
Generate an in-repo persistent context atlas that maps a codebase: directory trees, entrypoints, architecture docs, and onboarding material so agents and engine
Repo Atlas is a procedural skill that generates a structured, in-repo atlas to help humans and LLM agents understand a codebase quickly. It provides a small generator script plus a workflow to create docs/atlas/ (repo-map, architecture, domain model, critical flows, gotchas, test matrix) without changing runtime code. The atlas is intended to be repo-specific and to include real file paths and examples rather than generic guidance.
Use Repo Atlas when onboarding contributors, preparing a codebase for LLM-driven automation, or creating persistent documentation for long-term maintenance. It is especially useful before asking an agent to modify or refactor code so the agent can rely on a curated map and avoid exploratory noise.
scripts/generate_atlas.py) to produce docs/atlas/repo-map.md and changelog snippets (the skill includes templates and examples).Designed for Claude Code and other agent frameworks that benefit from repo-level context and structured docs; works with local Python-based tooling for generation and verification.
This skill has not been reviewed by our automated audit pipeline yet.