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
Write journal entries and respond to GitHub issues
Build and improve the project from vision.md and spec.md, verify changes, manage evolution
Analyze the project against vision.md and spec.md to find gaps, bugs, and improvement opportunities
Build and improve the project from vision.md and spec.md, verify changes, manage evolution
Plan project structure and implementation strategy from vision.md and spec.md
| 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