Quick codebase orientation for Resume Matcher. Points to key directories, architecture docs, and available skills. Use as a starting point before diving into code. For advanced search, use the codebase-navigator skill.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Saisagar7779/Resume-Matcher --skill navigator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Navigator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/saisagar7779-navigator-resume-matcher)More formats (shields.io, HTML) on the badges page.
---
name: navigator
description: Quick codebase orientation for Resume Matcher. Points to key directories, architecture docs, and available skills. Use as a starting point before diving into code. For advanced search, use the codebase-navigator skill.
---
# Navigator
Quick orientation for the Resume Matcher codebase.
For advanced code search with ripgrep scripts, use the **codebase-navigator** skill.
## Quick Paths
| Area | Location |
|------|----------|
| Backend routers | `apps/backend/app/routers/` |
| Backend services | `apps/backend/app/services/` |
| Backend schemas | `apps/backend/app/schemas/` |
| Backend config | `apps/backend/app/config.py` |
| Frontend pages | `apps/frontend/app/` |
| Frontend components | `apps/frontend/components/` |
| Frontend hooks | `apps/frontend/hooks/` |
| API client | `apps/frontend/lib/` |
| Design specs | `docs/agent/design/` |
| Full doc index | `docs/agent/README.md` |
## Architecture Docs
1. `docs/agent/architecture/backend-architecture.md` - Backend structure
2. `docs/agent/architecture/frontend-architecture.md` - Frontend structure
3. `docs/agent/apis/api-flow-maps.md` - Endpoint mappings
4. `docs/agent/apis/front-end-apis.md` - API contracts
## Available Skills
| Skill | Use for |
|-------|---------|
| **codebase-navigator** | Ripgrep-powered code search, flow tracing |
| **backend-dev** | FastAPI endpoints, schemas, services |
| **frontend-dev** | Next.js pages, React components, Swiss style |
| **full-stack** | Features spanning backend + frontend |
| **ui-review** | Swiss International Style compliance |
| **code-review** | Code quality, security, conventions |
| **design-principles** | Swiss design system reference |
| **fastapi** | FastAPI patterns and known issues |
| **react-patterns** | React/Next.js performance optimization |
| **tailwind-patterns** | Tailwind CSS component patterns |
| **nextjs-performance** | Next.js critical performance fixes |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!