repo-explorer

Installation
SKILL.md

Repo Explorer

Launch a separate Claude Code CLI process (claude -p --model haiku) with read-only tools to explore a repository and answer questions about it. Supports both local repositories and remote URLs.

Workflow

1. Determine repo source and question

From the user's message extract:

  • source: one of:
    • local path (~/projects/foo, /opt/services/bar, . or omitted = cwd)
    • remote URL (https://github.com/owner/repo, git@github.com:owner/repo.git)
    • shorthand (owner/repo — treat as https://github.com/owner/repo)
  • question: what to find out about the repository.

2. For remote repos — clone to temp directory

Installs
7
GitHub Stars
82
First Seen
May 4, 2026
repo-explorer — codealive-ai/ai-driven-development