From oh-my-colab
Systematically understand an unfamiliar codebase or feature area. Outputs a populated .ohc/PROJECT.md with stack, architecture, conventions, entry points, and gotchas. Run at project start or when entering new feature territory.
npx claudepluginhub iadr-dev/colab --plugin oh-my-colabThis skill is limited to using the following tools:
Use when: new project, new feature area, or significant time since last session.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Use when: new project, new feature area, or significant time since last session.
Stop when you can answer all output questions below.
flutter test, XCTest)Write findings to .ohc/PROJECT.md:
# Node (preferred — zero Python dependency):
node skills/explore-codebase/scripts/generate-project-map.js
# Python fallback (if Node 18+ unavailable):
python3 skills/explore-codebase/scripts/generate-project-map.py
Auto-detects stack and fills the tech stack table in PROJECT.md.
Tell user: "Exploration complete. PROJECT.md updated. Key findings: [top 3]"
See references/exploration-checklist.md for full checklist.