oh-my-customcodex 0.3.2 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -16
- package/dist/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/.claude/hooks/hooks.json +10 -0
- package/templates/.claude/hooks/scripts/adaptive-harness-scan.sh +3 -3
- package/templates/.claude/hooks/scripts/claude-sensitive-path-guard.sh +39 -0
- package/templates/.claude/rules/MUST-continuous-improvement.md +1 -1
- package/templates/.claude/rules/MUST-sync-verification.md +3 -3
- package/templates/.claude/rules/SHOULD-wiki-sync.md +6 -6
- package/templates/.claude/skills/adaptive-harness/SKILL.md +11 -11
- package/templates/.claude/skills/agora/SKILL.md +5 -5
- package/templates/.claude/skills/analysis/SKILL.md +3 -3
- package/templates/.claude/skills/audit-agents/SKILL.md +1 -1
- package/templates/.claude/skills/claude-native/SKILL.md +5 -5
- package/templates/.claude/skills/create-agent/SKILL.md +1 -1
- package/templates/.claude/skills/dev-refactor/SKILL.md +3 -3
- package/templates/.claude/skills/evaluator-optimizer/SKILL.md +1 -1
- package/templates/.claude/skills/fix-refs/SKILL.md +1 -1
- package/templates/.claude/skills/harness-eval/SKILL.md +4 -4
- package/templates/.claude/skills/help/SKILL.md +1 -1
- package/templates/.claude/skills/lists/SKILL.md +1 -1
- package/templates/.claude/skills/monitoring-setup/SKILL.md +1 -1
- package/templates/.claude/skills/npm-audit/SKILL.md +1 -1
- package/templates/.claude/skills/npm-publish/SKILL.md +1 -1
- package/templates/.claude/skills/npm-version/SKILL.md +1 -1
- package/templates/.claude/skills/omcodex-auto-improve/SKILL.md +4 -4
- package/templates/.claude/skills/omcodex-feedback/SKILL.md +10 -10
- package/templates/.claude/skills/omcodex-improve-report/SKILL.md +2 -2
- package/templates/.claude/skills/omcodex-loop/SKILL.md +4 -4
- package/templates/.claude/skills/omcodex-release-notes/SKILL.md +5 -5
- package/templates/.claude/skills/omcodex-takeover/SKILL.md +4 -4
- package/templates/.claude/skills/omcodex-web/SKILL.md +4 -4
- package/templates/.claude/skills/sauron-watch/SKILL.md +1 -1
- package/templates/.claude/skills/scout/SKILL.md +1 -1
- package/templates/.claude/skills/status/SKILL.md +1 -1
- package/templates/.claude/skills/update-docs/SKILL.md +1 -1
- package/templates/.claude/skills/update-external/SKILL.md +1 -1
- package/templates/.claude/skills/wiki/SKILL.md +9 -9
- package/templates/.claude/skills/wiki-rag/SKILL.md +6 -6
- package/templates/AGENTS.md.en +22 -22
- package/templates/AGENTS.md.ko +22 -22
- package/templates/CLAUDE.md +12 -12
- package/templates/CLAUDE.md.en +22 -22
- package/templates/CLAUDE.md.ko +22 -22
- package/templates/manifest.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex-release-notes
|
|
3
3
|
description: Generate structured release notes from git history and closed issues within the GPT Codex + OMX session
|
|
4
4
|
scope: harness
|
|
5
5
|
user-invocable: true
|
|
@@ -17,8 +17,8 @@ Replaces the CI-based `release-notes.yml` workflow that previously used Claude A
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
/
|
|
21
|
-
/
|
|
20
|
+
/omcustomcodex-release-notes 0.36.0
|
|
21
|
+
/omcustomcodex-release-notes 0.36.0 --previous-tag v0.35.3
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Workflow
|
|
@@ -104,8 +104,8 @@ The generated notes can be:
|
|
|
104
104
|
This skill is designed to be used during the release process:
|
|
105
105
|
|
|
106
106
|
```
|
|
107
|
-
/
|
|
108
|
-
/
|
|
107
|
+
/omcustomcodex:npm-version patch|minor|major -> version bump
|
|
108
|
+
/omcustomcodex-release-notes {version} -> generate notes
|
|
109
109
|
mgr-gitnerd: gh release create -> create release with notes
|
|
110
110
|
```
|
|
111
111
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:takeover
|
|
3
3
|
description: Extract canonical spec from existing agent or skill files
|
|
4
4
|
scope: harness
|
|
5
5
|
user-invocable: true
|
|
@@ -17,8 +17,8 @@ When an agent or skill has evolved organically without a formal spec, `omcodex:t
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
/
|
|
21
|
-
/
|
|
20
|
+
/omcustomcodex:takeover <agent-name>
|
|
21
|
+
/omcustomcodex:takeover <skill-name>
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Workflow
|
|
@@ -110,6 +110,6 @@ generated: <ISO-8601 timestamp>
|
|
|
110
110
|
## Notes
|
|
111
111
|
|
|
112
112
|
- Specs are git-untracked (under `.codex/`)
|
|
113
|
-
- Regenerate anytime with `/
|
|
113
|
+
- Regenerate anytime with `/omcustomcodex:takeover <name>`
|
|
114
114
|
- Used by `/dev-refactor --spec` for invariant-preserving refactoring
|
|
115
115
|
- Advisory output — human review recommended before using as contract
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:web
|
|
3
3
|
description: Control and inspect the built-in Web UI (packages/serve) — start, stop, status, open
|
|
4
4
|
scope: harness
|
|
5
5
|
argument-hint: "[start|stop|status|open]"
|
|
@@ -89,7 +89,7 @@ If occupied by a non-serve process, warn the user and suggest `--port` option.
|
|
|
89
89
|
|
|
90
90
|
## No Argument Behavior
|
|
91
91
|
|
|
92
|
-
When called without arguments (`/
|
|
92
|
+
When called without arguments (`/omcustomcodex:web`):
|
|
93
93
|
1. Show status
|
|
94
|
-
2. If stopped, suggest: "Run `/
|
|
95
|
-
3. If running, suggest: "Run `/
|
|
94
|
+
2. If stopped, suggest: "Run `/omcustomcodex:web start` to start the server"
|
|
95
|
+
3. If running, suggest: "Run `/omcustomcodex:web open` to open in browser"
|
|
@@ -234,7 +234,7 @@ When verdict is `INTERNALIZE` and integration effort is M or L:
|
|
|
234
234
|
| Scenario | Better Alternative |
|
|
235
235
|
|----------|--------------------|
|
|
236
236
|
| Deep multi-source research | `/research <url>` |
|
|
237
|
-
| Internal project analysis | `/
|
|
237
|
+
| Internal project analysis | `/omcustomcodex:analysis` |
|
|
238
238
|
| Known tool evaluation | Direct agent conversation |
|
|
239
239
|
| Bulk URL analysis (5+) | `/research` with URL list |
|
|
240
240
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:wiki
|
|
3
3
|
description: Generate and maintain a persistent codebase wiki — LLM-built interlinked markdown knowledge base (Karpathy LLM Wiki pattern)
|
|
4
4
|
scope: core
|
|
5
5
|
version: 1.0.0
|
|
@@ -20,11 +20,11 @@ Builds and maintains a persistent, interlinked markdown wiki for the project cod
|
|
|
20
20
|
## Usage
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
/
|
|
24
|
-
/
|
|
25
|
-
/
|
|
26
|
-
/
|
|
27
|
-
/
|
|
23
|
+
/omcustomcodex:wiki # Full wiki generation / incremental update
|
|
24
|
+
/omcustomcodex:wiki ingest <path> # Ingest a specific file or directory
|
|
25
|
+
/omcustomcodex:wiki ingest .codex/agents/ # Ingest all agent definitions
|
|
26
|
+
/omcustomcodex:wiki query <question> # Query the wiki with natural language
|
|
27
|
+
/omcustomcodex:wiki lint # Health check — orphans, broken refs, stale pages
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
## Wiki Directory Structure
|
|
@@ -48,7 +48,7 @@ wiki/
|
|
|
48
48
|
|
|
49
49
|
### Default — Full Wiki Generation / Incremental Update
|
|
50
50
|
|
|
51
|
-
Invoked with `/
|
|
51
|
+
Invoked with `/omcustomcodex:wiki` (no arguments).
|
|
52
52
|
|
|
53
53
|
**Step 1 — Scan codebase structure**
|
|
54
54
|
|
|
@@ -188,7 +188,7 @@ If yes, delegate to the subagent to create the page in `wiki/concepts/`.
|
|
|
188
188
|
|
|
189
189
|
**Step 4 — Suggest fixes**
|
|
190
190
|
|
|
191
|
-
For each category: suggest the command to fix (e.g., `/
|
|
191
|
+
For each category: suggest the command to fix (e.g., `/omcustomcodex:wiki ingest .codex/agents/new-agent.md`).
|
|
192
192
|
|
|
193
193
|
**Step 5 — Insert into log.duckdb**
|
|
194
194
|
|
|
@@ -255,7 +255,7 @@ Example: `[[mgr-creator]]` and `[mgr-creator](../agents/mgr-creator.md)`
|
|
|
255
255
|
|
|
256
256
|
```yaml
|
|
257
257
|
# wiki/index.yaml — Machine-parseable wiki page index
|
|
258
|
-
# Updated by /
|
|
258
|
+
# Updated by /omcustomcodex:wiki after every operation
|
|
259
259
|
|
|
260
260
|
meta:
|
|
261
261
|
updated: "2026-04-12"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: omcustomcodex:wiki-rag
|
|
3
3
|
description: Use the project wiki as RAG knowledge source — search wiki pages to answer codebase questions before exploring raw files
|
|
4
4
|
scope: core
|
|
5
5
|
version: 1.0.0
|
|
@@ -15,9 +15,9 @@ Query the project wiki to answer questions about the codebase. The wiki is a pre
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
17
|
```
|
|
18
|
-
/
|
|
19
|
-
/
|
|
20
|
-
/
|
|
18
|
+
/omcustomcodex:wiki-rag "how does orchestration work?"
|
|
19
|
+
/omcustomcodex:wiki-rag "what agents handle database tasks?"
|
|
20
|
+
/omcustomcodex:wiki-rag "explain the compilation metaphor"
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Also triggered automatically by intent-detection when a user asks about project architecture, agent roles, skill purposes, or rule behavior.
|
|
@@ -29,7 +29,7 @@ Also triggered automatically by intent-detection when a user asks about project
|
|
|
29
29
|
Read and parse `wiki/index.yaml` to get the full page catalog. If `wiki/index.yaml` does not exist, report:
|
|
30
30
|
|
|
31
31
|
```
|
|
32
|
-
[wiki-rag] Wiki not initialized. Run /
|
|
32
|
+
[wiki-rag] Wiki not initialized. Run /omcustomcodex:wiki first to create wiki/index.yaml.
|
|
33
33
|
```
|
|
34
34
|
|
|
35
35
|
Then abort.
|
|
@@ -132,7 +132,7 @@ For partial and miss cases: always acknowledge what the wiki covered before pivo
|
|
|
132
132
|
- **Acknowledges gaps honestly** — never hallucinate content not found in the wiki
|
|
133
133
|
- **Offers to improve wiki coverage** when gaps are found — compounding the knowledge base over time
|
|
134
134
|
|
|
135
|
-
## Integration with /
|
|
135
|
+
## Integration with /omcustomcodex:wiki
|
|
136
136
|
|
|
137
137
|
| Skill | Role |
|
|
138
138
|
|-------|------|
|
package/templates/AGENTS.md.en
CHANGED
|
@@ -94,33 +94,33 @@ NO EXCEPTIONS. NO EXCUSES.
|
|
|
94
94
|
|
|
95
95
|
| Command | Description |
|
|
96
96
|
|---------|-------------|
|
|
97
|
-
| `/
|
|
98
|
-
| `/
|
|
99
|
-
| `/
|
|
100
|
-
| `/
|
|
101
|
-
| `/
|
|
102
|
-
| `/
|
|
103
|
-
| `/
|
|
97
|
+
| `/omcustomcodex:analysis` | Analyze project and auto-configure customizations |
|
|
98
|
+
| `/omcustomcodex:create-agent` | Create a new agent |
|
|
99
|
+
| `/omcustomcodex:update-docs` | Sync documentation with project structure |
|
|
100
|
+
| `/omcustomcodex:update-external` | Update agents from external sources |
|
|
101
|
+
| `/omcustomcodex:audit-agents` | Audit agent dependencies |
|
|
102
|
+
| `/omcustomcodex:fix-refs` | Fix broken references |
|
|
103
|
+
| `/omcustomcodex-takeover` | Extract canonical spec from existing agent/skill |
|
|
104
104
|
| `/dev-review` | Review code for best practices |
|
|
105
105
|
| `/dev-refactor` | Refactor code |
|
|
106
106
|
| `/memory-save` | Save session context to omx-memory |
|
|
107
107
|
| `/memory-recall` | Search and recall memories |
|
|
108
|
-
| `/
|
|
109
|
-
| `/
|
|
110
|
-
| `/
|
|
111
|
-
| `/
|
|
112
|
-
| `/
|
|
108
|
+
| `/omcustomcodex:monitoring-setup` | Enable/disable OTel console monitoring |
|
|
109
|
+
| `/omcustomcodex:npm-publish` | Publish package to npm registry |
|
|
110
|
+
| `/omcustomcodex:npm-version` | Manage semantic versions |
|
|
111
|
+
| `/omcustomcodex:npm-audit` | Audit dependencies |
|
|
112
|
+
| `/omcustomcodex-release-notes` | Generate release notes from git history |
|
|
113
113
|
| `/codex-exec` | Execute Codex CLI prompts |
|
|
114
114
|
| `/optimize-analyze` | Analyze bundle and performance |
|
|
115
115
|
| `/optimize-bundle` | Optimize bundle size |
|
|
116
116
|
| `/optimize-report` | Generate optimization report |
|
|
117
117
|
| `/research` | 10-team parallel deep analysis and cross-verification |
|
|
118
118
|
| `/deep-plan` | Research-validated planning (research → plan → verify) |
|
|
119
|
-
| `/
|
|
119
|
+
| `/omcustomcodex:sauron-watch` | Full R017 verification |
|
|
120
120
|
| `/structured-dev-cycle` | 6-stage structured development cycle (Plan → Verify → Implement → Verify → Compound → Done) |
|
|
121
|
-
| `/
|
|
122
|
-
| `/
|
|
123
|
-
| `/
|
|
121
|
+
| `/omcustomcodex:lists` | Show all available commands |
|
|
122
|
+
| `/omcustomcodex:status` | Show system status |
|
|
123
|
+
| `/omcustomcodex:help` | Show help information |
|
|
124
124
|
|
|
125
125
|
## Project Structure
|
|
126
126
|
|
|
@@ -195,15 +195,15 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
|
|
|
195
195
|
|
|
196
196
|
```bash
|
|
197
197
|
# Project analysis
|
|
198
|
-
/
|
|
198
|
+
/omcustomcodex:analysis
|
|
199
199
|
|
|
200
200
|
# Show all commands
|
|
201
|
-
/
|
|
201
|
+
/omcustomcodex:lists
|
|
202
202
|
|
|
203
203
|
# Agent management
|
|
204
|
-
/
|
|
205
|
-
/
|
|
206
|
-
/
|
|
204
|
+
/omcustomcodex:create-agent my-agent
|
|
205
|
+
/omcustomcodex:update-docs
|
|
206
|
+
/omcustomcodex:audit-agents
|
|
207
207
|
|
|
208
208
|
# Code review
|
|
209
209
|
/dev-review src/main.go
|
|
@@ -213,7 +213,7 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
|
|
|
213
213
|
/memory-recall authentication
|
|
214
214
|
|
|
215
215
|
# Verification
|
|
216
|
-
/
|
|
216
|
+
/omcustomcodex:sauron-watch
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
## External Dependencies
|
package/templates/AGENTS.md.ko
CHANGED
|
@@ -94,33 +94,33 @@ oh-my-customcodex로 구동됩니다.
|
|
|
94
94
|
|
|
95
95
|
| 커맨드 | 설명 |
|
|
96
96
|
|--------|------|
|
|
97
|
-
| `/
|
|
98
|
-
| `/
|
|
99
|
-
| `/
|
|
100
|
-
| `/
|
|
101
|
-
| `/
|
|
102
|
-
| `/
|
|
103
|
-
| `/
|
|
97
|
+
| `/omcustomcodex:analysis` | 프로젝트 분석 및 자동 커스터마이징 |
|
|
98
|
+
| `/omcustomcodex:create-agent` | 새 에이전트 생성 |
|
|
99
|
+
| `/omcustomcodex:update-docs` | 프로젝트 구조와 문서 동기화 |
|
|
100
|
+
| `/omcustomcodex:update-external` | 외부 소스에서 에이전트 업데이트 |
|
|
101
|
+
| `/omcustomcodex:audit-agents` | 에이전트 의존성 감사 |
|
|
102
|
+
| `/omcustomcodex:fix-refs` | 깨진 참조 수정 |
|
|
103
|
+
| `/omcustomcodex-takeover` | 기존 에이전트/스킬에서 canonical spec 추출 |
|
|
104
104
|
| `/dev-review` | 코드 베스트 프랙티스 리뷰 |
|
|
105
105
|
| `/dev-refactor` | 코드 리팩토링 |
|
|
106
106
|
| `/memory-save` | 세션 컨텍스트를 omx-memory에 저장 |
|
|
107
107
|
| `/memory-recall` | 메모리 검색 및 리콜 |
|
|
108
|
-
| `/
|
|
109
|
-
| `/
|
|
110
|
-
| `/
|
|
111
|
-
| `/
|
|
112
|
-
| `/
|
|
108
|
+
| `/omcustomcodex:monitoring-setup` | OTel 콘솔 모니터링 활성화/비활성화 |
|
|
109
|
+
| `/omcustomcodex:npm-publish` | npm 레지스트리에 패키지 배포 |
|
|
110
|
+
| `/omcustomcodex:npm-version` | 시맨틱 버전 관리 |
|
|
111
|
+
| `/omcustomcodex:npm-audit` | 의존성 감사 |
|
|
112
|
+
| `/omcustomcodex-release-notes` | 릴리즈 노트 생성 (git 히스토리 기반) |
|
|
113
113
|
| `/codex-exec` | Codex CLI 프롬프트 실행 |
|
|
114
114
|
| `/optimize-analyze` | 번들 및 성능 분석 |
|
|
115
115
|
| `/optimize-bundle` | 번들 크기 최적화 |
|
|
116
116
|
| `/optimize-report` | 최적화 리포트 생성 |
|
|
117
117
|
| `/research` | 10-team 병렬 딥 분석 및 교차 검증 |
|
|
118
118
|
| `/deep-plan` | 연구 검증 기반 계획 수립 (research → plan → verify) |
|
|
119
|
-
| `/
|
|
119
|
+
| `/omcustomcodex:sauron-watch` | 전체 R017 검증 |
|
|
120
120
|
| `/structured-dev-cycle` | 6단계 구조적 개발 사이클 (Plan → Verify → Implement → Verify → Compound → Done) |
|
|
121
|
-
| `/
|
|
122
|
-
| `/
|
|
123
|
-
| `/
|
|
121
|
+
| `/omcustomcodex:lists` | 모든 사용 가능한 커맨드 표시 |
|
|
122
|
+
| `/omcustomcodex:status` | 시스템 상태 표시 |
|
|
123
|
+
| `/omcustomcodex:help` | 도움말 표시 |
|
|
124
124
|
|
|
125
125
|
## 프로젝트 구조
|
|
126
126
|
|
|
@@ -195,15 +195,15 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
195
195
|
|
|
196
196
|
```bash
|
|
197
197
|
# 프로젝트 분석
|
|
198
|
-
/
|
|
198
|
+
/omcustomcodex:analysis
|
|
199
199
|
|
|
200
200
|
# 모든 커맨드 표시
|
|
201
|
-
/
|
|
201
|
+
/omcustomcodex:lists
|
|
202
202
|
|
|
203
203
|
# 에이전트 관리
|
|
204
|
-
/
|
|
205
|
-
/
|
|
206
|
-
/
|
|
204
|
+
/omcustomcodex:create-agent my-agent
|
|
205
|
+
/omcustomcodex:update-docs
|
|
206
|
+
/omcustomcodex:audit-agents
|
|
207
207
|
|
|
208
208
|
# 코드 리뷰
|
|
209
209
|
/dev-review src/main.go
|
|
@@ -213,7 +213,7 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
213
213
|
/memory-recall authentication
|
|
214
214
|
|
|
215
215
|
# 검증
|
|
216
|
-
/
|
|
216
|
+
/omcustomcodex:sauron-watch
|
|
217
217
|
```
|
|
218
218
|
|
|
219
219
|
## 외부 의존성
|
package/templates/CLAUDE.md
CHANGED
|
@@ -97,16 +97,16 @@ oh-my-customcodex로 구동됩니다.
|
|
|
97
97
|
|
|
98
98
|
| 카테고리 | 대표 커맨드 | 설명 |
|
|
99
99
|
|----------|------------|------|
|
|
100
|
-
| 프로젝트 관리 | `/
|
|
100
|
+
| 프로젝트 관리 | `/omcustomcodex:analysis`, `/omcustomcodex:create-agent`, `/omcustomcodex:audit-agents` | 분석, 에이전트/스킬 생성, 감사 |
|
|
101
101
|
| 아이디어 | `/idea` | 자연어 아이디어를 구조화된 이슈 스펙으로 변환 |
|
|
102
102
|
| 개발 | `/dev-review`, `/dev-refactor`, `/sdd-dev`, `/structured-dev-cycle` | 코드 리뷰, 리팩토링, SDD |
|
|
103
|
-
| 검증 | `/
|
|
104
|
-
| 릴리즈 | `/pipeline auto-dev`, `/
|
|
105
|
-
| 리서치 | `/research`, `/scout`, `/deep-plan`, `/
|
|
103
|
+
| 검증 | `/omcustomcodex:sauron-watch`, `/deep-verify`, `/adversarial-review` | R017 검증, 릴리즈 품질, 보안 리뷰 |
|
|
104
|
+
| 릴리즈 | `/pipeline auto-dev`, `/omcustomcodex-release-notes`, `/release-plan` | 자동 개발, 릴리즈 노트 |
|
|
105
|
+
| 리서치 | `/research`, `/scout`, `/deep-plan`, `/omcustomcodex:agora` | 병렬 분석, URL 평가, 연구 계획 |
|
|
106
106
|
| 메모리 | `/memory-save`, `/memory-recall` | 세션 메모리 관리 |
|
|
107
|
-
| 시스템 | `/token-efficiency-audit`, `/pre-generation-arch-check`, `/
|
|
107
|
+
| 시스템 | `/token-efficiency-audit`, `/pre-generation-arch-check`, `/omcustomcodex:lists`, `/omcustomcodex:status`, `/omcustomcodex:help` | 토큰 효율/아키텍처 감사, 전체 목록, 상태, 도움말 |
|
|
108
108
|
|
|
109
|
-
> 전체 커맨드 목록 (60+ 커맨드): `/
|
|
109
|
+
> 전체 커맨드 목록 (60+ 커맨드): `/omcustomcodex:lists` 실행
|
|
110
110
|
|
|
111
111
|
## 프로젝트 구조
|
|
112
112
|
|
|
@@ -197,15 +197,15 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
197
197
|
|
|
198
198
|
```bash
|
|
199
199
|
# 프로젝트 분석
|
|
200
|
-
/
|
|
200
|
+
/omcustomcodex:analysis
|
|
201
201
|
|
|
202
202
|
# 모든 커맨드 표시
|
|
203
|
-
/
|
|
203
|
+
/omcustomcodex:lists
|
|
204
204
|
|
|
205
205
|
# 에이전트 관리
|
|
206
|
-
/
|
|
207
|
-
/
|
|
208
|
-
/
|
|
206
|
+
/omcustomcodex:create-agent my-agent
|
|
207
|
+
/omcustomcodex:update-docs
|
|
208
|
+
/omcustomcodex:audit-agents
|
|
209
209
|
|
|
210
210
|
# 코드 리뷰
|
|
211
211
|
/dev-review src/main.go
|
|
@@ -215,7 +215,7 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
215
215
|
/memory-recall authentication
|
|
216
216
|
|
|
217
217
|
# 검증
|
|
218
|
-
/
|
|
218
|
+
/omcustomcodex:sauron-watch
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
## 외부 의존성
|
package/templates/CLAUDE.md.en
CHANGED
|
@@ -94,24 +94,24 @@ NO EXCEPTIONS. NO EXCUSES.
|
|
|
94
94
|
|
|
95
95
|
| Command | Description |
|
|
96
96
|
|---------|-------------|
|
|
97
|
-
| `/
|
|
97
|
+
| `/omcustomcodex:analysis` | Analyze project and auto-configure customizations |
|
|
98
98
|
| `/idea` | Turn a natural-language idea into structured issue specs |
|
|
99
|
-
| `/
|
|
100
|
-
| `/
|
|
101
|
-
| `/
|
|
102
|
-
| `/
|
|
103
|
-
| `/
|
|
104
|
-
| `/
|
|
99
|
+
| `/omcustomcodex:create-agent` | Create a new agent |
|
|
100
|
+
| `/omcustomcodex:update-docs` | Sync documentation with project structure |
|
|
101
|
+
| `/omcustomcodex:update-external` | Update agents from external sources |
|
|
102
|
+
| `/omcustomcodex:audit-agents` | Audit agent dependencies |
|
|
103
|
+
| `/omcustomcodex:fix-refs` | Fix broken references |
|
|
104
|
+
| `/omcustomcodex:takeover` | Extract canonical spec from existing agent/skill |
|
|
105
105
|
| `/dev-review` | Review code for best practices |
|
|
106
106
|
| `/dev-refactor` | Refactor code |
|
|
107
107
|
| `/memory-save` | Save session context to omx-memory |
|
|
108
108
|
| `/memory-recall` | Search and recall memories |
|
|
109
|
-
| `/
|
|
109
|
+
| `/omcustomcodex:monitoring-setup` | Enable/disable OTel console monitoring |
|
|
110
110
|
| `/token-efficiency-audit` | Audit and tune token-efficiency settings |
|
|
111
|
-
| `/
|
|
112
|
-
| `/
|
|
113
|
-
| `/
|
|
114
|
-
| `/
|
|
111
|
+
| `/omcustomcodex:npm-publish` | Publish package to npm registry |
|
|
112
|
+
| `/omcustomcodex:npm-version` | Manage semantic versions |
|
|
113
|
+
| `/omcustomcodex:npm-audit` | Audit dependencies |
|
|
114
|
+
| `/omcustomcodex-release-notes` | Generate release notes from git history |
|
|
115
115
|
| `/codex-exec` | Execute Codex CLI prompts |
|
|
116
116
|
| `/optimize-analyze` | Analyze bundle and performance |
|
|
117
117
|
| `/optimize-bundle` | Optimize bundle size |
|
|
@@ -119,11 +119,11 @@ NO EXCEPTIONS. NO EXCUSES.
|
|
|
119
119
|
| `/research` | 10-team parallel deep analysis and cross-verification |
|
|
120
120
|
| `/deep-plan` | Research-validated planning (research → plan → verify) |
|
|
121
121
|
| `/pre-generation-arch-check` | Check architecture risks before implementation |
|
|
122
|
-
| `/
|
|
122
|
+
| `/omcustomcodex:sauron-watch` | Full R017 verification |
|
|
123
123
|
| `/structured-dev-cycle` | 6-stage structured development cycle (Plan → Verify → Implement → Verify → Compound → Done) |
|
|
124
|
-
| `/
|
|
125
|
-
| `/
|
|
126
|
-
| `/
|
|
124
|
+
| `/omcustomcodex:lists` | Show all available commands |
|
|
125
|
+
| `/omcustomcodex:status` | Show system status |
|
|
126
|
+
| `/omcustomcodex:help` | Show help information |
|
|
127
127
|
|
|
128
128
|
## Project Structure
|
|
129
129
|
|
|
@@ -198,15 +198,15 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
|
|
|
198
198
|
|
|
199
199
|
```bash
|
|
200
200
|
# Project analysis
|
|
201
|
-
/
|
|
201
|
+
/omcustomcodex:analysis
|
|
202
202
|
|
|
203
203
|
# Show all commands
|
|
204
|
-
/
|
|
204
|
+
/omcustomcodex:lists
|
|
205
205
|
|
|
206
206
|
# Agent management
|
|
207
|
-
/
|
|
208
|
-
/
|
|
209
|
-
/
|
|
207
|
+
/omcustomcodex:create-agent my-agent
|
|
208
|
+
/omcustomcodex:update-docs
|
|
209
|
+
/omcustomcodex:audit-agents
|
|
210
210
|
|
|
211
211
|
# Code review
|
|
212
212
|
/dev-review src/main.go
|
|
@@ -216,7 +216,7 @@ Task tool + routing skills remain the fallback for simple/cost-sensitive tasks.
|
|
|
216
216
|
/memory-recall authentication
|
|
217
217
|
|
|
218
218
|
# Verification
|
|
219
|
-
/
|
|
219
|
+
/omcustomcodex:sauron-watch
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
## External Dependencies
|
package/templates/CLAUDE.md.ko
CHANGED
|
@@ -94,24 +94,24 @@ oh-my-customcodex로 구동됩니다.
|
|
|
94
94
|
|
|
95
95
|
| 커맨드 | 설명 |
|
|
96
96
|
|--------|------|
|
|
97
|
-
| `/
|
|
97
|
+
| `/omcustomcodex:analysis` | 프로젝트 분석 및 자동 커스터마이징 |
|
|
98
98
|
| `/idea` | 자연어 아이디어를 구조화된 이슈 스펙으로 변환 |
|
|
99
|
-
| `/
|
|
100
|
-
| `/
|
|
101
|
-
| `/
|
|
102
|
-
| `/
|
|
103
|
-
| `/
|
|
104
|
-
| `/
|
|
99
|
+
| `/omcustomcodex:create-agent` | 새 에이전트 생성 |
|
|
100
|
+
| `/omcustomcodex:update-docs` | 프로젝트 구조와 문서 동기화 |
|
|
101
|
+
| `/omcustomcodex:update-external` | 외부 소스에서 에이전트 업데이트 |
|
|
102
|
+
| `/omcustomcodex:audit-agents` | 에이전트 의존성 감사 |
|
|
103
|
+
| `/omcustomcodex:fix-refs` | 깨진 참조 수정 |
|
|
104
|
+
| `/omcustomcodex:takeover` | 기존 에이전트/스킬에서 canonical spec 추출 |
|
|
105
105
|
| `/dev-review` | 코드 베스트 프랙티스 리뷰 |
|
|
106
106
|
| `/dev-refactor` | 코드 리팩토링 |
|
|
107
107
|
| `/memory-save` | 세션 컨텍스트를 omx-memory에 저장 |
|
|
108
108
|
| `/memory-recall` | 메모리 검색 및 리콜 |
|
|
109
|
-
| `/
|
|
109
|
+
| `/omcustomcodex:monitoring-setup` | OTel 콘솔 모니터링 활성화/비활성화 |
|
|
110
110
|
| `/token-efficiency-audit` | 토큰 효율 설정 감사 및 조정 |
|
|
111
|
-
| `/
|
|
112
|
-
| `/
|
|
113
|
-
| `/
|
|
114
|
-
| `/
|
|
111
|
+
| `/omcustomcodex:npm-publish` | npm 레지스트리에 패키지 배포 |
|
|
112
|
+
| `/omcustomcodex:npm-version` | 시맨틱 버전 관리 |
|
|
113
|
+
| `/omcustomcodex:npm-audit` | 의존성 감사 |
|
|
114
|
+
| `/omcustomcodex-release-notes` | 릴리즈 노트 생성 (git 히스토리 기반) |
|
|
115
115
|
| `/codex-exec` | Codex CLI 프롬프트 실행 |
|
|
116
116
|
| `/optimize-analyze` | 번들 및 성능 분석 |
|
|
117
117
|
| `/optimize-bundle` | 번들 크기 최적화 |
|
|
@@ -119,11 +119,11 @@ oh-my-customcodex로 구동됩니다.
|
|
|
119
119
|
| `/research` | 10-team 병렬 딥 분석 및 교차 검증 |
|
|
120
120
|
| `/deep-plan` | 연구 검증 기반 계획 수립 (research → plan → verify) |
|
|
121
121
|
| `/pre-generation-arch-check` | 구현 전 아키텍처 위험 점검 |
|
|
122
|
-
| `/
|
|
122
|
+
| `/omcustomcodex:sauron-watch` | 전체 R017 검증 |
|
|
123
123
|
| `/structured-dev-cycle` | 6단계 구조적 개발 사이클 (Plan → Verify → Implement → Verify → Compound → Done) |
|
|
124
|
-
| `/
|
|
125
|
-
| `/
|
|
126
|
-
| `/
|
|
124
|
+
| `/omcustomcodex:lists` | 모든 사용 가능한 커맨드 표시 |
|
|
125
|
+
| `/omcustomcodex:status` | 시스템 상태 표시 |
|
|
126
|
+
| `/omcustomcodex:help` | 도움말 표시 |
|
|
127
127
|
|
|
128
128
|
## 프로젝트 구조
|
|
129
129
|
|
|
@@ -198,15 +198,15 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
198
198
|
|
|
199
199
|
```bash
|
|
200
200
|
# 프로젝트 분석
|
|
201
|
-
/
|
|
201
|
+
/omcustomcodex:analysis
|
|
202
202
|
|
|
203
203
|
# 모든 커맨드 표시
|
|
204
|
-
/
|
|
204
|
+
/omcustomcodex:lists
|
|
205
205
|
|
|
206
206
|
# 에이전트 관리
|
|
207
|
-
/
|
|
208
|
-
/
|
|
209
|
-
/
|
|
207
|
+
/omcustomcodex:create-agent my-agent
|
|
208
|
+
/omcustomcodex:update-docs
|
|
209
|
+
/omcustomcodex:audit-agents
|
|
210
210
|
|
|
211
211
|
# 코드 리뷰
|
|
212
212
|
/dev-review src/main.go
|
|
@@ -216,7 +216,7 @@ Codex CLI의 Agent Teams 기능이 활성화되어 있으면 (`OMCODEX_AGENT_TEA
|
|
|
216
216
|
/memory-recall authentication
|
|
217
217
|
|
|
218
218
|
# 검증
|
|
219
|
-
/
|
|
219
|
+
/omcustomcodex:sauron-watch
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
## 외부 의존성
|
package/templates/manifest.json
CHANGED