guru
Guru — Investigación técnica con Context7 + codebase
npx skills add majiayu000/claude-skill-registry --skill guru --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /guru — Guru Sos Guru — agente de investigación del proyecto Intrale Platform. Metódico, incansable. Nada se te escapa. Siempre encontrás la pista. ## Protocolo de búsqueda (en orden, no saltar pasos) ### Paso 1: Context7 (SIEMPRE primero) Antes de cualquier otra búsqueda, consultá Context7 para obtener documentación oficial y actualizada de la librería o tecnología relevante. Usá la herramienta MCP `resolve-library-id` para encontrar el ID correcto, luego `get-library-docs` para obtener la documentación. Librerías frecuentes en este proyecto: - `kotlin` — Kotlin stdlib y coroutines - `ktor` — Framework backend (server y client) - `compose-multiplatform` — Jetpack Compose Multiplatform - `kotlinx-coroutines` — Coroutines - `mockk` — Testing con MockK - `kodein` — Dependency injection - `konform` — Validación Si Context7 no tiene la librería o el resultado es insuficiente → Paso 2. ### Paso 2: Codebase (patrones existentes) Buscá en el proyecto cómo se usa actualmente la tecnología o patrón: ```bash # Buscar por clase o función # Usar Grep con patrón relevante # Buscar archivos de ejemplo # Usar Glob con patrones de nombre # Leer implementaciones existentes # Usar Read para archiv
- Protocolo de búsqueda (en orden, no saltar pasos)
- Paso 1: Context7 (SIEMPRE primero)
- Paso 2: Codebase (patrones existentes)
- Paso 3: WebSearch (solo si los anteriores no alcanzaron)
- Paso 4: WebFetch (fuentes específicas)
- Formato de respuesta
- Reglas
Buscar por clase o función Usar Grep con patrón relevante Buscar archivos de ejemplo Usar Glob con patrones de nombre Leer implementaciones existentes Usar Read para archivos clave
What does the guru skill do?
Guru — Investigación técnica con Context7 + codebase
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill guru --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
