What problem does it solve?
This Skill helps you understand a large codebase systematically instead of re-reading source files from scratch every time. It turns repository knowledge into a reusable expert wiki that can answer architecture, design, and implementation questions quickly.
Core Features & Use Cases
- Repository-to-Wiki Compilation: Organizes source code, design docs, and official docs into structured subsystem and feature pages.
- Frozen Snapshot Expert Agent: Loads the compiled knowledge into a persistent agent so you can ask follow-up questions with low latency.
- Source Search Fallback: Uses semantic code search when the wiki does not cover a detail, making it useful for deep repository exploration.
- Use Case: Ideal for onboarding into a large unfamiliar repo, documenting architecture, or creating a reusable code-expert assistant for a project team.
Quick Start
Use this skill to analyze a large repository and build a structured code wiki that can be loaded into an expert agent for instant questions.