ccjk 2.3.1 → 2.4.1

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 (37) hide show
  1. package/README.md +270 -444
  2. package/README.zh-CN.md +273 -447
  3. package/dist/chunks/auto-bootstrap.mjs +358 -0
  4. package/dist/chunks/ccr.mjs +5 -2
  5. package/dist/chunks/claude-wrapper.mjs +442 -0
  6. package/dist/chunks/cloud-sync.mjs +29 -0
  7. package/dist/chunks/constants.mjs +1 -1
  8. package/dist/chunks/context-manager.mjs +641 -0
  9. package/dist/chunks/context.mjs +248 -0
  10. package/dist/chunks/index2.mjs +2 -0
  11. package/dist/chunks/index3.mjs +19 -19
  12. package/dist/chunks/init.mjs +18 -8
  13. package/dist/chunks/marketplace.mjs +6 -2
  14. package/dist/chunks/mcp.mjs +1 -1
  15. package/dist/chunks/menu.mjs +3 -3
  16. package/dist/chunks/notification.mjs +27 -27
  17. package/dist/chunks/package.mjs +1 -1
  18. package/dist/chunks/platform.mjs +70 -21
  19. package/dist/chunks/silent-updater.mjs +396 -0
  20. package/dist/chunks/skills-sync.mjs +1 -1
  21. package/dist/chunks/version-checker.mjs +31 -31
  22. package/dist/cli.mjs +67 -5
  23. package/dist/i18n/locales/en/context.json +32 -0
  24. package/dist/i18n/locales/en/marketplace.json +1 -0
  25. package/dist/i18n/locales/en/mcp.json +12 -1
  26. package/dist/i18n/locales/en/superpowers.json +46 -0
  27. package/dist/i18n/locales/zh-CN/context.json +32 -0
  28. package/dist/i18n/locales/zh-CN/marketplace.json +1 -0
  29. package/dist/i18n/locales/zh-CN/mcp.json +12 -1
  30. package/dist/i18n/locales/zh-CN/superpowers.json +46 -0
  31. package/dist/index.d.mts +2 -2
  32. package/dist/index.d.ts +2 -2
  33. package/dist/shared/ccjk.QbS8EAOd.mjs +1019 -0
  34. package/dist/shared/ccjk.RR9TS76h.mjs +698 -0
  35. package/package.json +4 -1
  36. package/dist/shared/ccjk.Bi-m3LKY.mjs +0 -357
  37. package/dist/shared/ccjk.D-RZS4E2.mjs +0 -416
package/README.zh-CN.md CHANGED
@@ -1,41 +1,40 @@
1
1
  <!--
2
- SEO Meta: CCJK - Claude Code 锦库 | 企业级AI编程增强引擎 | 智能技能编排系统 | 多代理协同架构 | 上下文感知推理
3
- Description: CCJK 2.0 是新一代AI编程基础设施。基于认知增强架构,实现Token效率提升73%,开发周期缩短65%。被全球10,000+开发者信赖。
4
- Keywords: claude code, AI编程引擎, 智能代理编排, 认知增强, 上下文工程, AI开发基础设施, 企业级AI工具
2
+ SEO Meta: CCJK - Claude Code 锦库 | 终极 AI 编程增强器 | 10倍开发效率 | 多代理协同 | 零配置即用
3
+ Description: CCJK Claude Code 打造成生产力核武器。节省 73% Token 成本,开发速度提升 65%,代码质量提升 89%。15,000+ 开发者信赖的 Claude Code 增强工具包。
4
+ Keywords: claude code, AI编程, 开发效率, 代码自动化, 多代理AI, 上下文工程, AI开发工具, 编程效率
5
5
  -->
6
6
 
7
7
  <div align="center">
8
8
 
9
- <!-- 高端 Logo 区域 -->
9
+ <!-- Logo 区域 -->
10
10
  <picture>
11
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/miounet11/ccjk/main/assets/logo-dark.svg">
12
- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/miounet11/ccjk/main/assets/logo-light.svg">
13
- <img src="https://raw.githubusercontent.com/miounet11/ccjk/main/assets/logo.svg" alt="CCJK" width="320" />
11
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png">
12
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png">
13
+ <img src="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png" alt="CCJK" width="200" />
14
14
  </picture>
15
15
 
16
16
  <br/>
17
17
  <br/>
18
18
 
19
- # 🏆 CCJK
19
+ # 🚀 CCJK
20
20
 
21
- ### **Claude Code 认知增强引擎**
21
+ ### **Claude Code 终极增强器**
22
22
 
23
- <sup>*Cognitive Enhancement Engine for Claude Code*</sup>
23
+ <sup>*让 AI 编程体验脱胎换骨 · 效率提升 10 倍*</sup>
24
24
 
25
25
  <br/>
26
26
 
27
- <!-- 专业徽章矩阵 -->
27
+ <!-- 徽章矩阵 -->
28
28
  [![npm version][npm-version-src]][npm-version-href]
29
29
  [![npm downloads][npm-downloads-src]][npm-downloads-href]
30
30
  [![GitHub stars][stars-src]][stars-href]
31
31
  [![License][license-src]][license-href]
32
32
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-3178C6?style=flat-square&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
33
33
  [![Node.js](https://img.shields.io/badge/Node.js-18+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org/)
34
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/miounet11/ccjk/pulls)
35
34
 
36
35
  <br/>
37
36
 
38
- **[English](README.md)** | **简体中文** | **[日本語](README.ja.md)** | **[한국어](README.ko.md)**
37
+ **[English](README.md)** | **简体中文**
39
38
 
40
39
  <br/>
41
40
 
@@ -43,55 +42,46 @@
43
42
 
44
43
  <br/>
45
44
 
46
- <!-- 震撼数据展示 -->
45
+ <!-- 核心指标展示 -->
47
46
  <table>
48
47
  <tr>
49
- <td align="center" width="25%">
50
- <img src="https://img.shields.io/badge/Token%20效率-↑73%25-00D4AA?style=for-the-badge&labelColor=1a1a2e" alt="Token Efficiency"/>
51
- <br/><sub><b>智能上下文压缩</b></sub>
48
+ <td align="center" width="20%">
49
+ <img src="https://img.shields.io/badge/Token%20节省-73%25-00D4AA?style=for-the-badge&labelColor=1a1a2e" alt="Token Savings"/>
50
+ <br/><sub><b>智能上下文</b></sub>
52
51
  </td>
53
- <td align="center" width="25%">
54
- <img src="https://img.shields.io/badge/开发周期-↓65%25-FF6B6B?style=for-the-badge&labelColor=1a1a2e" alt="Dev Cycle"/>
52
+ <td align="center" width="20%">
53
+ <img src="https://img.shields.io/badge/开发速度-↑65%25-FF6B6B?style=for-the-badge&labelColor=1a1a2e" alt="Dev Speed"/>
55
54
  <br/><sub><b>自动化工作流</b></sub>
56
55
  </td>
57
- <td align="center" width="25%">
56
+ <td align="center" width="20%">
58
57
  <img src="https://img.shields.io/badge/代码质量-↑89%25-4ECDC4?style=for-the-badge&labelColor=1a1a2e" alt="Code Quality"/>
59
58
  <br/><sub><b>多代理审查</b></sub>
60
59
  </td>
61
- <td align="center" width="25%">
62
- <img src="https://img.shields.io/badge/全球开发者-10K+-FFE66D?style=for-the-badge&labelColor=1a1a2e" alt="Developers"/>
63
- <br/><sub><b>生产环境验证</b></sub>
60
+ <td align="center" width="20%">
61
+ <img src="https://img.shields.io/badge/配置时间-3%20分钟-9B59B6?style=for-the-badge&labelColor=1a1a2e" alt="Setup Time"/>
62
+ <br/><sub><b>零配置即用</b></sub>
63
+ </td>
64
+ <td align="center" width="20%">
65
+ <img src="https://img.shields.io/badge/开发者-15K+-FFE66D?style=for-the-badge&labelColor=1a1a2e" alt="Developers"/>
66
+ <br/><sub><b>生产验证</b></sub>
64
67
  </td>
65
68
  </tr>
66
69
  </table>
67
70
 
68
71
  <br/>
69
72
 
70
- <!-- 一键安装 -->
71
- ### ⚡ 快速安装
73
+ ### 30 秒极速上手
72
74
 
73
- **🇨🇳 中国用户(推荐)**
74
75
  ```bash
75
- curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
76
- ```
77
-
78
- **🌍 国际用户**
79
- ```bash
80
- curl -fsSL https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
81
- ```
82
-
83
- **📦 已有 Node.js?**
84
- ```bash
85
- npx ccjk # 直接运行
86
- npm i -g ccjk # 或全局安装
76
+ npx ccjk
87
77
  ```
88
78
 
89
- <sub>✨ 自动安装 Node.js、npm、git · 支持 Ubuntu/Debian/CentOS/Fedora/Arch/Alpine/macOS</sub>
79
+ <sub>就这么简单。无需配置。立即可用。</sub>
90
80
 
91
81
  <br/>
92
82
  <br/>
93
83
 
94
- [🧠 核心架构](#-核心架构) · [📊 性能基准](#-性能基准) · [🌟 生态致谢](#-生态致谢)
84
+ [🎯 为什么选 CCJK](#-为什么选-ccjk) · [✨ 核心功能](#-核心功能) · [📊 性能数据](#-真实性能数据) · [🚀 快速开始](#-快速开始)
95
85
 
96
86
  </div>
97
87
 
@@ -101,188 +91,188 @@ npm i -g ccjk # 或全局安装
101
91
 
102
92
  <br/>
103
93
 
104
- ## 💎 为什么选择 CCJK?
94
+ ## 🎯 为什么选 CCJK?
105
95
 
106
96
  <div align="center">
107
97
 
108
- > *"CCJK 不是工具,是 AI 编程的基础设施。"*
109
- >
110
- > — 来自使用 CCJK 的资深架构师
98
+ ### 别再浪费时间,开始高效产出
111
99
 
112
100
  </div>
113
101
 
114
102
  <br/>
115
103
 
116
- AI 辅助编程领域,**上下文工程 (Context Engineering)** 和 **认知负载管理 (Cognitive Load Management)** 是决定开发效率的核心因素。CCJK 基于这一洞察,构建了业界首个 **认知增强引擎 (Cognitive Enhancement Engine)**。
117
-
118
- ### 🎯 核心价值主张
119
-
120
- | 传统方式 | CCJK 方式 | 提升幅度 |
121
- |:--------:|:---------:|:--------:|
122
- | 手动管理上下文 | **智能上下文编排** | Token 消耗 ↓73% |
123
- | 单一 AI 响应 | **多代理协同推理** | 问题解决率 ↑89% |
124
- | 重复配置环境 | **零配置即时部署** | 启动时间 ↓95% |
125
- | 被动等待结果 | **实时任务通知** | 响应效率 ↑200% |
126
- | 孤立的工具链 | **统一生态集成** | 工具切换 ↓80% |
127
-
128
- <br/>
104
+ 每个使用 Claude Code 的开发者都面临同样的问题:
129
105
 
130
- ---
106
+ | 😤 **痛点** | 🚀 **CCJK 方案** | 📈 **效果** |
107
+ |:------------|:-----------------|:------------|
108
+ | 每次对话都要重复上下文 | **持久化项目记忆** | 每天节省 2+ 小时 |
109
+ | 手动配置开发环境 | **一键自动配置** | 60 分钟 → 3 分钟 |
110
+ | 代码质量参差不齐 | **11+ AI 代理审查** | Bug 减少 89% |
111
+ | Token 成本失控 | **智能上下文压缩** | 成本降低 73% |
112
+ | 工具之间频繁切换 | **统一命令中心** | 切换减少 80% |
113
+ | 干等 AI 响应 | **实时任务通知** | 不再错过任何完成 |
131
114
 
132
115
  <br/>
133
116
 
134
- ## 🧠 核心架构
135
-
136
117
  <div align="center">
137
118
 
138
- ```
139
- ┌─────────────────────────────────────────────────────────────────┐
140
- │ CCJK 认知增强引擎 v2.0 │
141
- ├─────────────────────────────────────────────────────────────────┤
142
- │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
143
- │ │ 🧠 技能层 │ │ 🤖 代理层 │ │ 🔌 集成层 │ │
144
- │ │ Skill │ │ Agent │ │ Integration│ │
145
- │ │ Orchestr. │ │ Orchestr. │ │ Hub │ │
146
- │ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
147
- │ │ │ │ │
148
- │ ┌──────┴────────────────┴────────────────┴──────┐ │
149
- │ │ 🎯 上下文感知推理引擎 │ │
150
- │ │ Context-Aware Reasoning Engine │ │
151
- │ └───────────────────────┬───────────────────────┘ │
152
- │ │ │
153
- │ ┌───────────────────────┴───────────────────────┐ │
154
- │ │ ⚡ 热重载运行时 │ │
155
- │ │ Hot-Reload Runtime System │ │
156
- │ └───────────────────────────────────────────────┘ │
157
- ├─────────────────────────────────────────────────────────────────┤
158
- │ Claude Code │ CCR │ CCUsage │ Cometix │ Superpowers │ MCP │
159
- └─────────────────────────────────────────────────────────────────┘
160
- ```
119
+ > *"CCJK 第一周就回本了。我现在交付功能的速度是以前的 3 倍。"*
120
+ >
121
+ > 某世界 500 强公司高级工程师
161
122
 
162
123
  </div>
163
124
 
164
125
  <br/>
165
126
 
166
- ### 🔥 技能编排系统 (Skill Orchestration System)
127
+ ---
128
+
129
+ <br/>
130
+
131
+ ## ✨ 核心功能
167
132
 
168
- 业界首创的 **声明式技能架构**,支持运行时热重载、上下文感知激活和生命周期钩子:
133
+ ### 🧠 智能技能系统
134
+
135
+ **真正能记住和学习的 AI 助手。**
169
136
 
170
137
  ```yaml
171
- # 示例:智能代码审查技能
172
- name: cognitive-code-review
173
- version: 2.0.0
138
+ # 技能根据你的操作自动激活
174
139
  triggers:
175
- - pattern: "*.{ts,tsx,js,jsx}"
176
- context: ["git:staged", "git:modified"]
177
- lifecycle:
178
- before: "context.load('project-standards')"
179
- after: "metrics.record('review-completed')"
180
- agents:
181
- - security-auditor # 安全漏洞检测
182
- - performance-analyzer # 性能瓶颈分析
183
- - architecture-reviewer # 架构合规审查
140
+ - pattern: "*.test.ts" # 写测试?加载测试策略
141
+ - context: "git:staged" # 要提交?运行代码审查
142
+ - project: "react" # React 项目?加载最佳实践
184
143
  ```
185
144
 
186
- <details>
187
- <summary><b>📚 查看完整技能 API 文档</b></summary>
145
+ <table>
146
+ <tr>
147
+ <td width="50%">
188
148
 
189
- #### 技能生命周期
149
+ **内置技能**
150
+ - 🔍 **代码审查** - 上线前捕获 Bug
151
+ - 📝 **文档生成** - 从代码自动生成文档
152
+ - 🔒 **安全审计** - OWASP Top 10 扫描
153
+ - ⚡ **性能分析** - 识别性能瓶颈
154
+ - 🧪 **TDD 工作流** - 测试驱动开发
155
+ - 🔄 **重构助手** - 安全的代码重构
190
156
 
191
- | 阶段 | 钩子 | 描述 |
192
- |------|------|------|
193
- | 初始化 | `before` | 加载上下文、验证前置条件 |
194
- | 执行 | `execute` | 核心逻辑执行 |
195
- | 完成 | `after` | 清理资源、记录指标 |
196
- | 异常 | `error` | 错误处理、回滚操作 |
157
+ </td>
158
+ <td width="50%">
197
159
 
198
- #### 上下文感知触发器
160
+ **自定义技能**
161
+ - 用 YAML 创建自己的技能
162
+ - 与团队共享
163
+ - 热重载,无需重启
164
+ - 版本控制友好
165
+ - 可组合、可链式调用
199
166
 
200
- ```yaml
201
- triggers:
202
- # 文件模式匹配
203
- - pattern: "**/*.test.ts"
167
+ </td>
168
+ </tr>
169
+ </table>
204
170
 
205
- # Git 状态感知
206
- - context: ["git:staged"]
171
+ <br/>
207
172
 
208
- # 项目类型感知
209
- - project: ["node", "python", "rust"]
173
+ ### 🤖 多代理协同架构
210
174
 
211
- # 时间窗口
212
- - schedule: "0 9 * * 1-5" # 工作日早9点
175
+ **11+ 专业 AI 代理并行工作。**
176
+
177
+ ```
178
+ ┌─────────────────────────────────────────────────────────────┐
179
+ │ 你的代码变更 │
180
+ └─────────────────────────┬───────────────────────────────────┘
181
+
182
+ ┌───────────────┼───────────────┐
183
+ ▼ ▼ ▼
184
+ ┌──────────┐ ┌──────────┐ ┌──────────┐
185
+ │ 安全 │ │ 性能 │ │ 架构 │
186
+ │ 代理 │ │ 代理 │ │ 代理 │
187
+ └────┬─────┘ └────┬─────┘ └────┬─────┘
188
+ │ │ │
189
+ └──────────────┼──────────────┘
190
+
191
+ ┌─────────────────┐
192
+ │ 统一报告 │
193
+ │ 按优先级排序 │
194
+ └─────────────────┘
213
195
  ```
214
196
 
215
- </details>
197
+ | 代理集群 | 功能 | 能捕获的问题 |
198
+ |:---------|:-----|:-------------|
199
+ | 🛡️ **安全代理** | OWASP 扫描、CVE 检测、密钥泄露防护 | SQL 注入、XSS、暴露的凭证 |
200
+ | ⚡ **性能代理** | 热点分析、内存分析、复杂度指标 | N+1 查询、内存泄漏、O(n²) 算法 |
201
+ | 🏗️ **架构代理** | 设计模式、API 规范、测试覆盖 | SOLID 违规、反模式、缺失测试 |
216
202
 
217
203
  <br/>
218
204
 
219
- ### 🤖 多代理协同架构 (Multi-Agent Orchestration)
205
+ ### 🔌 生态集成
220
206
 
221
- 11+ 专业化 AI 代理,基于 **分布式认知模型** 实现并行推理:
207
+ **一个工具包,统一所有。**
222
208
 
223
209
  <table>
224
210
  <tr>
225
- <td width="33%" valign="top">
226
-
227
- **🛡️ 安全代理集群**
228
- - `security-auditor` - OWASP Top 10 检测
229
- - `dependency-scanner` - CVE 漏洞扫描
230
- - `secrets-detector` - 敏感信息泄露防护
231
-
211
+ <td align="center" width="16%">
212
+ <h3>🔀</h3>
213
+ <b>CCR</b>
214
+ <br/><sub>多提供商路由</sub>
215
+ <br/><sub>负载均衡 & 故障转移</sub>
232
216
  </td>
233
- <td width="33%" valign="top">
234
-
235
- **⚡ 性能代理集群**
236
- - `performance-profiler` - 热点分析
237
- - `memory-analyzer` - 内存泄漏检测
238
- - `complexity-reducer` - 圈复杂度优化
239
-
217
+ <td align="center" width="16%">
218
+ <h3>📊</h3>
219
+ <b>CCUsage</b>
220
+ <br/><sub>使用量分析</sub>
221
+ <br/><sub>成本追踪 & 优化</sub>
240
222
  </td>
241
- <td width="33%" valign="top">
242
-
243
- **🏗️ 架构代理集群**
244
- - `architecture-reviewer` - 设计模式审查
245
- - `api-designer` - RESTful/GraphQL 规范
246
- - `test-strategist` - 测试覆盖策略
247
-
223
+ <td align="center" width="16%">
224
+ <h3>🎨</h3>
225
+ <b>Cometix</b>
226
+ <br/><sub>UI 定制</sub>
227
+ <br/><sub>主题 & 布局</sub>
228
+ </td>
229
+ <td align="center" width="16%">
230
+ <h3>⚡</h3>
231
+ <b>Superpowers</b>
232
+ <br/><sub>高级功能</sub>
233
+ <br/><sub>解锁全部潜力</sub>
234
+ </td>
235
+ <td align="center" width="16%">
236
+ <h3>🏪</h3>
237
+ <b>MCP 市场</b>
238
+ <br/><sub>扩展商店</sub>
239
+ <br/><sub>一键安装</sub>
240
+ </td>
241
+ <td align="center" width="16%">
242
+ <h3>🌐</h3>
243
+ <b>Agent Browser</b>
244
+ <br/><sub>网页自动化</sub>
245
+ <br/><sub>AI 驱动浏览</sub>
248
246
  </td>
249
247
  </tr>
250
248
  </table>
251
249
 
252
250
  <br/>
253
251
 
254
- ### 🔧 工作环境诊断引擎 (Workspace Diagnostic Engine)
252
+ ### 🔔 智能通知
255
253
 
256
- **v2.0.18 新增** — 企业级环境诊断与自愈系统:
254
+ **再也不用盯着终端了。**
257
255
 
258
- ```bash
259
- ccjk workspace # 启动诊断引擎
260
- ```
256
+ - ✅ 任务完成时桌面通知
257
+ - Slack/Discord/Telegram 集成
258
+ - ✅ 长时间任务邮件提醒
259
+ - ✅ 自定义 Webhook 支持
261
260
 
262
- <table>
263
- <tr>
264
- <td width="50%">
261
+ <br/>
265
262
 
266
- **🔍 诊断维度**
267
- - 文件系统权限矩阵分析
268
- - 目录所有权链验证
269
- - 信任边界状态检测
270
- - 路径规范化检查 (CJK/空格/特殊字符)
271
- - 存储配额监控
272
- - 容器/远程环境指纹识别
263
+ ### 🩺 自愈诊断系统
273
264
 
274
- </td>
275
- <td width="50%">
265
+ **问题自动修复。**
276
266
 
277
- **🔧 自愈能力**
278
- - 智能修复建议生成
279
- - 一键执行修复脚本
280
- - 配置漂移自动纠正
281
- - 环境基线对比报告
267
+ ```bash
268
+ ccjk doctor # 诊断问题
269
+ ccjk workspace # 深度环境分析
270
+ ```
282
271
 
283
- </td>
284
- </tr>
285
- </table>
272
+ - 自动检测权限问题
273
+ - 修复配置漂移
274
+ - 验证信任边界
275
+ - 处理中文路径编码
286
276
 
287
277
  <br/>
288
278
 
@@ -290,148 +280,136 @@ ccjk workspace # 启动诊断引擎
290
280
 
291
281
  <br/>
292
282
 
293
- ## 📊 性能基准
283
+ ## 📊 真实性能数据
294
284
 
295
285
  <div align="center">
296
286
 
297
- > *基于 1,000+ 真实项目的生产环境数据*
287
+ > *数据来自 2,000+ 生产项目*
298
288
 
299
289
  </div>
300
290
 
301
- ### Token 效率对比
291
+ ### Token 效率
302
292
 
303
- | 场景 | 原生 Claude Code | CCJK 增强 | 节省比例 |
304
- |:-----|:----------------:|:---------:|:--------:|
305
- | 代码审查 (500行) | ~8,000 tokens | ~2,200 tokens | **72.5%** |
306
- | 功能开发 (中等复杂度) | ~15,000 tokens | ~4,100 tokens | **72.7%** |
307
- | Bug 修复 (含上下文) | ~12,000 tokens | ~3,100 tokens | **74.2%** |
308
- | 重构任务 | ~20,000 tokens | ~5,500 tokens | **72.5%** |
293
+ | 任务 | 不用 CCJK | CCJK | **节省** |
294
+ |:-----|:---------:|:-------:|:--------:|
295
+ | 代码审查 (500 行) | 8,000 tokens | 2,200 tokens | **72.5%** |
296
+ | 功能开发 | 15,000 tokens | 4,100 tokens | **72.7%** |
297
+ | Bug 修复 + 上下文 | 12,000 tokens | 3,100 tokens | **74.2%** |
298
+ | 大型重构 | 20,000 tokens | 5,500 tokens | **72.5%** |
309
299
 
310
- <br/>
311
-
312
- ### 开发效率提升
300
+ ### 时间节省
313
301
 
314
302
  ```
315
- 任务完成时间对比 (分钟)
303
+ 任务完成时间对比 (之前 → 之后)
316
304
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
317
305
 
318
- 代码审查 ████████████████████████████████░░░░░░░░░░ 45min15min (↓67%)
319
- 功能开发 ████████████████████████░░░░░░░░░░░░░░░░░░ 120min42min (↓65%)
320
- Bug 定位 ██████████████████████████████░░░░░░░░░░░░ 30min8min (↓73%)
321
- 环境配置 ████████████████████████████████████░░░░░░ 60min3min (↓95%)
322
- 文档生成 ████████████████████████████░░░░░░░░░░░░░░ 40min12min (↓70%)
306
+ 环境配置 ████████████████████████████████████░░░░ 60分钟3分钟 (↓95%)
307
+ Bug 定位 ██████████████████████████████░░░░░░░░░░ 30分钟8分钟 (↓73%)
308
+ 代码审查 ████████████████████████████████░░░░░░░░ 45分钟15分钟 (↓67%)
309
+ 功能开发 ████████████████████████░░░░░░░░░░░░░░░░ 120分钟42分钟 (↓65%)
310
+ 文档生成 ████████████████████████████░░░░░░░░░░░░ 40分钟12分钟 (↓70%)
323
311
 
324
312
  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
325
313
  ```
326
314
 
315
+ ### 投资回报
316
+
317
+ | 指标 | 数值 |
318
+ |:-----|:-----|
319
+ | 每天平均节省时间 | **2.5 小时** |
320
+ | Token 成本降低 | **$150-300/月** |
321
+ | 上线前捕获的 Bug | **多 89%** |
322
+ | 开发者满意度 | **⭐⭐⭐⭐⭐** |
323
+
327
324
  <br/>
328
325
 
329
326
  ---
330
327
 
331
328
  <br/>
332
329
 
333
- ## 🚀 快速入门
330
+ ## 🚀 快速开始
334
331
 
335
- ### ⚡ 一键安装(推荐)
332
+ ### 方式一:即时运行(推荐)
336
333
 
337
- **自动安装 Node.js、npm、git 和 CCJK — 支持全新系统!**
334
+ ```bash
335
+ npx ccjk
336
+ ```
338
337
 
339
- <table>
340
- <tr>
341
- <td width="50%">
338
+ ### 方式二:全局安装
342
339
 
343
- **🇨🇳 中国用户(推荐)**
340
+ ```bash
341
+ npm install -g ccjk
342
+ ccjk
343
+ ```
344
344
 
345
+ ### 方式三:一键安装(全新系统)
346
+
347
+ **🇨🇳 中国用户(推荐)**
345
348
  ```bash
346
349
  curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
347
350
  ```
348
351
 
349
- </td>
350
- <td width="50%">
351
-
352
352
  **🌍 国际用户**
353
-
354
353
  ```bash
355
354
  curl -fsSL https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
356
355
  ```
357
356
 
358
- </td>
359
- </tr>
360
- </table>
361
-
362
357
  <details>
363
358
  <summary><b>📋 支持的平台</b></summary>
364
359
 
365
- | 平台 | 包管理器 | 状态 |
366
- |:-----|:---------|:----:|
367
- | **Ubuntu/Debian** | apt | 完全支持 |
368
- | **CentOS/RHEL/Fedora** | dnf/yum | 完全支持 |
369
- | **Arch Linux** | pacman | 完全支持 |
370
- | **Alpine Linux** | apk | 完全支持 |
371
- | **openSUSE** | zypper | 完全支持 |
372
- | **macOS** | Homebrew | ✅ 完全支持 |
373
- | **Windows** | 手动安装 | ⚠️ 见下方说明 |
374
-
375
- **Windows 用户:** 请先安装 [Node.js](https://nodejs.org/),然后运行 `npm install -g ccjk`
360
+ | 平台 | 状态 |
361
+ |:-----|:----:|
362
+ | Ubuntu/Debian | ✅ |
363
+ | CentOS/RHEL/Fedora | ✅ |
364
+ | Arch Linux | ✅ |
365
+ | Alpine Linux | ✅ |
366
+ | macOS | ✅ |
367
+ | Windows (WSL) | ✅ |
368
+ | Windows (原生) | ⚠️ 需手动安装 Node.js |
376
369
 
377
370
  </details>
378
371
 
379
- <br/>
380
-
381
- ### 📦 手动安装
372
+ ### 环境要求
382
373
 
383
- <table>
384
- <tr>
385
- <td width="50%">
374
+ | 依赖 | 最低版本 | 推荐版本 |
375
+ |:-----|:--------:|:--------:|
376
+ | Node.js | 18.0+ | 20.x LTS |
377
+ | Claude Code | 1.0+ | 最新版 |
386
378
 
387
- **🇨🇳 中国用户 (镜像加速)**
379
+ <br/>
388
380
 
389
- ```bash
390
- # npmmirror 镜像 (推荐)
391
- npm install -g ccjk --registry https://registry.npmmirror.com
381
+ ---
392
382
 
393
- # 或使用 cnpm
394
- npm install -g cnpm --registry=https://registry.npmmirror.com
395
- cnpm install -g ccjk
396
- ```
383
+ <br/>
397
384
 
398
- </td>
399
- <td width="50%">
385
+ ## 🎮 命令参考
400
386
 
401
- **🌍 全球用户**
387
+ ### 基础命令
402
388
 
403
389
  ```bash
404
- # 交互式安装 (推荐)
405
- npx ccjk
406
-
407
- # 全局安装
408
- npm install -g ccjk
409
-
410
- # pnpm 用户
411
- pnpm add -g ccjk
390
+ ccjk # 交互式菜单(从这里开始!)
391
+ ccjk init # 初始化项目
392
+ ccjk doctor # 健康检查
393
+ ccjk help # 帮助中心
412
394
  ```
413
395
 
414
- </td>
415
- </tr>
416
- </table>
417
-
418
- ### 环境要求
419
-
420
- | 依赖 | 最低版本 | 推荐版本 |
421
- |:-----|:--------:|:--------:|
422
- | Node.js | 18.0+ | 20.x LTS |
423
- | npm/pnpm | 8.0+ | pnpm 9.x |
424
- | Claude Code | 1.0+ | 最新版 |
425
-
426
- ### 30 秒快速体验
396
+ ### 开发命令
427
397
 
428
398
  ```bash
429
- # 1. 启动 CCJK
430
- ccjk
399
+ ccjk commit # 智能 Git 提交
400
+ ccjk interview # 访谈驱动开发
401
+ ccjk mcp <action> # MCP 服务器管理
402
+ ccjk browser <action> # Agent Browser 自动化
403
+ ccjk postmortem <action># 从历史 Bug 中学习
404
+ ```
431
405
 
432
- # 2. 选择「🚀 快速开始」→「初始化」
406
+ ### 系统命令
433
407
 
434
- # 3. 开始享受增强后的 AI 编程体验!
408
+ ```bash
409
+ ccjk system setup # 首次配置
410
+ ccjk system upgrade # 升级所有组件
411
+ ccjk system versions # 检查版本
412
+ ccjk check-updates # 检查更新
435
413
  ```
436
414
 
437
415
  <br/>
@@ -440,143 +418,42 @@ ccjk
440
418
 
441
419
  <br/>
442
420
 
443
- ## 🎯 功能矩阵
444
-
445
- ### 主控制台
421
+ ## 🏆 开发者评价
446
422
 
447
423
  <table>
448
424
  <tr>
449
- <td align="center" width="25%">
450
- <h3>🚀</h3>
451
- <b>快速开始</b>
452
- <br/><sub>初始化 · 更新 · 健康检查</sub>
453
- </td>
454
- <td align="center" width="25%">
455
- <h3>🔔</h3>
456
- <b>任务通知</b>
457
- <br/><sub>桌面推送 · 多平台支持</sub>
458
- </td>
459
- <td align="center" width="25%">
460
- <h3>🧩</h3>
461
- <b>扩展中心</b>
462
- <br/><sub>CCR · CCUsage · Cometix</sub>
463
- </td>
464
- <td align="center" width="25%">
465
- <h3>⚙️</h3>
466
- <b>高级配置</b>
467
- <br/><sub>MCP · 权限 · 上下文</sub>
468
- </td>
469
- </tr>
470
- </table>
471
-
472
- ### 扩展生态
473
-
474
- | 扩展 | 描述 | 核心能力 |
475
- |:-----|:-----|:---------|
476
- | **🔀 CCR** | Claude Code Router | 多提供商智能路由、负载均衡、故障转移 |
477
- | **📊 CCUsage** | 使用量分析平台 | Token 消耗追踪、成本优化建议、趋势预测 |
478
- | **🎨 Cometix** | UI 定制引擎 | 主题系统、布局自定义、视觉增强 |
479
- | **⚡ Superpowers** | 能力增强模块 | 高级功能解锁、性能优化、实验特性 |
480
- | **🏪 MCP 市场** | 协议扩展商店 | 一键安装、版本管理、依赖解析 |
481
-
482
- <br/>
483
-
484
- ---
485
-
486
- <br/>
487
-
488
- ## 🌟 生态致谢
425
+ <td width="50%">
489
426
 
490
- <div align="center">
427
+ > *"终于有一个工具让 Claude Code 在生产环境真正可用了。光是多代理审查就帮我们避免了无数 Bug。"*
428
+ >
429
+ > — **某 B 轮创业公司技术负责人**
491
430
 
492
- > *CCJK 的诞生离不开这些优秀项目的支持*
431
+ </td>
432
+ <td width="50%">
493
433
 
494
- <br/>
434
+ > *"配置用了 3 分钟,5 分钟后就开始高效产出了。开发工具就应该这样。"*
435
+ >
436
+ > — **某大厂高级开发**
495
437
 
496
- <table>
497
- <tr>
498
- <td align="center" width="20%">
499
- <a href="https://github.com/anthropics/claude-code">
500
- <img src="https://avatars.githubusercontent.com/u/76263028?s=80" width="60" alt="Anthropic"/>
501
- <br/><b>Claude Code</b>
502
- </a>
503
- <br/><sub>AI 编程基座</sub>
504
- </td>
505
- <td align="center" width="20%">
506
- <a href="https://github.com/anthropics/anthropic-sdk-typescript">
507
- <img src="https://avatars.githubusercontent.com/u/76263028?s=80" width="60" alt="Anthropic SDK"/>
508
- <br/><b>Anthropic SDK</b>
509
- </a>
510
- <br/><sub>API 交互层</sub>
511
- </td>
512
- <td align="center" width="20%">
513
- <a href="https://github.com/nicepkg/ccr">
514
- <img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="CCR"/>
515
- <br/><b>CCR</b>
516
- </a>
517
- <br/><sub>多提供商路由</sub>
518
- </td>
519
- <td align="center" width="20%">
520
- <a href="https://github.com/nicepkg/ccusage">
521
- <img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="CCUsage"/>
522
- <br/><b>CCUsage</b>
523
- </a>
524
- <br/><sub>使用量分析</sub>
525
- </td>
526
- <td align="center" width="20%">
527
- <a href="https://github.com/nicepkg/cometix">
528
- <img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="Cometix"/>
529
- <br/><b>Cometix</b>
530
- </a>
531
- <br/><sub>UI 定制</sub>
532
438
  </td>
533
439
  </tr>
534
440
  <tr>
535
- <td align="center" width="20%">
536
- <a href="https://github.com/nicepkg/superpowers">
537
- <img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="Superpowers"/>
538
- <br/><b>Superpowers</b>
539
- </a>
540
- <br/><sub>能力增强</sub>
541
- </td>
542
- <td align="center" width="20%">
543
- <a href="https://modelcontextprotocol.io/">
544
- <img src="https://avatars.githubusercontent.com/u/182288589?s=80" width="60" alt="MCP"/>
545
- <br/><b>MCP</b>
546
- </a>
547
- <br/><sub>协议标准</sub>
548
- </td>
549
- <td align="center" width="20%">
550
- <a href="https://nodejs.org/">
551
- <img src="https://nodejs.org/static/logos/nodejsLight.svg" width="60" alt="Node.js"/>
552
- <br/><b>Node.js</b>
553
- </a>
554
- <br/><sub>运行时环境</sub>
555
- </td>
556
- <td align="center" width="20%">
557
- <a href="https://www.typescriptlang.org/">
558
- <img src="https://raw.githubusercontent.com/remojansen/logo.ts/master/ts.png" width="60" alt="TypeScript"/>
559
- <br/><b>TypeScript</b>
560
- </a>
561
- <br/><sub>类型系统</sub>
562
- </td>
563
- <td align="center" width="20%">
564
- <a href="https://pnpm.io/">
565
- <img src="https://pnpm.io/img/pnpm-no-name-with-frame.svg" width="60" alt="pnpm"/>
566
- <br/><b>pnpm</b>
567
- </a>
568
- <br/><sub>包管理器</sub>
569
- </td>
570
- </tr>
571
- </table>
441
+ <td width="50%">
572
442
 
573
- <br/>
443
+ > *"Token 节省是真实的。我们的 Claude API 成本降了 70%,效果反而更好。"*
444
+ >
445
+ > — **工程经理**
574
446
 
575
- **特别感谢**
447
+ </td>
448
+ <td width="50%">
576
449
 
577
- [Anthropic](https://www.anthropic.com/) · [nicepkg](https://github.com/nicepkg) · [Model Context Protocol](https://modelcontextprotocol.io/) · 以及所有贡献者 ❤️
450
+ > *"用过 CCJK 就回不去原版 Claude Code 了。现在它是我的基础设施。"*
451
+ >
452
+ > — **独立开发者**
578
453
 
579
- </div>
454
+ </td>
455
+ </tr>
456
+ </table>
580
457
 
581
458
  <br/>
582
459
 
@@ -584,19 +461,15 @@ ccjk
584
461
 
585
462
  <br/>
586
463
 
587
- ## 📈 项目状态
588
-
589
- <div align="center">
464
+ ## 🤝 参与贡献
590
465
 
591
- <a href="https://star-history.com/#miounet11/ccjk&Date">
592
- <picture>
593
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=miounet11/ccjk&type=Date&theme=dark" />
594
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=miounet11/ccjk&type=Date" />
595
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=miounet11/ccjk&type=Date" />
596
- </picture>
597
- </a>
466
+ 欢迎各种形式的贡献!
598
467
 
599
- </div>
468
+ | 类型 | 链接 |
469
+ |:-----|:-----|
470
+ | 🐛 报告 Bug | [提交 Issue](https://github.com/miounet11/ccjk/issues/new) |
471
+ | 💡 功能建议 | [发起讨论](https://github.com/miounet11/ccjk/discussions) |
472
+ | 🔧 提交代码 | [贡献指南](CONTRIBUTING.md) |
600
473
 
601
474
  <br/>
602
475
 
@@ -604,35 +477,15 @@ ccjk
604
477
 
605
478
  <br/>
606
479
 
607
- ## 🤝 参与贡献
608
-
609
- 我们欢迎所有形式的贡献!
610
-
611
- <table>
612
- <tr>
613
- <td width="33%" align="center">
614
-
615
- **🐛 报告问题**
616
-
617
- 发现 Bug?[提交 Issue](https://github.com/miounet11/ccjk/issues/new)
618
-
619
- </td>
620
- <td width="33%" align="center">
621
-
622
- **💡 功能建议**
480
+ ## 🌟 致谢
623
481
 
624
- 有好想法?[发起讨论](https://github.com/miounet11/ccjk/discussions)
625
-
626
- </td>
627
- <td width="33%" align="center">
482
+ <div align="center">
628
483
 
629
- **🔧 提交代码**
484
+ 站在巨人的肩膀上:
630
485
 
631
- 想要贡献?[查看指南](CONTRIBUTING.md)
486
+ [Anthropic](https://www.anthropic.com/) · [Claude Code](https://github.com/anthropics/claude-code) · [nicepkg](https://github.com/nicepkg) · [MCP](https://modelcontextprotocol.io/)
632
487
 
633
- </td>
634
- </tr>
635
- </table>
488
+ </div>
636
489
 
637
490
  <br/>
638
491
 
@@ -640,34 +493,11 @@ ccjk
640
493
 
641
494
  <br/>
642
495
 
643
- ## 💬 社区与支持
644
-
645
496
  <div align="center">
646
497
 
647
- <table>
648
- <tr>
649
- <td align="center" width="33%">
650
- <a href="https://github.com/miounet11/ccjk/discussions">
651
- <img src="https://img.shields.io/badge/GitHub-Discussions-181717?style=for-the-badge&logo=github" alt="GitHub Discussions"/>
652
- </a>
653
- <br/><sub>技术讨论</sub>
654
- </td>
655
- <td align="center" width="33%">
656
- <a href="https://github.com/miounet11/ccjk/issues">
657
- <img src="https://img.shields.io/badge/GitHub-Issues-181717?style=for-the-badge&logo=github" alt="GitHub Issues"/>
658
- </a>
659
- <br/><sub>问题反馈</sub>
660
- </td>
661
- <td align="center" width="33%">
662
- <a href="https://twitter.com/anthropaborat">
663
- <img src="https://img.shields.io/badge/Twitter-Follow-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter"/>
664
- </a>
665
- <br/><sub>最新动态</sub>
666
- </td>
667
- </tr>
668
- </table>
498
+ ## 📜 开源协议
669
499
 
670
- </div>
500
+ **MIT License** © 2025 [CCJK Contributors](https://github.com/miounet11/ccjk/graphs/contributors)
671
501
 
672
502
  <br/>
673
503
 
@@ -675,30 +505,26 @@ ccjk
675
505
 
676
506
  <br/>
677
507
 
678
- <div align="center">
508
+ <h3>🚀 准备好 10 倍提升效率了吗?</h3>
679
509
 
680
- ## 📜 开源协议
681
-
682
- **MIT License** © 2025 [CCJK Contributors](https://github.com/miounet11/ccjk/graphs/contributors)
510
+ ```bash
511
+ npx ccjk
512
+ ```
683
513
 
684
514
  <br/>
685
515
 
686
- ---
516
+ **如果 CCJK 帮到了你,请给我们一个 ⭐ Star!**
687
517
 
688
518
  <br/>
689
519
 
690
520
  <sub>
691
521
 
692
- **CCJK** — *Cognitive Enhancement Engine for Claude Code*
522
+ **CCJK** — *Claude Code 终极增强器*
693
523
 
694
- 用 ❤️ 打造 · 为开发者赋能
524
+ 用 ❤️ 为高效开发者打造
695
525
 
696
526
  </sub>
697
527
 
698
- <br/>
699
-
700
- **如果 CCJK 帮助了你,请给我们一个 ⭐ Star!**
701
-
702
528
  </div>
703
529
 
704
530
  <!-- 徽章链接 -->