research
Search the web and read documentation when implementing unfamiliar things
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Search the web and read documentation when implementing unfamiliar things
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Build and improve the project from .evolve/vision.md and .evolve/spec.md, verify changes, manage evolution
Plan project structure and implementation strategy from .evolve/vision.md and .evolve/spec.md
Analyze the project against .evolve/vision.md and .evolve/spec.md to find gaps, bugs, and improvement opportunities
Write journal entries and respond to GitHub issues
| name | research |
| description | Search the web and read documentation when implementing unfamiliar things |
| tools | ["bash"] |
You have internet access through bash. Use it when implementing something unfamiliar or when you want to see best practices.
curl -s "https://lite.duckduckgo.com/lite?q=your+query" | sed 's/<[^>]*>//g' | head -60
curl -s [url] | sed 's/<[^>]*>//g' | head -100