What problem does it solve? Understanding an unfamiliar or large codebase is slow when you have to open files one by one. This Skill packs an entire repository into a single searchable file using the Repomix CLI, then searches and reads that output to answer structural, pattern, and metrics questions quickly. ## Core Features & Use Cases - Remote and Local Packing: Analyze any GitHub repository via --remote or pack a local directory, with output written to a temporary location outside the working tree. - Pattern Discovery: Use rg searches over the packed output to find authentication code, API endpoints, React components, database models, or error handling across many files. - Metrics and Structure: Report file counts, token estimates, largest files, and language breakdowns, plus file-tree overviews for architecture understanding. - Use Case: A user asks "What's the structure of facebook/react?" The Skill runs Repomix with compression, searches the output for exports and entry points, and returns a structural summary with file references. ## Quick Start Ask the assistant to analyze the repository at a GitHub URL or local path and summarize its structure, main components, and token count.