srbhr

navigator

by @srbhr in Tools
25,821
4,653
# Install this skill:
npx skills add srbhr/Resume-Matcher --skill "navigator"

Install specific skill from multi-skill repository

# Description

Codebase orientation. Use FIRST when exploring code, finding files, or understanding project structure.

# SKILL.md


name: navigator
description: 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/

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.