What problem does it solve? Large repository tasks often need broad context that semantic navigation cannot efficiently provide, but indiscriminate packing risks leaking secrets and producing bloated, unverifiable output. This Skill governs when and how to use Repomix so generated context stays minimal, safe, and disposable. ## Core Features & Use Cases - Decision Gate: Forces narrower discovery (declarations, references, targeted search) before any Repomix pack, so packing only happens when genuinely necessary. - Scope and Security Policy: Defines include ordering, a mandatory exclusion floor for secrets, dependencies, and generated output, plus verification of findings against original source files. - Generated Reference Governance: Controls --skill-generate snapshots as non-authoritative caches with recorded source commits, versions, and cleanup rules. - Use Case: During a cross-module architecture analysis, define the smallest include patterns, pack to a temporary location, verify material findings in original files, and delete the artifact when done. ## Quick Start Use the repomix-context skill to prepare the smallest safe Repomix context for analyzing how the modules in this repository interact.