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 internals 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 clones, rejects SSH/file/credentialed URLs, and requires 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: When 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 most important dependencies so you can inspect their internals locally.