codex-implementer
CommunityCodex-driven code implementation with Claude oversight.
Authorjiunbae
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Claude를 오케스트레이터로 두고 Codex CLI를 sub-agent로 활용하여 실제 구현 작업을 수행합니다. Claude가 작업을 분석하고 분해하며 Codex가 코드 작성/수정/리팩토링을 담당하는 멀티에이전트 구현 스킬입니다. "Codex로 구현", "구현해줘", "코드 작성해줘", "병렬 구현" 요청 시 활성화됩니다.
Core Features & Use Cases
- 단일 구현: 하나의 기능/파일을 Codex가 구현합니다.
- 병렬 구현: 여러 파일/기능을 동시에 여러 Codex가 구현합니다.
- 점진적 구현: 단계별로 Codex가 순차 구현하고 Claude가 검토합니다.
- 리팩토링 위임: 기존 코드의 개선 작업을 Codex에게 맡깁니다.
- Codex의 강점: full-auto 모드로 자율 구현, 로컬 파일 시스템 접근 가능, 터미널 명령 실행, 빠른 반복에 최적화되어 있습니다.
Quick Start
다음 요구사항을 Codex로 구현합니다:
- 예시: 이메일 인증 엔드포인트 추가 및 JWT 반환
- 파일 위치: routes/auth.ts, services/authService.ts
- 기존 패턴 참고: routes/users.ts의 패턴
- 제약 조건: 타입 안전성, 테스트 포함
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: codex-implementer Download link: https://github.com/jiunbae/agent-skills/archive/main.zip#codex-implementer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.