Guru

Research Intrale Platform codebase and Context7 documentation for technical insights.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/intrale/platform --skill guru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Guru
Source: https://github.com/intrale/platform/tree/main/.claude/skills/guru
Command: npx skills add https://github.com/intrale/platform --skill guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about Guru

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find official Ktor documentation for implementing JWT authentication in Kotlin?

Finding official Ktor documentation for JWT authentication in Kotlin involves querying Context7 for library specifics, analyzing existing codebase patterns, and performing targeted web searches to deliver actionable code examples.

What is the best way to investigate existing code patterns in a Kotlin project codebase?

Investigating existing code patterns in a Kotlin project codebase is done by systematically scanning project modules to find relevant implementations, analyzing technical structures, and delivering concise summaries with contextual code examples.

Can I research specific library versions and technical implementations without leaving my development environment?

Researching specific library versions and technical implementations can be done internally by prioritizing official documentation via Context7 and falling back to targeted web searches to provide up-to-date technical insights.

Does this codebase investigation approach work for analyzing specific modules like a users directory?

Codebase investigation works for analyzing specific modules like a users directory by systematically scanning the project to identify how similar technical features are implemented and returning relevant code snippets.

When should I use a technical research tool instead of manually searching for Ktor documentation?

Using a technical research tool instead of manually searching for Ktor documentation is necessary when you need to cross-reference official library information with existing project code patterns to implement complex features quickly.

What are the limitations of relying on Context7 for technical research and codebase investigation?

The limitations of relying on Context7 for technical research are mitigated by supplementing it with codebase analysis and targeted web searches when official documentation sources are insufficient for the project's context.