Instructions to manage a local cache of GitHub repositories. This would typically done in cases where the user want to perform research/analysis on a repository. Invoke whenever you need to clone a repo that isn't present locally, bring an existing clone up to date, or remove a repo from the cache. This skill handles only the mechanical filesystem/git operations — not research, analysis, or anything about the repo's contents.
$npx -y skills add coinbase/cds --skill git.repo-managerInstalls into the current project.
Run `npx skills use "https://github.com/coinbase/cds" --skill "coinbase/cds/git.repo-manager"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/coinbase/cds" that are relevant to the current task. Run `npx skills add "https://github.com/coinbase/cds"` and select the relevant skills, then follow their instructions.