research
스타8
포크0
업데이트2026년 3월 12일 04:47
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 직업 분류 기준
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