Repo Explorer Report
Automated repo understanding report. Runs all 6 exploration prompts without pausing, produces a structured markdown report saved to a file. Designed to be called by an orchestrating agent after repo-vetter returns green. Can also be invoked manually with /repo-explorer-report [path]. Non-interactive — no questions asked, no pausing.
Repo Explorer
Post-clone GitHub repo understanding skill. Guides the user through 6 structured prompts to understand what a repo does, how it's structured, what it needs, and how to use it. Designed to be run after repo-vetter gives a green/amber verdict. Can be invoked manually with /repo-explorer or chained by an orchestrating agent after a successful safety check.
Repo Vetter
Pre-clone GitHub repo safety check. Auto-invoked when a GitHub URL (github.com/org/repo) is detected. Detects repo type (public original, public fork, private/shared) and applies appropriate checks. Uses gh CLI and GitHub API only — nothing lands locally. Outputs a green/amber/red verdict with stats. Pairs with repo-explorer and repo-explorer-report for the full interrogation workflow.
Repo Agent
Orchestrating agent for GitHub repo interrogation. Chains repo-vetter → repo-explorer or repo-explorer-report based on verdict and user intent. Invoke with /repo-agent [GitHub URL] or /repo-agent --report [GitHub URL] for automated report mode. Also auto-triggers when a GitHub URL is pasted and the user confirms they want the full interrogation (not just a safety check).