Atris creates and maintains a structured navigation map (atris/MAP.md) for a codebase that records key symbols, entry points, routes, and important files with exact file:line references. By consulting the map first, agents avoid repeated scanning and save tokens when exploring or answering 'where is X?'.
Use Atris when onboarding to a new codebase, answering location queries about functions/files, or performing repeated code exploration tasks. Run it once to generate the initial MAP.md and update surgically as the code evolves.
Agents that can run ripgrep or shell commands (rg) and write to the repository — typically developer-focused agents like Copilot, Codex, or any agent with repo filesystem access.
This skill has not been reviewed by our automated audit pipeline yet.