What problem does it solve? When managing many local repositories, it becomes hard to remember what each repo owns, where boundaries overlap, and what should be consolidated or migrated. This Skill produces short, objective repo summaries and relation maps so cleanup and decomposition decisions are grounded in facts rather than guesswork. ## Core Features & Use Cases - Automated Fact Collection: The collect-repo-facts.sh script gathers git branch, remote URL, top-level files, and previews of README.md, ROADMAP.md, PLANS.md, and AGENTS.md. - Sibling Repo Comparison: Accepts multiple related repo paths to compare boundaries, overlaps, and migration direction across a repo set. - Reusable Local Summaries: Writes a short repo-summary.md under ~/.AGENTS-temp/<repo-name>/ for later migration or consolidation work. - Use Case: Before decomposing a monorepo or cleaning up repo sprawl across repos like infra, packer, and awsops, run the fact collector on each repo and produce a summary covering each repo's object, owned artifacts, and relation to siblings. ## Quick Start Run the repo summary skill on my local repository and its sibling repos to write a short objective summary and relation map under ~/.AGENTS-temp.