explore-repo
Installation
SKILL.md
Explore Repo
Inspect external source from a stable cache outside the current project.
Workflow
- Decide whether external source inspection is warranted.
- Prefer installed source or primary documentation when it answers the question directly.
- Inspect the external repo when behavior depends on implementation details, version-specific control flow, defaults, generated files, or undocumented edge cases.
- If the user names a repository, branch, tag, commit, or package version, treat that as the target source unless local evidence points to a more exact ref.
- Use the central repo cache.
-
Default cache root:
~/.repos. -
Use a host-qualified path:
~/.repos/github.com/<owner>/<repo> ~/.repos/<host>/<owner-or-group>/<repo>