What problem does it solve? Debugging or extending a project often requires reading the actual source code of its dependencies, but those sources live in remote repositories that agents cannot inspect. This Skill clones a small set of important dependency repositories into a local, git-ignored workspace so OpenCode can read library internals directly. ## Core Features & Use Cases - Curated Dependency Discovery: Delegates source discovery and URL/ref resolution to the @librarian agent, keeping recommendations small (0-3 strong repos) instead of dumping every dependency. - Safe Manual Cloning: Verifies refs with git ls-remote, prefers pinned tags or commit SHAs, rejects SSH/file/credentialed URLs, and clones into safe-name folders under .slim/clonedeps/repos/. - Persistent Project Metadata: Writes .slim/clonedeps.json as a trackable manifest, updates .gitignore and .ignore marker blocks, and registers a Cloned Dependency Source section in AGENTS.md. - Use Case: When debugging unexpected SDK behavior, ask to clone the SDK's source repo so the agent can read the implementation instead of guessing from docs. ## 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.