概要
The Codebase Navigator skill serves as a specialized directory for your repository, helping you instantly find where specific logic resides without needing to manually crawl through directories. By leveraging advanced grep and glob patterns across diverse language environments like TypeScript, Python, and Go, it identifies and groups files by their functional purpose—such as core implementation, test suites, or configuration files. This skill is essential for developers onboarding to unfamiliar projects or those needing a comprehensive audit of a feature's footprint before beginning a refactor or new implementation.