What problem does it solve? Debugging or extending a project often requires reading the actual source code of its dependencies, but agents normally only see installed packages or docs. 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 discovery to the @librarian agent, which recommends only 0-5 repositories whose source is genuinely more useful than documentation. - Safe, verified git operations: Verifies refs with git ls-remote, prefers pinned tags and shallow clones, and rejects SSH, file://, or credential-bearing URLs by default. - Persistent project state: Writes a trackable .slim/clonedeps.json manifest and registers a Cloned Dependency Source section in AGENTS.md so future agents know what exists. - Use Case: While debugging unexpected behavior in the OpenCode plugin API, use this Skill to clone the opencode-ai/opencode repository at the exact installed version tag and read the plugin source directly. ## Quick Start Ask the agent to clone the source code of this project's most important dependencies so it can inspect their internals while debugging.