explore-repo

Installation
SKILL.md

Explore Repo

Inspect external source from a stable cache outside the current project.

Workflow

  1. 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.
  1. 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>
    
Installs
29
GitHub Stars
1
First Seen
Jun 18, 2026
explore-repo — sjunepark/agent-scripts