Agent skill

Pesquisa

Fase 1 - Research Protocol. Busca autonoma no codebase, consulta MCPs, mapeia arquivos e gera PRD.md. Aplica S.A.I.S (Solicitar + Analisar) e S.D.A inicial. NUNCA pergunta onde estao arquivos, sempre busca automaticamente.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pesquisa --agent claude-code

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

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

# FASE 1: PESQUISA (RESEARCH PROTOCOL) ## Objetivo Entender completamente o contexto da tarefa atraves de busca autonoma, sem perguntas sobre localizacao de arquivos. --- ## REGRA DE OURO: AUTONOMIA TOTAL ### NUNCA PERGUNTE: - "Onde esta o modulo X?" - "Em qual pasta fica o controller Y?" - "Pode me mostrar a estrutura de Z?" - "Qual arquivo contem a funcao W?" ### SEMPRE BUSQUE: ```bash # Mapear estrutura geral ls -la /home/runner/workspace # Encontrar arquivos por nome find . -name "*mataMata*" -type f # Buscar por conteudo grep -r "calcularSaldo" controllers/ routes/ services/ # Localizar padroes grep -rn "app.post.*acerto" routes/ # Listar controllers ls -la controllers/ # Ver imports de um modulo grep -n "require\|import" public/js/fluxo-financeiro/core.js ``` --- ## PROTOCOLO DE EXECUCAO ### PASSO 1: Compreender Requisito **Input do usuario:** `[descricao da funcionalidade]` **Perguntas validas (APENAS NEGOCIO):** - "Quais regras de negocio especificas?" - "Isso se aplica a todas as ligas ou e configuravel?" - "Qual comportamento esperado em caso de erro?" **Perguntas PROIBIDAS:** - Localizacao de arquivos - Estrutura de pastas - Onde encontrar codigo ### PASSO 2: Mapear Cont

What's inside
Steps it walks through
  1. Objetivo
  2. REGRA DE OURO: AUTONOMIA TOTAL
  3. NUNCA PERGUNTE:
  4. SEMPRE BUSQUE:
  5. PROTOCOLO DE EXECUCAO
  6. PASSO 1: Compreender Requisito
  7. PASSO 2: Mapear Contexto Automaticamente
  8. PASSO 3: Consultar Documentacao (MCP)
  9. PASSO 4: Ler Principios do Projeto
  10. PASSO 5: Aplicar S.A.I.S (Solicitar + Analisar)
  11. PASSO 6: Mapear Dependencias (S.D.A Inicial)
  12. GERAR PRD.md
  13. Estrutura Obrigatoria
  14. Onde Salvar
Ships with 1 file
  • metadata.json
Commands it runs
Mapear estrutura geral
ls -la /home/runner/workspace
Encontrar arquivos por nome
find . -name "*mataMata*" -type f
Buscar por conteudo
grep -r "calcularSaldo" controllers/ routes/ services/
Localizar padroes
grep -rn "app.post.*acerto" routes/
Listar controllers
ls -la controllers/
More from claude-skill-registry
All skills →
About this skill
What does the Pesquisa skill do?

Fase 1 - Research Protocol. Busca autonoma no codebase, consulta MCPs, mapeia arquivos e gera PRD.md. Aplica S.A.I.S (Solicitar + Analisar) e S.D.A inicial. NUNCA pergunta onde estao arquivos, sempre busca automaticamente.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pesquisa --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