research
Search the web and read documentation when implementing unfamiliar things
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search the web and read documentation when implementing unfamiliar things
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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