@juho0719/cckit 0.2.6 → 0.2.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 (129) hide show
  1. package/README.md +88 -0
  2. package/dist/agents-AEKT67A6.js +9 -0
  3. package/dist/{chunk-T5VPG46W.js → chunk-3GUKEMND.js} +0 -5
  4. package/dist/{chunk-33CGM7PI.js → chunk-3Y26YU4R.js} +3 -7
  5. package/dist/{chunk-4NEXS2FY.js → chunk-5XOKKPAA.js} +0 -5
  6. package/dist/{chunk-6COBMJZ6.js → chunk-E3INXQNO.js} +1 -5
  7. package/dist/{chunk-ZBGGTONN.js → chunk-EYY2IZ7N.js} +3 -7
  8. package/dist/{chunk-H4YDYF2X.js → chunk-ID643AV4.js} +3 -7
  9. package/dist/{chunk-FLBB3OH4.js → chunk-K25UZZVG.js} +0 -5
  10. package/dist/{chunk-MSCXXA2X.js → chunk-KEENFBLL.js} +2 -6
  11. package/dist/{chunk-7VVGOZDZ.js → chunk-SW3OJLHC.js} +1 -5
  12. package/dist/{chunk-VN5S6JGZ.js → chunk-W63UKEIT.js} +0 -5
  13. package/dist/{chunk-52Q6TDAH.js → chunk-W7RWPDBH.js} +3 -7
  14. package/dist/claudemd-KKQ2DL7P.js +7 -0
  15. package/dist/cli-DABSKXWN.js +477 -0
  16. package/dist/commands-P5LILVZ5.js +9 -0
  17. package/dist/hooks-A2WQ2LGG.js +9 -0
  18. package/dist/index.js +17 -21
  19. package/dist/mcps-67Q7TBGW.js +6 -0
  20. package/dist/{paths-B754SP2D.js → paths-FT6KBIRD.js} +1 -2
  21. package/dist/{registry-6CLDID6R.js → registry-KRLOB4TH.js} +2 -3
  22. package/dist/rules-EFSJ3L3A.js +9 -0
  23. package/dist/skills-ULMW3UCM.js +8 -0
  24. package/dist/{uninstall-cli-XU7E26JX.js → uninstall-cli-GLYJG5V2.js} +2 -14
  25. package/package.json +2 -1
  26. package/assets/agents/architect.md +0 -211
  27. package/assets/agents/build-error-resolver.md +0 -114
  28. package/assets/agents/ccwin-code-reviewer.md +0 -224
  29. package/assets/agents/database-reviewer.md +0 -91
  30. package/assets/agents/doc-updater.md +0 -107
  31. package/assets/agents/e2e-runner.md +0 -107
  32. package/assets/agents/planner.md +0 -212
  33. package/assets/agents/python-reviewer.md +0 -98
  34. package/assets/agents/refactor-cleaner.md +0 -85
  35. package/assets/agents/security-reviewer.md +0 -108
  36. package/assets/agents/superpower-code-reviewer.md +0 -48
  37. package/assets/agents/tdd-guide.md +0 -80
  38. package/assets/commands/build-fix.md +0 -62
  39. package/assets/commands/checkpoint.md +0 -74
  40. package/assets/commands/code-review.md +0 -40
  41. package/assets/commands/e2e.md +0 -362
  42. package/assets/commands/eval.md +0 -120
  43. package/assets/commands/orchestrate.md +0 -172
  44. package/assets/commands/plan.md +0 -113
  45. package/assets/commands/python-review.md +0 -297
  46. package/assets/commands/refactor-clean.md +0 -80
  47. package/assets/commands/sessions.md +0 -305
  48. package/assets/commands/tdd.md +0 -326
  49. package/assets/commands/test-coverage.md +0 -69
  50. package/assets/commands/update-codemaps.md +0 -72
  51. package/assets/commands/update-docs.md +0 -84
  52. package/assets/commands/verify.md +0 -59
  53. package/assets/hooks/agent-track.sh +0 -53
  54. package/assets/hooks/auto-commit-push.sh +0 -123
  55. package/assets/hooks/on-prompt-start.sh +0 -6
  56. package/assets/hooks/post-edit-format.js +0 -48
  57. package/assets/hooks/post-edit-typecheck.js +0 -94
  58. package/assets/hooks/skill-track.sh +0 -26
  59. package/assets/hooks/subagent-notify.sh +0 -20
  60. package/assets/rules/common/agents.md +0 -49
  61. package/assets/rules/common/coding-style.md +0 -48
  62. package/assets/rules/common/git-workflow.md +0 -45
  63. package/assets/rules/common/hooks.md +0 -30
  64. package/assets/rules/common/patterns.md +0 -31
  65. package/assets/rules/common/performance.md +0 -55
  66. package/assets/rules/common/security.md +0 -29
  67. package/assets/rules/common/testing.md +0 -29
  68. package/assets/rules/python/coding-style.md +0 -42
  69. package/assets/rules/python/hooks.md +0 -19
  70. package/assets/rules/python/patterns.md +0 -39
  71. package/assets/rules/python/security.md +0 -30
  72. package/assets/rules/python/testing.md +0 -38
  73. package/assets/rules/typescript/coding-style.md +0 -18
  74. package/assets/rules/typescript/hooks.md +0 -19
  75. package/assets/rules/typescript/patterns.md +0 -39
  76. package/assets/rules/typescript/security.md +0 -30
  77. package/assets/rules/typescript/testing.md +0 -38
  78. package/assets/skills/api-design/SKILL.md +0 -522
  79. package/assets/skills/backend-patterns/SKILL.md +0 -597
  80. package/assets/skills/brainstorming/SKILL.md +0 -96
  81. package/assets/skills/coding-standards/SKILL.md +0 -529
  82. package/assets/skills/database-migrations/SKILL.md +0 -334
  83. package/assets/skills/deployment-patterns/SKILL.md +0 -426
  84. package/assets/skills/dispatching-parallel-agents/SKILL.md +0 -180
  85. package/assets/skills/docker-patterns/SKILL.md +0 -363
  86. package/assets/skills/e2e-testing/SKILL.md +0 -325
  87. package/assets/skills/eval-harness/SKILL.md +0 -235
  88. package/assets/skills/executing-plans/SKILL.md +0 -84
  89. package/assets/skills/finishing-a-development-branch/SKILL.md +0 -200
  90. package/assets/skills/frontend-patterns/SKILL.md +0 -641
  91. package/assets/skills/iterative-retrieval/SKILL.md +0 -210
  92. package/assets/skills/postgres-patterns/SKILL.md +0 -145
  93. package/assets/skills/python-patterns/SKILL.md +0 -749
  94. package/assets/skills/python-testing/SKILL.md +0 -815
  95. package/assets/skills/receiving-code-review/SKILL.md +0 -213
  96. package/assets/skills/requesting-code-review/SKILL.md +0 -105
  97. package/assets/skills/requesting-code-review/code-reviewer-template.md +0 -146
  98. package/assets/skills/subagent-driven-development/SKILL.md +0 -242
  99. package/assets/skills/subagent-driven-development/code-quality-reviewer-prompt.md +0 -20
  100. package/assets/skills/subagent-driven-development/implementer-prompt.md +0 -78
  101. package/assets/skills/subagent-driven-development/spec-reviewer-prompt.md +0 -61
  102. package/assets/skills/systematic-debugging/CREATION-LOG.md +0 -114
  103. package/assets/skills/systematic-debugging/SKILL.md +0 -296
  104. package/assets/skills/systematic-debugging/condition-based-waiting-example.ts +0 -158
  105. package/assets/skills/systematic-debugging/condition-based-waiting.md +0 -115
  106. package/assets/skills/systematic-debugging/defense-in-depth.md +0 -122
  107. package/assets/skills/systematic-debugging/root-cause-tracing.md +0 -169
  108. package/assets/skills/systematic-debugging/scripts/find-polluter.sh +0 -63
  109. package/assets/skills/systematic-debugging/test-academic.md +0 -14
  110. package/assets/skills/systematic-debugging/test-pressure-1.md +0 -58
  111. package/assets/skills/systematic-debugging/test-pressure-2.md +0 -68
  112. package/assets/skills/systematic-debugging/test-pressure-3.md +0 -69
  113. package/assets/skills/tdd-workflow/SKILL.md +0 -409
  114. package/assets/skills/test-driven-development/SKILL.md +0 -371
  115. package/assets/skills/test-driven-development/testing-anti-patterns.md +0 -299
  116. package/assets/skills/using-git-worktrees/SKILL.md +0 -218
  117. package/assets/skills/verification-before-completion/SKILL.md +0 -139
  118. package/assets/skills/verification-loop/SKILL.md +0 -125
  119. package/assets/skills/writing-plans/SKILL.md +0 -116
  120. package/assets/statusline/statusline.sh +0 -186
  121. package/dist/agents-LI3AHTTX.js +0 -10
  122. package/dist/chunk-TLOORH3N.js +0 -50
  123. package/dist/claudemd-NWG63O2G.js +0 -8
  124. package/dist/cli-KHRWBZPV.js +0 -2735
  125. package/dist/commands-UAOYWGUX.js +0 -10
  126. package/dist/hooks-NONUWI6V.js +0 -10
  127. package/dist/mcps-ISPG3F7T.js +0 -7
  128. package/dist/rules-GZEAGCSL.js +0 -10
  129. package/dist/skills-ML3QLXUK.js +0 -9
package/README.md ADDED
@@ -0,0 +1,88 @@
1
+ # cckit
2
+
3
+ Claude Code 컴포넌트(에이전트, 스킬, 커맨드, 훅, 룰, MCP 서버, claudemd, statusline)의 설치/제거를 관리하는 대화형 CLI 도구
4
+
5
+ ## 기능
6
+
7
+ - 대화형 설치 위자드 (4단계: 범위 → 카테고리 → 항목 → 확인)
8
+ - 대화형 제거 위자드 (설치된 항목 자동 감지)
9
+ - 일괄 설치 모드 (`--all`)
10
+ - ESC 키로 이전 단계 복귀
11
+ - 기존 파일 백업 후 덮어쓰기
12
+ - JSON 설정 파일 깊은 병합 (기존 설정 보존)
13
+ - MCP 서버 환경변수 대화형 입력
14
+
15
+ ## 설치
16
+
17
+ ```bash
18
+ npm install -g @juho0719/cckit
19
+ ```
20
+
21
+ ## 사용법
22
+
23
+ ```bash
24
+ # 대화형 설치 위자드
25
+ cckit
26
+
27
+ # 전체 항목 일괄 설치 (global)
28
+ cckit --all
29
+
30
+ # 전체 항목 일괄 설치 (project)
31
+ cckit --all --scope project
32
+
33
+ # 대화형 제거 위자드
34
+ cckit --uninstall
35
+ cckit -u
36
+
37
+ # 버전 확인
38
+ cckit --version
39
+ cckit -v
40
+
41
+ # 도움말
42
+ cckit --help
43
+ cckit -h
44
+ ```
45
+
46
+ ## 지원 카테고리
47
+
48
+ | 카테고리 | 설명 | 설치 위치 |
49
+ |---------|------|----------|
50
+ | Agents | AI 서브 에이전트 | `{scope}/agents/` |
51
+ | Skills | 재사용 가능한 스킬 프롬프트 | `{scope}/skills/` |
52
+ | Commands | 슬래시 커맨드 | `{scope}/commands/` |
53
+ | Hooks | Post-tool 훅 | `{scope}/hooks/` + `settings.json` |
54
+ | Rules | CLAUDE.md 룰 파일 | `{scope}/rules/` |
55
+ | MCPs | MCP 서버 설정 | `~/.claude.json` 또는 `./.claude.json` |
56
+ | ClaudeMd | 행동 가이드라인 | `{scope}/CLAUDE.md` |
57
+ | Statusline | 터미널 상태줄 스크립트 | `~/.claude/statusline.sh` |
58
+
59
+ `{scope}`는 Global인 경우 `~/.claude`, Project인 경우 `./.claude`입니다.
60
+
61
+ ## 설치 범위
62
+
63
+ - **Global** (`~/.claude/`): 모든 프로젝트에서 공유되는 설정
64
+ - **Project** (`./.claude/`): 현재 프로젝트에만 적용되는 설정
65
+
66
+ ## 개발
67
+
68
+ ```bash
69
+ # 저장소 클론
70
+ git clone https://github.com/juho0719/claude-code-harness.git
71
+ cd claude-code-harness
72
+
73
+ # 의존성 설치
74
+ npm install
75
+
76
+ # 빌드
77
+ npm run build
78
+
79
+ # 개발 모드 (watch)
80
+ npm run dev
81
+
82
+ # 타입 체크
83
+ npm run typecheck
84
+ ```
85
+
86
+ ## 라이선스
87
+
88
+ MIT
@@ -0,0 +1,9 @@
1
+ import {
2
+ installAgents
3
+ } from "./chunk-EYY2IZ7N.js";
4
+ import "./chunk-K25UZZVG.js";
5
+ import "./chunk-3GUKEMND.js";
6
+ import "./chunk-5XOKKPAA.js";
7
+ export {
8
+ installAgents
9
+ };
@@ -1,9 +1,4 @@
1
- import {
2
- init_esm_shims
3
- } from "./chunk-TLOORH3N.js";
4
-
5
1
  // src/utils/file.ts
6
- init_esm_shims();
7
2
  import { mkdir, copyFile, readdir } from "fs/promises";
8
3
  import { join } from "path";
9
4
  async function ensureDir(dirPath) {
@@ -1,19 +1,15 @@
1
1
  import {
2
2
  backupIfExists
3
- } from "./chunk-FLBB3OH4.js";
3
+ } from "./chunk-K25UZZVG.js";
4
4
  import {
5
5
  copyFileUtil,
6
6
  ensureDir
7
- } from "./chunk-T5VPG46W.js";
7
+ } from "./chunk-3GUKEMND.js";
8
8
  import {
9
9
  getAssetsDir
10
- } from "./chunk-4NEXS2FY.js";
11
- import {
12
- init_esm_shims
13
- } from "./chunk-TLOORH3N.js";
10
+ } from "./chunk-5XOKKPAA.js";
14
11
 
15
12
  // src/installers/commands.ts
16
- init_esm_shims();
17
13
  import { join } from "path";
18
14
  async function installCommands(commands, targetDir) {
19
15
  const destDir = join(targetDir, "commands");
@@ -1,9 +1,4 @@
1
- import {
2
- init_esm_shims
3
- } from "./chunk-TLOORH3N.js";
4
-
5
1
  // src/utils/paths.ts
6
- init_esm_shims();
7
2
  import { fileURLToPath } from "url";
8
3
  import { dirname, join } from "path";
9
4
  import { homedir } from "os";
@@ -1,12 +1,8 @@
1
1
  import {
2
2
  getAssetsDir
3
- } from "./chunk-4NEXS2FY.js";
4
- import {
5
- init_esm_shims
6
- } from "./chunk-TLOORH3N.js";
3
+ } from "./chunk-5XOKKPAA.js";
7
4
 
8
5
  // src/registry.ts
9
- init_esm_shims();
10
6
  import { readFile, readdir } from "fs/promises";
11
7
  import { join, basename } from "path";
12
8
  function parseFrontmatter(content) {
@@ -1,19 +1,15 @@
1
1
  import {
2
2
  backupIfExists
3
- } from "./chunk-FLBB3OH4.js";
3
+ } from "./chunk-K25UZZVG.js";
4
4
  import {
5
5
  copyFileUtil,
6
6
  ensureDir
7
- } from "./chunk-T5VPG46W.js";
7
+ } from "./chunk-3GUKEMND.js";
8
8
  import {
9
9
  getAssetsDir
10
- } from "./chunk-4NEXS2FY.js";
11
- import {
12
- init_esm_shims
13
- } from "./chunk-TLOORH3N.js";
10
+ } from "./chunk-5XOKKPAA.js";
14
11
 
15
12
  // src/installers/agents.ts
16
- init_esm_shims();
17
13
  import { join } from "path";
18
14
  async function installAgents(agents, targetDir) {
19
15
  const destDir = join(targetDir, "agents");
@@ -1,19 +1,15 @@
1
1
  import {
2
2
  backupIfExists
3
- } from "./chunk-FLBB3OH4.js";
3
+ } from "./chunk-K25UZZVG.js";
4
4
  import {
5
5
  copyFileUtil,
6
6
  ensureDir
7
- } from "./chunk-T5VPG46W.js";
7
+ } from "./chunk-3GUKEMND.js";
8
8
  import {
9
9
  getAssetsDir
10
- } from "./chunk-4NEXS2FY.js";
11
- import {
12
- init_esm_shims
13
- } from "./chunk-TLOORH3N.js";
10
+ } from "./chunk-5XOKKPAA.js";
14
11
 
15
12
  // src/installers/rules.ts
16
- init_esm_shims();
17
13
  import { join } from "path";
18
14
  import { readdir } from "fs/promises";
19
15
  async function installRules(categories, targetDir) {
@@ -1,9 +1,4 @@
1
- import {
2
- init_esm_shims
3
- } from "./chunk-TLOORH3N.js";
4
-
5
1
  // src/utils/backup.ts
6
- init_esm_shims();
7
2
  import { copyFile, access } from "fs/promises";
8
3
  import { constants } from "fs";
9
4
  async function backupFile(filePath) {
@@ -1,16 +1,12 @@
1
1
  import {
2
2
  copyDir,
3
3
  ensureDir
4
- } from "./chunk-T5VPG46W.js";
4
+ } from "./chunk-3GUKEMND.js";
5
5
  import {
6
6
  getAssetsDir
7
- } from "./chunk-4NEXS2FY.js";
8
- import {
9
- init_esm_shims
10
- } from "./chunk-TLOORH3N.js";
7
+ } from "./chunk-5XOKKPAA.js";
11
8
 
12
9
  // src/installers/skills.ts
13
- init_esm_shims();
14
10
  import { join } from "path";
15
11
  async function installSkills(skills, targetDir) {
16
12
  const destBase = join(targetDir, "skills");
@@ -1,12 +1,8 @@
1
1
  import {
2
2
  getAssetsDir
3
- } from "./chunk-4NEXS2FY.js";
4
- import {
5
- init_esm_shims
6
- } from "./chunk-TLOORH3N.js";
3
+ } from "./chunk-5XOKKPAA.js";
7
4
 
8
5
  // src/installers/claudemd.ts
9
- init_esm_shims();
10
6
  import { join } from "path";
11
7
  import { readFile, writeFile, access } from "fs/promises";
12
8
  import { constants } from "fs";
@@ -1,9 +1,4 @@
1
- import {
2
- init_esm_shims
3
- } from "./chunk-TLOORH3N.js";
4
-
5
1
  // src/installers/mcps.ts
6
- init_esm_shims();
7
2
  import { join } from "path";
8
3
  import { readFile, writeFile, access } from "fs/promises";
9
4
  import { constants } from "fs";
@@ -1,19 +1,15 @@
1
1
  import {
2
2
  backupIfExists
3
- } from "./chunk-FLBB3OH4.js";
3
+ } from "./chunk-K25UZZVG.js";
4
4
  import {
5
5
  copyFileUtil,
6
6
  ensureDir
7
- } from "./chunk-T5VPG46W.js";
7
+ } from "./chunk-3GUKEMND.js";
8
8
  import {
9
9
  getAssetsDir
10
- } from "./chunk-4NEXS2FY.js";
11
- import {
12
- init_esm_shims
13
- } from "./chunk-TLOORH3N.js";
10
+ } from "./chunk-5XOKKPAA.js";
14
11
 
15
12
  // src/installers/hooks.ts
16
- init_esm_shims();
17
13
  import { join } from "path";
18
14
  import { readFile, writeFile, access, chmod } from "fs/promises";
19
15
  import { constants } from "fs";
@@ -0,0 +1,7 @@
1
+ import {
2
+ installClaudemd
3
+ } from "./chunk-SW3OJLHC.js";
4
+ import "./chunk-5XOKKPAA.js";
5
+ export {
6
+ installClaudemd
7
+ };