@kood/claude-code 0.3.7 → 0.3.8

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.
Files changed (120) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
  3. package/templates/.claude/agents/code-reviewer.md +124 -124
  4. package/templates/.claude/agents/dependency-manager.md +85 -85
  5. package/templates/.claude/agents/deployment-validator.md +56 -56
  6. package/templates/.claude/agents/git-operator.md +64 -64
  7. package/templates/.claude/agents/implementation-executor.md +95 -95
  8. package/templates/.claude/agents/ko-to-en-translator.md +74 -0
  9. package/templates/.claude/agents/lint-fixer.md +78 -78
  10. package/templates/.claude/agents/refactor-advisor.md +122 -122
  11. package/templates/.claude/commands/agent-creator.md +185 -185
  12. package/templates/.claude/commands/bug-fix.md +193 -193
  13. package/templates/.claude/commands/command-creator.md +54 -54
  14. package/templates/.claude/commands/docs-creator.md +57 -57
  15. package/templates/.claude/commands/docs-refactor.md +26 -26
  16. package/templates/.claude/commands/execute.md +12 -12
  17. package/templates/.claude/commands/git-all.md +32 -32
  18. package/templates/.claude/commands/git-session.md +42 -42
  19. package/templates/.claude/commands/git.md +34 -34
  20. package/templates/.claude/commands/lint-fix.md +138 -138
  21. package/templates/.claude/commands/lint-init.md +61 -61
  22. package/templates/.claude/commands/plan.md +260 -260
  23. package/templates/.claude/commands/prd.md +24 -24
  24. package/templates/.claude/commands/pre-deploy.md +109 -109
  25. package/templates/.claude/commands/refactor.md +147 -147
  26. package/templates/.claude/commands/version-update.md +17 -17
  27. package/templates/hono/CLAUDE.md +27 -27
  28. package/templates/hono/docs/architecture.md +24 -24
  29. package/templates/hono/docs/deployment/cloudflare.md +18 -18
  30. package/templates/hono/docs/deployment/docker.md +13 -13
  31. package/templates/hono/docs/deployment/index.md +19 -19
  32. package/templates/hono/docs/deployment/railway.md +32 -32
  33. package/templates/hono/docs/deployment/vercel.md +29 -29
  34. package/templates/hono/docs/guides/conventions.md +57 -57
  35. package/templates/hono/docs/guides/env-setup.md +47 -47
  36. package/templates/hono/docs/guides/getting-started.md +27 -27
  37. package/templates/hono/docs/library/hono/error-handling.md +11 -11
  38. package/templates/hono/docs/library/hono/index.md +4 -4
  39. package/templates/hono/docs/library/hono/middleware.md +18 -18
  40. package/templates/hono/docs/library/hono/rpc.md +7 -7
  41. package/templates/hono/docs/library/hono/validation.md +6 -6
  42. package/templates/hono/docs/library/prisma/cloudflare-d1.md +29 -29
  43. package/templates/hono/docs/library/prisma/config.md +16 -16
  44. package/templates/hono/docs/library/prisma/index.md +32 -32
  45. package/templates/hono/docs/library/t3-env/index.md +22 -22
  46. package/templates/hono/docs/library/zod/index.md +31 -31
  47. package/templates/nextjs/CLAUDE.md +51 -51
  48. package/templates/nextjs/docs/design.md +183 -183
  49. package/templates/nextjs/docs/guides/conventions.md +86 -86
  50. package/templates/nextjs/docs/guides/getting-started.md +28 -28
  51. package/templates/nextjs/docs/guides/routes.md +32 -32
  52. package/templates/nextjs/docs/library/better-auth/index.md +70 -70
  53. package/templates/nextjs/docs/library/nextjs/app-router.md +43 -43
  54. package/templates/nextjs/docs/library/nextjs/caching.md +73 -73
  55. package/templates/nextjs/docs/library/nextjs/index.md +51 -51
  56. package/templates/nextjs/docs/library/nextjs/middleware.md +41 -41
  57. package/templates/nextjs/docs/library/nextjs/route-handlers.md +31 -31
  58. package/templates/nextjs/docs/library/nextjs/server-actions.md +34 -34
  59. package/templates/nextjs/docs/library/prisma/cloudflare-d1.md +20 -20
  60. package/templates/nextjs/docs/library/prisma/config.md +18 -18
  61. package/templates/nextjs/docs/library/prisma/crud.md +17 -17
  62. package/templates/nextjs/docs/library/prisma/index.md +18 -18
  63. package/templates/nextjs/docs/library/prisma/relations.md +16 -16
  64. package/templates/nextjs/docs/library/prisma/schema.md +23 -23
  65. package/templates/nextjs/docs/library/prisma/setup.md +6 -6
  66. package/templates/nextjs/docs/library/prisma/transactions.md +10 -10
  67. package/templates/nextjs/docs/library/tanstack-query/index.md +6 -6
  68. package/templates/nextjs/docs/library/tanstack-query/invalidation.md +20 -20
  69. package/templates/nextjs/docs/library/tanstack-query/optimistic-updates.md +4 -4
  70. package/templates/nextjs/docs/library/tanstack-query/use-mutation.md +15 -15
  71. package/templates/nextjs/docs/library/tanstack-query/use-query.md +22 -22
  72. package/templates/nextjs/docs/library/zod/complex-types.md +11 -11
  73. package/templates/nextjs/docs/library/zod/index.md +8 -8
  74. package/templates/nextjs/docs/library/zod/transforms.md +11 -11
  75. package/templates/nextjs/docs/library/zod/validation.md +9 -9
  76. package/templates/npx/CLAUDE.md +37 -37
  77. package/templates/npx/docs/library/commander/index.md +12 -12
  78. package/templates/npx/docs/library/fs-extra/index.md +9 -9
  79. package/templates/npx/docs/library/prompts/index.md +3 -3
  80. package/templates/npx/docs/references/patterns.md +12 -12
  81. package/templates/tanstack-start/CLAUDE.md +53 -53
  82. package/templates/tanstack-start/docs/architecture.md +128 -128
  83. package/templates/tanstack-start/docs/design.md +169 -169
  84. package/templates/tanstack-start/docs/guides/conventions.md +43 -43
  85. package/templates/tanstack-start/docs/guides/env-setup.md +35 -35
  86. package/templates/tanstack-start/docs/guides/getting-started.md +19 -19
  87. package/templates/tanstack-start/docs/guides/hooks.md +45 -45
  88. package/templates/tanstack-start/docs/guides/routes.md +54 -54
  89. package/templates/tanstack-start/docs/guides/services.md +45 -45
  90. package/templates/tanstack-start/docs/library/better-auth/index.md +68 -68
  91. package/templates/tanstack-start/docs/library/prisma/cloudflare-d1.md +19 -19
  92. package/templates/tanstack-start/docs/library/prisma/config.md +16 -16
  93. package/templates/tanstack-start/docs/library/prisma/crud.md +17 -17
  94. package/templates/tanstack-start/docs/library/prisma/index.md +17 -17
  95. package/templates/tanstack-start/docs/library/prisma/relations.md +16 -16
  96. package/templates/tanstack-start/docs/library/prisma/schema.md +23 -23
  97. package/templates/tanstack-start/docs/library/prisma/setup.md +6 -6
  98. package/templates/tanstack-start/docs/library/prisma/transactions.md +10 -10
  99. package/templates/tanstack-start/docs/library/t3-env/index.md +21 -160
  100. package/templates/tanstack-start/docs/library/tanstack-query/index.md +6 -6
  101. package/templates/tanstack-start/docs/library/tanstack-query/invalidation.md +19 -19
  102. package/templates/tanstack-start/docs/library/tanstack-query/optimistic-updates.md +4 -4
  103. package/templates/tanstack-start/docs/library/tanstack-query/use-mutation.md +14 -14
  104. package/templates/tanstack-start/docs/library/tanstack-query/use-query.md +21 -21
  105. package/templates/tanstack-start/docs/library/tanstack-router/error-handling.md +9 -9
  106. package/templates/tanstack-start/docs/library/tanstack-router/hooks.md +11 -11
  107. package/templates/tanstack-start/docs/library/tanstack-router/index.md +18 -18
  108. package/templates/tanstack-start/docs/library/tanstack-router/navigation.md +17 -17
  109. package/templates/tanstack-start/docs/library/tanstack-router/route-context.md +5 -5
  110. package/templates/tanstack-start/docs/library/tanstack-router/search-params.md +10 -10
  111. package/templates/tanstack-start/docs/library/tanstack-start/auth-patterns.md +8 -8
  112. package/templates/tanstack-start/docs/library/tanstack-start/index.md +15 -15
  113. package/templates/tanstack-start/docs/library/tanstack-start/middleware.md +9 -9
  114. package/templates/tanstack-start/docs/library/tanstack-start/routing.md +6 -6
  115. package/templates/tanstack-start/docs/library/tanstack-start/server-functions.md +18 -18
  116. package/templates/tanstack-start/docs/library/tanstack-start/setup.md +4 -4
  117. package/templates/tanstack-start/docs/library/zod/complex-types.md +11 -11
  118. package/templates/tanstack-start/docs/library/zod/index.md +8 -8
  119. package/templates/tanstack-start/docs/library/zod/transforms.md +11 -11
  120. package/templates/tanstack-start/docs/library/zod/validation.md +9 -9
@@ -1,20 +1,20 @@
1
1
  ---
2
- description: 슬래시 커맨드 생성 가이드. ANTHROPIC_CONTEXT_ENGINEERING.md 규칙 기반.
2
+ description: Slash command creation guide. Based on ANTHROPIC_CONTEXT_ENGINEERING.md rules.
3
3
  allowed-tools: Read, Write, Glob, Grep
4
- argument-hint: <커맨드명>
4
+ argument-hint: <command name>
5
5
  ---
6
6
 
7
7
  # Command Creator
8
8
 
9
- > 슬래시 커맨드 생성. @ANTHROPIC_CONTEXT_ENGINEERING.md 규칙 100% 준수. 위치: `.claude/commands/[name].md`
9
+ > Create slash command. 100% compliance with @ANTHROPIC_CONTEXT_ENGINEERING.md rules. Location: `.claude/commands/[name].md`
10
10
 
11
11
  ---
12
12
 
13
13
  <argument_validation>
14
14
 
15
15
  ```
16
- $ARGUMENTS 없음 → "어떤 커맨드를 만들까요? (예: review-code, optimize, refactor)"
17
- $ARGUMENTS 있음 진행
16
+ No $ARGUMENTS → "What command to create? (e.g., review-code, optimize, refactor)"
17
+ Has $ARGUMENTS → Proceed
18
18
  ```
19
19
 
20
20
  </argument_validation>
@@ -23,14 +23,14 @@ $ARGUMENTS 있음 → 진행
23
23
 
24
24
  <rules>
25
25
 
26
- | 분류 | ❌ 금지 | ✅ 필수 |
27
- |------|---------|---------|
28
- | **설명** | 장황한 설명, 중복 | 압축, ✅/❌ 마커 |
29
- | **구조** | XML 태그 없음, 모호 | XML 섹션, 명확한 계층 |
30
- | **표현** | Don't X (부정형) | Do Y (긍정형) |
31
- | **예시** | 추상적 | 복사 가능 코드 |
32
- | **강조** | CRITICAL 남발 | 필요 시에만 |
33
- | **메타** | - | YAML frontmatter |
26
+ | Category | ❌ Forbidden | ✅ Required |
27
+ |----------|-------------|-----------|
28
+ | **Description** | Verbose, duplicate | Compressed table, ✅/❌ markers |
29
+ | **Structure** | No XML tags, vague | XML sections, clear hierarchy |
30
+ | **Expression** | Don't X (negative) | Do Y (positive) |
31
+ | **Examples** | Abstract | Copy-paste-ready code |
32
+ | **Emphasis** | CRITICAL overuse | Only when needed |
33
+ | **Meta** | - | YAML frontmatter |
34
34
 
35
35
  </rules>
36
36
 
@@ -38,37 +38,37 @@ $ARGUMENTS 있음 → 진행
38
38
 
39
39
  <structure_reference>
40
40
 
41
- ## 커맨드 파일 구조
41
+ ## Command File Structure
42
42
 
43
43
  ```markdown
44
44
  ---
45
- description: 커맨드 설명 (1줄, 트리거 키워드 포함)
46
- allowed-tools: Tool1, Tool2 # 선택적
47
- argument-hint: <인자 설명>
45
+ description: Command description (1 line, include trigger keywords)
46
+ allowed-tools: Tool1, Tool2 # Optional
47
+ argument-hint: <argument description>
48
48
  ---
49
49
 
50
50
  # Command Name
51
51
 
52
- > 목적 (1-2문장)
52
+ > Purpose (1-2 sentences)
53
53
 
54
54
  ---
55
55
 
56
56
  <purpose>
57
- 구체적 목표
57
+ Specific goal
58
58
  </purpose>
59
59
 
60
60
  ---
61
61
 
62
62
  <arguments>
63
- | 예시 | 동작 |
64
- |------|------|
65
- | `arg` | 설명 |
63
+ | Example | Action |
64
+ |---------|--------|
65
+ | `arg` | Description |
66
66
  </arguments>
67
67
 
68
68
  ---
69
69
 
70
70
  <workflow>
71
- | 단계 | 작업 | 도구 |
71
+ | Step | Task | Tool |
72
72
  |------|------|------|
73
73
  | 1. | ... | Tool |
74
74
  </workflow>
@@ -76,25 +76,25 @@ argument-hint: <인자 설명>
76
76
  ---
77
77
 
78
78
  <forbidden>
79
- | 금지 |
80
- |------|
81
- | 항목 |
79
+ | Prohibited |
80
+ |----------|
81
+ | Item |
82
82
  </forbidden>
83
83
 
84
84
  ---
85
85
 
86
86
  <required>
87
- | 필수 |
88
- |------|
89
- | 항목 |
87
+ | Required |
88
+ |----------|
89
+ | Item |
90
90
  </required>
91
91
 
92
92
  ---
93
93
 
94
94
  <examples>
95
95
  ```typescript
96
- // ✅ 올바른 패턴
97
- // ❌ 잘못된 패턴
96
+ // ✅ Correct pattern
97
+ // ❌ Wrong pattern
98
98
  ```
99
99
  </examples>
100
100
 
@@ -102,33 +102,33 @@ argument-hint: <인자 설명>
102
102
 
103
103
  <validation>
104
104
  ```text
105
- 체크리스트
106
- 금지사항
105
+ Checklist
106
+ Prohibited
107
107
  ```
108
108
  </validation>
109
109
  ```
110
110
 
111
- ## 섹션 레퍼런스
112
-
113
- | 섹션 | 용도 | 형식 | 필수 |
114
- |------|------|------|------|
115
- | **\<purpose\>** | 커맨드 목표 | 간결한 문장 | ✅ |
116
- | **\<arguments\>** | 인자 설명 | (예시\|동작) | ✅ |
117
- | **\<workflow\>** | 실행 단계 | (단계\|작업\|도구) | ✅ |
118
- | **\<forbidden\>** | 금지사항 | 표/리스트 | ✅ |
119
- | **\<required\>** | 필수사항 | 표/리스트 | ✅ |
120
- | **\<examples\>** | 코드 예시 | 실행 가능 코드 | ✅ |
121
- | **\<validation\>** | 체크리스트 | ✅/❌ 마커 | ✅ |
122
- | **\<critical_requirements\>** | 에이전트 위임 | Task 패턴 | 조건부 |
123
- | **\<thinking_strategy\>** | Sequential Thinking | 복잡도 가이드 | 조건부 |
124
-
125
- ## YAML 필드
126
-
127
- | 필드 | 설명 | 예시 | 필수 |
128
- |------|------|------|------|
129
- | **description** | 트리거 키워드 포함 설명 | `Git 커밋. push/pull 지원.` | ✅ |
130
- | **argument-hint** | 인자 예시 | `[push\|pull\|메시지...]` | ✅ |
131
- | **allowed-tools** | 도구 제한 | `Bash, Read, Grep` | ❌ |
111
+ ## Section Reference
112
+
113
+ | Section | Purpose | Format | Required |
114
+ |---------|---------|--------|----------|
115
+ | **\<purpose\>** | Command goal | Concise sentence | ✅ |
116
+ | **\<arguments\>** | Argument description | Table (example\|action) | ✅ |
117
+ | **\<workflow\>** | Execution steps | Table (step\|task\|tool) | ✅ |
118
+ | **\<forbidden\>** | Prohibited | Table/list | ✅ |
119
+ | **\<required\>** | Required | Table/list | ✅ |
120
+ | **\<examples\>** | Code example | Runnable code | ✅ |
121
+ | **\<validation\>** | Checklist | ✅/❌ markers | ✅ |
122
+ | **\<critical_requirements\>** | Agent delegation | Task pattern | Conditional |
123
+ | **\<thinking_strategy\>** | Sequential Thinking | Complexity guide | Conditional |
124
+
125
+ ## YAML Fields
126
+
127
+ | Field | Description | Example | Required |
128
+ |-------|-------------|---------|----------|
129
+ | **description** | Description with trigger keywords | `Git commit. Support push/pull.` | ✅ |
130
+ | **argument-hint** | Argument example | `[push\|pull\|message...]` | ✅ |
131
+ | **allowed-tools** | Tool restriction | `Bash, Read, Grep` | ❌ |
132
132
 
133
133
  </structure_reference>
134
134
 
@@ -1,16 +1,16 @@
1
1
  ---
2
- description: Claude Code 문서 작성 가이드
2
+ description: Claude Code documentation writing guide
3
3
  allowed-tools: Read, Write, Glob, Grep
4
- argument-hint: <문서 유형: CLAUDE.md | SKILL.md | COMMAND.md>
4
+ argument-hint: <document type: CLAUDE.md | SKILL.md | COMMAND.md>
5
5
  ---
6
6
 
7
7
  # Docs Creator Command
8
8
 
9
- > Claude Code 문서 (CLAUDE.md, SKILL.md, COMMAND.md) Anthropic 가이드라인에 따라 효과적으로 작성
9
+ > Effectively create Claude Code documents (CLAUDE.md, SKILL.md, COMMAND.md) following Anthropic guidelines
10
10
 
11
11
  <purpose>
12
12
 
13
- **목표:** 고밀도, 실행 가능한, 유지보수 가능한 문서 작성
13
+ **Goal:** Create high-density, executable, maintainable documentation
14
14
 
15
15
  </purpose>
16
16
 
@@ -18,13 +18,13 @@ argument-hint: <문서 유형: CLAUDE.md | SKILL.md | COMMAND.md>
18
18
 
19
19
  <trigger_conditions>
20
20
 
21
- | 상황 | 작성 필요 |
22
- |------|----------|
23
- | **새 프로젝트** | CLAUDE.md 생성 |
24
- | **새 스킬** | SKILL.md 생성 |
25
- | **새 커맨드** | COMMAND.md 생성 |
26
- | **문서 부재** | 프로젝트 규칙 문서화 |
27
- | **지식 공유** | 온보딩 가이드 |
21
+ | Situation | Create |
22
+ |-----------|--------|
23
+ | **New project** | Create CLAUDE.md |
24
+ | **New skill** | Create SKILL.md |
25
+ | **New command** | Create COMMAND.md |
26
+ | **Missing docs** | Document project rules |
27
+ | **Knowledge sharing** | Team onboarding guide |
28
28
 
29
29
  </trigger_conditions>
30
30
 
@@ -32,13 +32,13 @@ argument-hint: <문서 유형: CLAUDE.md | SKILL.md | COMMAND.md>
32
32
 
33
33
  <forbidden>
34
34
 
35
- | 분류 | 금지 사항 |
36
- |------|----------|
37
- | **설명** | 장황한 설명, 불필요한 텍스트, 중복 정보 |
38
- | **구조** | XML 태그 없는 복잡 구조, 모호한 지시 |
39
- | **표현** | 부정형 지시 (Don't X → Do Y) |
40
- | **복잡도** | 복잡한 조건문, 모든 엣지 케이스 |
41
- | **강조** | 과도한 강조 (CRITICAL, MUST 남발) |
35
+ | Category | Prohibited |
36
+ |----------|-----------|
37
+ | **Description** | Verbose text, unnecessary content, duplication |
38
+ | **Structure** | Complex without XML tags, vague instructions |
39
+ | **Expression** | Negative instructions (Don't X → Do Y) |
40
+ | **Complexity** | Complex conditionals, all edge cases |
41
+ | **Emphasis** | Excessive (CRITICAL, MUST overuse) |
42
42
 
43
43
  </forbidden>
44
44
 
@@ -46,14 +46,14 @@ argument-hint: <문서 유형: CLAUDE.md | SKILL.md | COMMAND.md>
46
46
 
47
47
  <required>
48
48
 
49
- | 분류 | 필수 사항 |
50
- |------|----------|
51
- | **구조** | XML 태그 섹션 구분, 명확한 계층 |
52
- | **표현** | 형식 압축, ✅/❌ 마커 |
53
- | **예시** | 코드/예시 중심, 복사 가능 패턴 |
54
- | **로딩** | @imports로 just-in-time |
55
- | **지시** | 명시적 지시, 긍정형 표현 |
56
- | **버전** | 라이브러리 버전 명시 |
49
+ | Category | Required |
50
+ |----------|----------|
51
+ | **Structure** | XML tag sections, clear hierarchy |
52
+ | **Expression** | Compressed tables, ✅/❌ markers |
53
+ | **Examples** | Code-focused, copy-paste-ready patterns |
54
+ | **Loading** | Just-in-time with @imports |
55
+ | **Instructions** | Explicit, positive expression |
56
+ | **Version** | Library versions specified |
57
57
 
58
58
  </required>
59
59
 
@@ -61,40 +61,40 @@ argument-hint: <문서 유형: CLAUDE.md | SKILL.md | COMMAND.md>
61
61
 
62
62
  <document_types>
63
63
 
64
- ## CLAUDE.md - 프로젝트 규칙
64
+ ## CLAUDE.md - Project Rules
65
65
 
66
- **용도:** 프로젝트별 코딩 규칙, 금지/필수 사항, 빠른 참조
66
+ **Usage:** Project-specific coding rules, forbidden/required items, quick reference
67
67
 
68
- **구조:**
68
+ **Structure:**
69
69
  ```markdown
70
- # CLAUDE.md - [프로젝트명]
70
+ # CLAUDE.md - [Project Name]
71
71
 
72
72
  <instructions>
73
73
  @path/to/common-rules.md
74
- @docs/library/[라이브러리]/index.md
74
+ @docs/library/[library]/index.md
75
75
  </instructions>
76
76
 
77
77
  ---
78
78
 
79
79
  <forbidden>
80
- | 분류 | 금지 |
81
- |------|------|
82
- | **Git** | AI 표시, 이모지, 여러 |
80
+ | Category | Forbidden |
81
+ |----------|----------|
82
+ | **Git** | AI indicators, emoji, multiple lines |
83
83
  </forbidden>
84
84
 
85
85
  ---
86
86
 
87
87
  <required>
88
- | 분류 | 필수 |
89
- |------|------|
90
- | **타입** | 명시적 return type |
88
+ | Category | Required |
89
+ |----------|----------|
90
+ | **Type** | Explicit return type |
91
91
  </required>
92
92
 
93
93
  ---
94
94
 
95
95
  <tech_stack>
96
- | 기술 | 버전 | 주의 |
97
- |------|------|------|
96
+ | Technology | Version | Note |
97
+ |----------|---------|------|
98
98
  | TypeScript | 5.x | strict |
99
99
  </tech_stack>
100
100
 
@@ -102,7 +102,7 @@ argument-hint: <문서 유형: CLAUDE.md | SKILL.md | COMMAND.md>
102
102
 
103
103
  <quick_patterns>
104
104
  ```typescript
105
- // 복사 가능한 패턴
105
+ // Copy-paste-ready pattern
106
106
  const example = () => { ... }
107
107
  ```
108
108
  </quick_patterns>
@@ -110,28 +110,28 @@ const example = () => { ... }
110
110
 
111
111
  ---
112
112
 
113
- ## SKILL.md - 재사용 작업
113
+ ## SKILL.md - Reusable Task
114
114
 
115
- **용도:** 특정 작업 자동화 스킬 정의
115
+ **Usage:** Define skill for specific task automation
116
116
 
117
- **구조:**
117
+ **Structure:**
118
118
  ```markdown
119
119
  ---
120
120
  name: skill-name
121
- description: 짧은 설명 (1)
121
+ description: Brief description (1 line)
122
122
  ---
123
123
 
124
124
  <trigger_conditions>
125
- | 키워드/상황 | 반응 |
126
- |-----------|------|
127
- | "키워드" | 즉시 실행 |
125
+ | Keyword/Situation | Action |
126
+ |------------------|--------|
127
+ | "keyword" | Execute immediately |
128
128
  </trigger_conditions>
129
129
 
130
130
  ---
131
131
 
132
132
  <workflow>
133
133
  <step number="1">
134
- <action>액션 설명</action>
134
+ <action>Action description</action>
135
135
  <tools>Tool1, Tool2</tools>
136
136
  </step>
137
137
  </workflow>
@@ -140,39 +140,39 @@ description: 짧은 설명 (1줄)
140
140
 
141
141
  <examples>
142
142
  ```typescript
143
- // 실제 코드
143
+ // Actual code
144
144
  ```
145
145
  </examples>
146
146
  ```
147
147
 
148
148
  ---
149
149
 
150
- ## COMMAND.md - CLI 커맨드
150
+ ## COMMAND.md - CLI Command
151
151
 
152
- **용도:** 슬래시 커맨드 정의 (/commit, /review)
152
+ **Usage:** Define slash command (/commit, /review)
153
153
 
154
- **구조:**
154
+ **Structure:**
155
155
  ```markdown
156
156
  ---
157
- description: 커맨드 설명
157
+ description: Command description
158
158
  allowed-tools: Read, Edit, Bash
159
- argument-hint: <인자 설명>
159
+ argument-hint: <argument description>
160
160
  ---
161
161
 
162
162
  <purpose>
163
- 구체적 목표
163
+ Specific goal
164
164
  </purpose>
165
165
 
166
166
  ---
167
167
 
168
168
  <workflow>
169
- 실행 단계
169
+ Execution steps
170
170
  </workflow>
171
171
 
172
172
  ---
173
173
 
174
174
  <examples>
175
- ✅/❌ 비교 예시
175
+ ✅/❌ Comparison examples
176
176
  </examples>
177
177
  ```
178
178
 
@@ -1,16 +1,16 @@
1
1
  ---
2
- description: 기존 Claude Code 문서 개선
2
+ description: Improve existing Claude Code documents
3
3
  allowed-tools: Read, Edit, Glob, Grep
4
- argument-hint: <문서 경로>
4
+ argument-hint: <document path>
5
5
  ---
6
6
 
7
7
  # Docs Refactor Command
8
8
 
9
- > 기존 CLAUDE.md, SKILL.md, COMMAND.md 문서를 Anthropic 가이드라인에 맞게 개선
9
+ > Improve existing CLAUDE.md, SKILL.md, COMMAND.md documents to align with Anthropic guidelines
10
10
 
11
11
  <purpose>
12
12
 
13
- **목표:** 토큰 효율 50% 개선, 명확성 향상, 유지보수성 강화
13
+ **Goal:** Improve token efficiency 50%, enhance clarity, strengthen maintainability
14
14
 
15
15
  </purpose>
16
16
 
@@ -18,15 +18,15 @@ argument-hint: <문서 경로>
18
18
 
19
19
  <trigger_conditions>
20
20
 
21
- | 상황 | 리팩토링 필요 |
22
- |------|--------------|
23
- | **토큰 과다** | 파일 500 초과 |
24
- | **가독성 저하** | XML 태그 미사용, 구조 불명확 |
25
- | **중복 발견** | 동일 내용 2 이상 반복 |
26
- | **설명 과다** | 코드 예시보다 설명 많음 |
27
- | **@imports 미사용** | 공통 규칙 반복 |
28
- | **모호한 지시** | "적절히", "필요시" |
29
- | **부정형 과다** | Don't, Never, Avoid 위주 |
21
+ | Situation | Refactoring Needed |
22
+ |-----------|-------------------|
23
+ | **Token overuse** | File exceeds 500 lines |
24
+ | **Readability drop** | No XML tags, unclear structure |
25
+ | **Duplication found** | Same content repeated 2+ times |
26
+ | **Excessive description** | More description than code examples |
27
+ | **@imports unused** | Common rules repeated |
28
+ | **Vague instructions** | "Appropriately", "if needed", etc. |
29
+ | **Negative overuse** | Focused on Don't, Never, Avoid |
30
30
 
31
31
  </trigger_conditions>
32
32
 
@@ -34,12 +34,12 @@ argument-hint: <문서 경로>
34
34
 
35
35
  <forbidden>
36
36
 
37
- | 분류 | 금지 사항 |
38
- |------|----------|
39
- | **구조** | XML 태그 제거, 단순 삭제 |
40
- | **내용** | 핵심 정보 손실, 버전 정보 제거 |
41
- | **표현** | 모호한 지시 유지, 부정형 부정형 |
42
- | **스타일** | 일관성 없는 마커 |
37
+ | Category | Prohibited |
38
+ |----------|-----------|
39
+ | **Structure** | Remove XML tags, simple deletion |
40
+ | **Content** | Lose core info, remove version info |
41
+ | **Expression** | Maintain vagueness, negativenegative |
42
+ | **Style** | Inconsistent markers |
43
43
 
44
44
  </forbidden>
45
45
 
@@ -47,13 +47,13 @@ argument-hint: <문서 경로>
47
47
 
48
48
  <required>
49
49
 
50
- | 분류 | 필수 작업 |
51
- |------|----------|
52
- | **분석** | 전체 읽기토큰 확인중복 식별 |
53
- | **구조화** | XML 태그 적용 |
54
- | **압축** | 형식 변환, 설명 제거 |
55
- | **예시화** | 설명코드 예시 |
56
- | **검증** | Before/After 50% 감소 확인 |
50
+ | Category | Required Task |
51
+ |----------|---------------|
52
+ | **Analyze** | Full readtoken countidentify duplication |
53
+ | **Structure** | Apply XML tags |
54
+ | **Compress** | Convert to table format, remove description |
55
+ | **Exemplify** | Descriptioncode examples |
56
+ | **Verify** | Confirm Before/After 50% reduction |
57
57
 
58
58
  </required>
59
59
 
@@ -1,32 +1,32 @@
1
1
  ---
2
- description: 계획 실행 또는 간단한 작업 수행. ultrathink + sequential thinking 2-5 + TodoWrite 필수.
2
+ description: Execute plan or simple task. ultrathink + sequential thinking 2-5 + TodoWrite required.
3
3
  allowed-tools: Read, Glob, Grep, Bash, Task, Edit, Write, TodoWrite, mcp__sequential-thinking__sequentialthinking
4
- argument-hint: <실행할 작업 또는 계획 파일명>
4
+ argument-hint: <task to execute or plan filename>
5
5
  ---
6
6
 
7
7
  # Execute Command
8
8
 
9
- > 분석 즉시 구현하는 커맨드. 옵션 제시 없이 바로 실행.
9
+ > Command to analyze and implement immediately. Execute directly without presenting options.
10
10
 
11
- **실행 대상**: $ARGUMENTS
11
+ **Execution Target**: $ARGUMENTS
12
12
 
13
13
  ---
14
14
 
15
15
  <argument_validation>
16
16
 
17
- ## ARGUMENT 필수 확인
17
+ ## ARGUMENT Verification Required
18
18
 
19
19
  ```
20
- $ARGUMENTS 없음 즉시 질문:
20
+ No $ARGUMENTS → Ask immediately:
21
21
 
22
- "무엇을 실행해야 하나요? 구체적으로 알려주세요.
22
+ "What needs to be executed? Please provide details.
23
23
 
24
- 예시:
25
- - .claude/plans/*.md 계획 파일
26
- - 구체적 작업 (기능 추가, 버그 수정, 리팩토링)
27
- - 간단한 코드 수정"
24
+ Examples:
25
+ - .claude/plans/*.md plan files
26
+ - Specific tasks (add feature, fix bug, refactor)
27
+ - Simple code changes"
28
28
 
29
- $ARGUMENTS 있음 다음 단계 진행
29
+ Has $ARGUMENTS → Proceed to next step
30
30
  ```
31
31
 
32
32
  </argument_validation>
@@ -1,54 +1,54 @@
1
1
  ---
2
- description: 모든 변경사항 커밋 푸시
2
+ description: Commit all changes then push
3
3
  ---
4
4
 
5
5
  # Git All Command
6
6
 
7
- > @git-operator 에이전트를 사용하여 모든 변경사항을 커밋하고 푸시.
7
+ > Commit all changes and push using @git-operator agent.
8
8
 
9
9
  ---
10
10
 
11
11
  <critical_requirements>
12
12
 
13
- ## ⚠️ CRITICAL: 작업 시작 필수 확인
13
+ ## ⚠️ CRITICAL: Verification required before start
14
14
 
15
- **이 커맨드는 반드시 @git-operator 에이전트를 사용해야 합니다.**
15
+ **This command MUST use the @git-operator agent.**
16
16
 
17
- ### MANDATORY: Task 도구로 @git-operator 호출
17
+ ### MANDATORY: Call @git-operator with Task tool
18
18
 
19
19
  ```typescript
20
20
  Task({
21
21
  subagent_type: 'git-operator',
22
- description: '모든 변경사항 커밋 푸시',
22
+ description: 'Commit all changes then push',
23
23
  prompt: `
24
- 전체 커밋 모드:
25
- - 모든 변경사항을 논리적 단위로 분리하여 전부 커밋
26
- - 반드시 푸시 (git push)
27
- - clean working directory 확인 필수
24
+ Full commit mode:
25
+ - Separate all changes into logical units and commit all
26
+ - MUST push (git push)
27
+ - Verify clean working directory
28
28
  `
29
29
  })
30
30
  ```
31
31
 
32
- **❌ 절대 금지:**
33
- - Bash 도구로 git 명령 직접 실행
34
- - @git-operator 없이 커밋/푸시 수행
35
- - 커맨드 내에서 직접 파일 분석
32
+ **❌ Absolutely forbidden:**
33
+ - Execute git commands directly with Bash tool
34
+ - Commit/push without @git-operator
35
+ - Directly analyze files in command
36
36
 
37
- **✅ 필수:**
38
- - Task 도구로 @git-operator 에이전트 호출
39
- - 모든 git 작업을 에이전트에 위임
40
- - 완료 clean working directory 확인
37
+ **✅ Required:**
38
+ - Call @git-operator agent with Task tool
39
+ - Delegate all git operations to agent
40
+ - Verify clean working directory after completion
41
41
 
42
42
  ---
43
43
 
44
- **진행 자가 점검:**
44
+ **Self-check before proceeding:**
45
45
  ```text
46
- □ Task 도구 사용 준비?
47
- □ @git-operator 에이전트로 작업 위임?
48
- Bash로 git 직접 실행 안 함?
46
+ □ Task tool ready to use?
47
+ Delegate to @git-operator agent?
48
+ Not executing git directly with Bash?
49
49
  ```
50
50
 
51
- **⚠️ 체크리스트를 통과하지 않으면 작업을 시작하지 마세요.**
51
+ **⚠️ Do not start unless checklist passes.**
52
52
 
53
53
  </critical_requirements>
54
54
 
@@ -56,11 +56,11 @@ Task({
56
56
 
57
57
  <mode>
58
58
 
59
- **전체 커밋 모드**
59
+ **Full Commit Mode**
60
60
 
61
- - **모든 변경사항**을 논리적 단위로 분리하여 **전부 커밋**
62
- - **반드시 푸시** (git push)
63
- - **남은 변경사항 없음** (clean working directory) 확인 필수
61
+ - Separate **all changes** into logical units and **commit all**
62
+ - **MUST push** (git push)
63
+ - Verify **no remaining changes** (clean working directory)
64
64
 
65
65
  </mode>
66
66
 
@@ -68,10 +68,10 @@ Task({
68
68
 
69
69
  <workflow>
70
70
 
71
- 1. 모든 변경사항 분석
72
- 2. 논리적 단위로 그룹핑
73
- 3. 그룹별 커밋 (반복)
74
- 4. clean working directory 확인
75
- 5. git push 실행
71
+ 1. Analyze all changes
72
+ 2. Group into logical units
73
+ 3. Commit each group (repeat)
74
+ 4. Verify clean working directory
75
+ 5. Execute git push
76
76
 
77
77
  </workflow>