Agent skill

guru

Guru — Investigación técnica con Context7 + codebase

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill guru --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: BashReadGlobGrepWebFetchWebSearch
Path: skills/analysis/guru/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. Protocolo de búsqueda (en orden, no saltar pasos)
  2. Paso 1: Context7 (SIEMPRE primero)
  3. Paso 2: Codebase (patrones existentes)
  4. Paso 3: WebSearch (solo si los anteriores no alcanzaron)
  5. Paso 4: WebFetch (fuentes específicas)
  6. Formato de respuesta
  7. Reglas
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going