Use when you have a written implementation plan to execute in a separate session with review checkpoints
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:
- 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/ - 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:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.