What problem does it solve?
This skill solves the challenge of fragmented knowledge across large codebases by providing a unified interface to search, analyze, and retrieve implementation details across multiple repositories.
Core Features & Use Cases
- Cross-Repo Search: Quickly locate specific logic or patterns across disparate project directories.
- Implementation Discovery: Identify how specific features or modules are implemented within the codebase.
- Documentation Analysis: Synthesize technical documentation to answer complex architectural questions.
- Use Case: A developer needs to understand how authentication is handled across three different microservices; this skill scans all three repositories to provide a consolidated report on the implementation.
Quick Start
Use the researcher skill to find all implementations of the authentication module across the current project repositories.