repo-explore

Installation
SKILL.md

Repo Exploration

Workflow

  1. Clone the repo to a temp directory
  2. Explore the codebase to gather context
  3. Report findings to the user
  4. Cleanup the temp directory

Clone

# Shallow clone to /tmp (default branch)
git clone --depth 1 <repo_url> /tmp/repo-explore-<basename>

# Shallow clone with specific branch or tag
git clone --depth 1 --branch <tag_or_branch> <repo_url> /tmp/repo-explore-<basename>
Installs
3
First Seen
Mar 26, 2026
repo-explore — skuridin/agent-stuff