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

Related skills

More from codealive-ai/agents-reflection-skills

Installs
1
GitHub Stars
58
First Seen
4 days ago