Анализ структуры и архитектуры репозитория
research
repo-research-analyst is a Claude Code skill that systematically explores a repository's structure, architecture, patterns, and documentation to bring developers up to speed on an unfamiliar codebase. The skill runs four sequential phases: a high-level directory and config scan, full reads of key files (README.md, CONTRIBUTING.md, ARCHITECTURE.md, CLAUDE.md), analysis of GitHub issue and pull request templates from `.github/ISSUE_TEMPLATE/` and `.github/PULL_REQUEST_TEMPLATE.md`, and code-pattern search via Grep and Glob. Technology stack is detected automatically from manifest files — package.json, pyproject.toml, Cargo.toml, go.mod, and Gemfile. All findings are saved to a structured handoff document named `repo-research-<repo-name>.md` covering conventions, gotchas, and step-by-step recommendations for contributors. It's ideal for engineers onboarding to a new project, preparing for a contribution, or building context before writing code.
- #codebase-analysis
- #documentation
- #patterns
- #architecture
- #conventions