.agents/skills/gpt-research/SKILL.md
외부 GPT 또는 deep research 워크플로우로 넘길 구조화 프롬프트를 만듭니다. 모듈/아키텍처/이슈 단위로 맥락을 추출해 붙여넣기 가능한 리서치 요청을 만들 때 사용합니다.
npx skillsauth add oozoofrog/codex-skills-project gpt-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
원본 gpt-research를 Codex 환경용으로 옮긴 스킬입니다.
goal-research-loopmodule / arch / issue / custom 중 모드를 고른다.module — 특정 모듈/파일 중심 맥락 추출arch — 프로젝트 구조와 의존성 요약issue — 오류/버그 조사 맥락 정리custom — 사용자가 범위를 직접 지정references/context-extraction-guide.mdreferences/output-templates.mdreferences/prompting-best-practices.mdreferences/size-limits-and-chunking.mdAGENTS.md, README, 빌드 파일을 모은다.pbcopy로 클립보드에 복사하고, 응답에도 프롬프트 본문을 남긴다.../../../docs/review-harness.mdpass면 prompt 반환, refine이면 맥락 추가/제거, pivot이면 mode 변경, escalate면 사람이 범위를 다시 지정한다tools
Codex 플러그인/스킬 저장소를 감사하고 개선합니다. `.codex-plugin/plugin.json`, `.agents/plugins/marketplace.json`, `.agents/skills`, `.codex/agents`, legacy Claude 산출물을 점검할 때 사용합니다.
tools
macOS 앱/CLI 릴리스 작업을 자동화하거나 가이드합니다. 버전 범프, Release 빌드, DMG/ZIP, GitHub Release, Homebrew 배포가 필요할 때 사용합니다.
development
Karpathy의 LLM Wiki 아이디어를 바탕으로 raw source와 LLM-maintained wiki를 분리한 지속형 지식 베이스를 설계·부트스트랩합니다. markdown/git 기반의 범용 구조, `AGENTS.md` 운영 규칙, ingest/query/lint 워크플로우, Obsidian 같은 선택적 어댑터 분리가 필요할 때 사용합니다.
tools
별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다.