본문 바로가기
AI

Claude Code Codex 연동

by D.B_18 2026. 7. 15.

Codex 플러그인을 통해 Claude Code에서 Codex를 연동하여 설계는 Claude가 수정은 Codex가 하도록 설정할 수 있습니다.

Codex Plugin 설치

Codex 플러그인을 설치할 수 있는 저장소 등록

/plugin marketplace add openai/codex-plugin-cc

 

Codex Plugin 설치

/plugin install codex@openai-codex**
  • Install for you (user scope): 내 Claude Code 전체에서 사용
  • Install for all collaborators on this repository (project scope): 현재 프로젝트를 함께 쓰는 팀원들도 사용
  • Install for you, in this repo only (local scope): 현재 프로젝트에서만 나 혼자 사용

Codex Plugin 명령어 정리

/codex:setup Codex CLI 설치 여부를 확인하고 연동 상태를 점검합니다
/codex:review Claude Code로 작업한 내용을 Codex가 다시 검토합니다
/codex:adversarial-review 구조적 문제, 보안 취약점, 불필요한 복잡도 등을 비판적 관점에서 강하게 점검합니다
/codex:rescue 막힌 작업이나 다른 관점의 해결책이 필요한 작업을 Codex에게 위임합니다
/codex:status 백그라운드에서 실행 중인 Codex 작업의 진행 상태를 확인합니다
/codex:result 완료된 작업의 분석 내용이나 수정 결과를 불러옵니다
/codex:cancel 백그라운드에서 실행 중인 Codex 작업을 취소합니다
반응형

'AI' 카테고리의 다른 글

CLAUDE 명령어 모음  (0) 2026.07.15