What problem does it solve? Debugging or extending a project often requires reading the actual source code of its dependencies, but library internals are not available locally and docs alone are insufficient. This Skill clones a small set of important dependency repositories into a local, git-ignored workspace so agents can inspect library implementation details directly. ## Core Features & Use Cases - Curated Clone Planning: Delegates dependency discovery to the @librarian agent, which recommends only 0-5 repositories whose source is genuinely more useful than documentation. - Safe Git Operations: Verifies refs with git ls-remote, prefers pinned tags and shallow clones, and rejects SSH, file://, or credential-embedded URLs by default. - Persistent Local State: Writes a trackable .slim/clonedeps.json manifest, updates .gitignore/.ignore marker blocks, and registers a Cloned Dependency Source section in AGENTS.md so future agents know what exists. - Use Case: When debugging unexpected SDK behavior, ask to clone the SDK's source repo; the Skill verifies the matching tag, clones it read-only under .slim/clonedeps/repos/, and records it for reuse. ## Quick Start Ask the agent to clone the source repositories of this project's most important dependencies so you can inspect their internals locally.