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.
Profile →npx skills add majiayu000/claude-skill-registry --skill pesquisa --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.
# 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
- Objetivo
- REGRA DE OURO: AUTONOMIA TOTAL
- NUNCA PERGUNTE:
- SEMPRE BUSQUE:
- PROTOCOLO DE EXECUCAO
- PASSO 1: Compreender Requisito
- PASSO 2: Mapear Contexto Automaticamente
- PASSO 3: Consultar Documentacao (MCP)
- PASSO 4: Ler Principios do Projeto
- PASSO 5: Aplicar S.A.I.S (Solicitar + Analisar)
- PASSO 6: Mapear Dependencias (S.D.A Inicial)
- GERAR PRD.md
- Estrutura Obrigatoria
- Onde Salvar
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/
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.