Codex CLI로 코드 생성
Generates code snippets using Codex CLI based on natural language descriptions and optional language or profile settings.
/plugin marketplace add e16tae/oh-my-claude-code/plugin install codex-cli@oh-my-claude-codeCodex CLI를 호출하여 코드를 생성합니다.
/codex:generate [설명] [--lang=언어] [--profile=프로필]
/codex:generate "JWT 인증 미들웨어" --lang=typescript
/codex:generate "정렬 알고리즘" --profile=quick
| 옵션 | 설명 | 기본값 |
|---|---|---|
--lang | 생성할 코드 언어 | 프로젝트 감지 |
--profile | 실행 프로필 | default |
/generateGenerate ready-to-execute hypershift cluster creation commands from natural language descriptions
/generateGenerate documentation from TypeScript/JavaScript code, OpenAPI specs, GraphQL schemas, and SpecWeave specifications.