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 ashttps://github.com/owner/repo)
- local path (
- question: what to find out about the repository.