Manages the cloning and management of read-only dependency source repositories into .slim/clonedeps/repos/ for offline inspection. This skill provides a workflow (not a command wrapper) that guides the orchestrator and @librarian through cloning dependency sources so agents can inspect library internals without requiring network access.
@librarian recommends sources; the orchestrator performs filesystem/git operations directly..slim/clonedeps/repos/ and should not be modified.getClonedDepPath utility). Agents resolve paths from .slim/clonedeps.json if needed..slim/clonedeps.json in the project root to define which repositories are cloned and their checked-out refs..slim/clonedeps.json (if it exists). Check whether each listed path exists under .slim/clonedeps/repos/.@librarian, who returns a small plan (dependency name, repo URL, ref, package subdirectory, reason).git ls-remote, avoids unsafe URLs, presents plan to user, and gets approval before cloning..slim/clonedeps/repos/<safe-repo-name>/. Prefers shallow clones, pinned tags, HTTPS URLs..slim/clonedeps.json with structured manifest (version, updatedAt, dependencies array)..gitignore and .ignore.## Cloned Dependency Source section so future agents know what exists.@librarian, @explorer) via the registered paths in AGENTS.md.git clone, git ls-remote), .slim/clonedeps.json manifest..slim/clonedeps/repos/ for agent inspection..slim/clonedeps/repos/) is in the project directory, not the user's home directory..slim/clonedeps.json is small structured metadata that can be committed..slim/clonedeps/repos/ is gitignored.