π―
navigator
π―Skillfrom srbhr/resume-matcher
What it does
Helps developers quickly orient and navigate complex codebases by providing structured guidance on project architecture, file locations, and key documentation paths.
navigator
Installation
Install skill:
npx skills add https://github.com/srbhr/resume-matcher --skill navigator25,789
Last UpdatedJan 26, 2026
Skill Details
SKILL.md
Codebase orientation. Use FIRST when exploring code, finding files, or understanding project structure.
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/
More from this repository2
π―π―
design-principlesπ―Skill
Analyzes and recommends optimal resume design and layout principles tailored to specific job applications and industry standards.
nextjs15-performanceπ―Skill
Optimizes Next.js 15 application performance by implementing advanced rendering and caching strategies for faster page loads and improved user experience.