research
スター3
フォーク1
更新日2026年3月15日 03:18
Search the web and read documentation when implementing unfamiliar things
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Search the web and read documentation when implementing unfamiliar things
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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