🎯

navigator

🎯Skill

from srbhr/resume-matcher

VibeIndex|
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 navigator
25,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:

  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/