Overview of the clonedeps skill
masterclonedeps is a bundled OpenCode workflow skill designed to clone a small set of critical dependency source repositories into a local, git-ignored workspace. This allows AI agents to read library internals directly to improve code understanding and task execution.
Key Characteristics:
- Orchestrator-managed: The orchestrator handles git and filesystem operations, while delegating source discovery and URL/ref resolution to
@librarian. - Safety-first: Instead of using a brittle cross-ecosystem script, the workflow requires approval before performing cloning operations.
- Local Workspace: Cloned repositories are stored in a dedicated directory that is ignored by your project's git configuration.