Codebase orientation. Use FIRST when exploring code, finding files, or understanding project structure.
Install
npx skillscat add srbhr/resume-matcher/agents-skills-navigator Install via the SkillsCat registry.
SKILL.md
Before searching code
- Read
docs/agent/architecture/backend-architecture.mdfor backend structure - Read
docs/agent/architecture/frontend-architecture.mdfor frontend structure - Check
docs/agent/apis/api-flow-maps.mdfor endpoint mappings
Quick paths
- Backend routers:
apps/backend/app/routers/ - Frontend pages:
apps/frontend/app/ - Design specs:
docs/agent/design/