Codebase orientation. Use FIRST when exploring code, finding files, or understanding project structure.
navigator follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: navigator description: Codebase orientation. Use FIRST when exploring code, finding files, or understanding project structure. --- ## Before searching code: 1. Read `docs/agent/architecture/backend-architecture.md` for backend structure 2. Read `docs/agent/architecture/frontend-architecture.md` for frontend structure 3. Check `docs/agent/apis/api-flow-maps.md` for endpoint mappings ## Quick paths: - Backend routers: `apps/backend/app/routers/` - Frontend pages: `apps/frontend/app/` - Design specs: `docs/agent/design/`