Agent skill

navigator

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.

Stars 26,484
Forks 4,773

Install this agent skill to your Project

npx add-skill https://github.com/srbhr/Resume-Matcher/tree/main/.github/skills/navigator

SKILL.md

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

Expand your agent's capabilities with these related and highly-rated skills.

srbhr/Resume-Matcher

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.

26,484 4,773
Explore
srbhr/Resume-Matcher

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.

26,484 4,773
Explore
srbhr/Resume-Matcher

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.

26,484 4,773
Explore
srbhr/Resume-Matcher

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.

26,484 4,773
Explore
srbhr/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.

26,484 4,773
Explore
srbhr/Resume-Matcher

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.

26,484 4,773
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results