What problem does it solve? Cloning an interesting repository is easy, but turning it into actionable knowledge is not. This Skill provides a systematic workflow for analyzing a cloned codebase so you extract transferable patterns, architecture decisions, and adoption candidates instead of just reading code aimlessly. ## Core Features & Use Cases - Stack Identification: Automatically detect languages, dependencies, CI/CD configuration, and infrastructure from manifests and config files. - Architecture & Pattern Extraction: Map top-level modules, data flow, and test structure, then document notable patterns with file references and code snippets. - Assessment & Adoption Planning: Score code quality dimensions and convert findings into a prioritized list of what to adopt, where, and at what effort level. - Use Case: You cloned a popular FastAPI project and want to know how it structures dependency injection. Run the workflow to produce an analysis.md with the pattern documented, scored, and mapped to where it fits in your own system. ## Quick Start Analyze the repository I cloned to ~/references/my-repo and produce a full analysis.md covering its stack, architecture, key patterns, and what I should adopt.