What problem does it solve?
It reduces the time and uncertainty of onboarding to an unfamiliar repository by guiding you to quickly determine what the project is, how it is structured, and where execution starts.
Core Features & Use Cases
- Repository orientation: quickly captures the project’s purpose and intended audience by reading the main documentation.
- Agent onboarding leverage: finds and prioritizes agent-specific instructions from files like AGENTS.md / CLAUDE.md or an .agents directory.
- Practical stack and execution discovery: maps the tech stack from manifests, identifies build/test commands, and traces the real entry point by following execution flow from the likely startup files.
- Contribution-awareness: surfaces where active work happens and flags open questions by skimming recent git history.
Quick Start
Ask an AI to explore the repository and return the project stack, build/test commands, top-level layout, entry point, recent activity themes, and remaining open questions.