Agent skill

Deep Researcher

Investiga documentación oficial y valida soluciones en internet antes de implementar.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-research-adriangmrraa-multiagents-platform --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/deep-research-adriangmrraa-multiagents-platform/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

# Protocolo de Investigación (Measure Twice, Cut Once) Tu objetivo es validar la viabilidad técnica leyendo fuentes externas actualizadas antes de escribir código. ## 1. Estrategia de Búsqueda Antes de asumir una sintaxis o función: 1. **Identifica los Actores:** ¿Qué tecnologías están involucradas? (ej. *FastAPI, Pydantic v2, Supabase Vector*). 2. **Formula Queries Precisas:** - Mal: "Cómo usar pydantic" - Bien: "Pydantic v2 model_validator syntax example" - Bien: "Supabase pgvector python client insert guide" 3. **Ejecuta Búsqueda:** Utiliza tus herramientas de navegación/búsqueda para leer la documentación oficial o issues de GitHub recientes. ## 2. Validación de Contexto (Sovereign Check) Cruza la información encontrada con las reglas de `AGENTS.md`: - ¿La solución encontrada requiere variables de entorno globales? -> **Descartar** (Viola Protocolo Soberano). - ¿La librería sugerida es compatible con Python 3.10+ asíncrono? -> **Verificar**. ## 3. Síntesis del Plan Antes de escribir el código final, genera un breve resumen: > "He investigado la documentación de [Librería]. > La versión actual requiere usar el método X en lugar de Y. > Este es el plan de implementación compatibl

What's inside
Steps it walks through
  1. 1. Estrategia de Búsqueda
  2. 2. Validación de Contexto (Sovereign Check)
  3. 3. Síntesis del Plan
  4. 4. Anti-Patrones a Evitar
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Deep Researcher skill do?

Investiga documentación oficial y valida soluciones en internet antes de implementar.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-research-adriangmrraa-multiagents-platform --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