Use this skill FIRST when exploring code, finding files, or understanding project structure.
| Backend architecture | docs/agent/architecture/backend-architecture.md | | Frontend architecture | docs/agent/architecture/frontend-architecture.md | | API contracts | docs/agent/apis/front-end-apis.md | | API flow maps | docs/agent/apis/api-flow-maps.md | | Full doc index | docs/agent/README.md |
| Backend startup | apps/backend/app/main.py | | Frontend pages | apps/frontend/app/ | | API client | apps/frontend/lib/api.ts or lib/api-client.ts | | Design tokens | apps/frontend/app/globals.css | | Resume schemas | apps/backend/app/schemas/ | | LLM prompts | apps/backend/app/prompts/ |
Перемещайтесь, ищите и изучайте кодовую базу Resume Matcher с помощью ripgrep, ack или grep. Находите функции, классы, компоненты, конечные точки API, отслеживайте потоки данных и разбирайтесь в архитектуре. Используйте FIRST при изучении кода, поиске файлов или понимании структуры проекта. Источник: srbhr/resume-matcher.