agskills.dev
MARKETPLACE

navigator

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

srbhr26.1k4.7k

预览

SKILL.md
Metadata
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/