Agent skill
navigator
Codebase orientation. Use FIRST when exploring code, finding files, or understanding project structure. For advanced search, see the codebase-navigator skill.
Install this agent skill to your Project
npx add-skill https://github.com/srbhr/Resume-Matcher/tree/main/.claude/skills/navigator
SKILL.md
Codebase Navigator
For advanced code search with ripgrep scripts, use the codebase-navigator skill instead.
Quick search: .agents/skills/codebase-navigator/scripts/search.sh <command> [pattern]
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/ - Backend services:
apps/backend/app/services/ - Backend schemas:
apps/backend/app/schemas/ - Frontend pages:
apps/frontend/app/ - Frontend components:
apps/frontend/components/ - Frontend hooks:
apps/frontend/hooks/ - Design specs:
docs/agent/design/ - Full doc index:
docs/agent/README.md
Available Agents
| Agent | Use for |
|---|---|
| codebase-navigator | Search code, trace flows, find definitions |
| backend-dev | FastAPI endpoints, schemas, services |
| frontend-dev | Next.js pages, React components, Swiss style |
| ui-review | Swiss International Style compliance check |
| code-review | Code quality, security, conventions |
| full-stack | Features spanning backend + frontend |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ui-review
Review UI changes against Swiss International Style design system. Checks colors, typography, borders, shadows, spacing, and anti-patterns. Use before committing any frontend UI changes.
codebase-navigator
Navigate, search, and understand the Resume Matcher codebase using ripgrep, ack, or grep. Find functions, classes, components, API endpoints, trace data flows, and understand architecture. Use FIRST when exploring code, finding files, or understanding project structure.
fastapi
Build Python APIs with FastAPI, Pydantic v2, and async patterns. Covers project structure, JWT auth, validation, database integration, and 7 documented error preventions. Use when creating Python APIs, implementing auth, or troubleshooting 422 validation, CORS, async blocking, or schema errors.
tailwind-patterns
Production-ready Tailwind CSS patterns for responsive layouts, cards, navigation, forms, buttons, and typography. Includes spacing scale, breakpoints, mobile-first patterns, dark mode, and Swiss International Style overrides for Resume Matcher.
full-stack
Full-stack development skill that coordinates backend and frontend changes together. Use for features that span both layers: new API endpoint + UI, data model changes, end-to-end flows.
code-review
Review code for correctness, security, performance, and Resume Matcher conventions. Use when receiving code review feedback or before submitting PRs. Requires technical rigor, not performative agreement.
Didn't find tool you were looking for?