What problem does it solve?
This Skill acts as an expert researcher for the Intrale Platform project, helping developers quickly find and understand technical information, library documentation, and existing codebase patterns.
Core Features & Use Cases
- Context7 Integration: Prioritizes official documentation and library information via Context7.
- Codebase Analysis: Scans the project's codebase to find relevant examples and implementations.
- Web Research: Leverages web searches for up-to-date information when other sources are insufficient.
- Use Case: A developer needs to implement a new authentication flow using a specific Ktor feature. Guru can find the relevant Ktor documentation, check how similar features are used in the
users/ module, and provide a concise summary with code examples.
Quick Start
Use the guru skill to research how to implement JWT authentication in Ktor with Kotlin 2.2.21.