원클릭으로
omcustomcodex-create-agent
Create a new agent with complete structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new agent with complete structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
6-stage structured development cycle with stage-based tool restrictions
Multi-angle release quality verification using parallel expert review teams
Full Self Driving — autonomous release loop that processes all auto-dev-eligible GitHub issues until none remain, by repeatedly running /pipeline auto-dev then /homework.
Invoke and resume YAML-defined pipelines by name — /pipeline auto-dev runs the full release pipeline
Analyze release workflow findings and recommend follow-up actions — execute immediately or register as issues
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
| name | omcustomcodex:create-agent |
| description | Create a new agent with complete structure |
| scope | harness |
| argument-hint | <name> --type <type> |
| disable-model-invocation | false |
| user-invocable | true |
Create a new agent with complete directory structure, files, and registration.
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | yes | Agent name (kebab-case) |
--type, -t Agent type (required)
Values: sw-engineer, sw-engineer/backend, infra-engineer, manager
--source, -s External source URL (for external agents)
--desc, -d Description
--skills Comma-separated skills to include
--dynamic Auto-discover skills and guides from context (used by routing fallback)
1. Validate input
├── Name is unique
├── Name is kebab-case
└── Type is valid
2. Create agent file
└── .codex/agents/{name}.md
4. Validate
└── Run mgr-supplier:audit
# {Name} Agent
> **Type**: {Type}
> **Source**: Internal
## Purpose
{Description}
## Capabilities
1.
2.
## Skills
| Skill | Purpose |
|-------|---------|
## Guides
| Guide | Purpose |
|-------|---------|
[mgr-creator:agent lang-golang-expert --type sw-engineer]
Creating agent: lang-golang-expert
[1/4] Validating...
✓ Name available
✓ Type valid: sw-engineer
[2/4] Creating agent file...
✓ .codex/agents/lang-golang-expert.md
[3/4] Validating...
✓ mgr-supplier:audit passed
Agent created successfully: .codex/agents/lang-golang-expert.md