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 source repositories into an ignored local workspace so agents can inspect implementation details directly. ## Core Features & Use Cases - Curated dependency cloning: Delegates source discovery to the @librarian agent, which recommends only 0-5 high-value repositories with URLs, refs, and rationale instead of dumping every dependency. - Safe, verified git operations: Verifies refs with git ls-remote, prefers pinned tags and shallow HTTPS clones, rejects unsafe URLs, and asks for user approval before cloning. - 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: While debugging unexpected SDK behavior, ask to clone the SDK's source repo; the Skill verifies the matching version tag, clones it read-only under .slim/clonedeps/repos/, and records it for future sessions. ## Quick Start Ask the agent to clone the source repositories of this project's core dependencies so you can inspect their internals locally.