ccjk 1.4.0 → 2.0.0
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.ja.md +249 -297
- package/README.ko.md +241 -290
- package/README.md +216 -360
- package/README.zh-CN.md +234 -311
- package/dist/chunks/claude-code-config-manager.mjs +7 -7
- package/dist/chunks/claude-code-incremental-manager.mjs +1 -1
- package/dist/chunks/codex-config-switch.mjs +3 -3
- package/dist/chunks/codex-uninstaller.mjs +2 -2
- package/dist/chunks/features.mjs +10 -10
- package/dist/chunks/simple-config.mjs +388 -45
- package/dist/chunks/smart-guide.mjs +234 -0
- package/dist/cli.mjs +2325 -1317
- package/dist/i18n/locales/en/marketplace.json +84 -0
- package/dist/i18n/locales/en/menu.json +38 -1
- package/dist/i18n/locales/en/skills.json +140 -0
- package/dist/i18n/locales/en/smartGuide.json +49 -0
- package/dist/i18n/locales/en/subagent.json +69 -0
- package/dist/i18n/locales/en/superpowers.json +58 -0
- package/dist/i18n/locales/en/workflow.json +28 -9
- package/dist/i18n/locales/zh-CN/marketplace.json +84 -0
- package/dist/i18n/locales/zh-CN/menu.json +38 -1
- package/dist/i18n/locales/zh-CN/skills.json +140 -0
- package/dist/i18n/locales/zh-CN/smartGuide.json +49 -0
- package/dist/i18n/locales/zh-CN/subagent.json +69 -0
- package/dist/i18n/locales/zh-CN/superpowers.json +58 -0
- package/dist/i18n/locales/zh-CN/workflow.json +28 -9
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +26 -27
- package/templates/claude-code/en/workflow/essential/commands/feat.md +196 -51
- package/templates/claude-code/zh-CN/workflow/essential/commands/feat.md +194 -51
- package/templates/common/skills/en/brainstorming.md +64 -0
- package/templates/common/skills/en/code-review.md +81 -0
- package/templates/common/skills/en/documentation-gen.md +808 -0
- package/templates/common/skills/en/executing-plans.md +75 -0
- package/templates/common/skills/en/git-commit.md +216 -0
- package/templates/common/skills/en/interview.md +223 -0
- package/templates/common/skills/en/migration-assistant.md +312 -0
- package/templates/common/skills/en/performance-profiling.md +576 -0
- package/templates/common/skills/en/pr-review.md +341 -0
- package/templates/common/skills/en/refactoring.md +384 -0
- package/templates/common/skills/en/security-audit.md +462 -0
- package/templates/common/skills/en/systematic-debugging.md +82 -0
- package/templates/common/skills/en/tdd-workflow.md +93 -0
- package/templates/common/skills/en/verification.md +81 -0
- package/templates/common/skills/en/workflow.md +370 -0
- package/templates/common/skills/en/writing-plans.md +78 -0
- package/templates/common/skills/zh-CN/documentation-gen.md +807 -0
- package/templates/common/skills/zh-CN/migration-assistant.md +318 -0
- package/templates/common/skills/zh-CN/performance-profiling.md +746 -0
- package/templates/common/skills/zh-CN/pr-review.md +341 -0
- package/templates/common/skills/zh-CN/refactoring.md +384 -0
- package/templates/common/skills/zh-CN/security-audit.md +462 -0
- package/templates/common/smart-guide/en/smart-guide.md +72 -0
- package/templates/common/smart-guide/zh-CN/smart-guide.md +72 -0
- package/templates/common/workflow/sixStep/en/workflow.md +137 -31
- package/templates/common/workflow/sixStep/zh-CN/workflow.md +152 -10
package/README.zh-CN.md
CHANGED
|
@@ -1,40 +1,43 @@
|
|
|
1
1
|
<!--
|
|
2
|
-
SEO Meta: CCJK - Claude Code 锦库 | 最强AI编程助手 | 11+AI代理 |
|
|
3
|
-
Description: CCJK
|
|
2
|
+
SEO Meta: CCJK - Claude Code 锦库 | 最强AI编程助手 | 智能技能系统 | 11+AI代理 | 热重载 | 零配置
|
|
3
|
+
Description: CCJK 2.0 是最先进的AI编程工具包。具有智能技能热重载、11+AI代理、上下文感知、子代理编排和权限系统。AI辅助开发的未来。
|
|
4
|
+
Keywords: claude code, AI编程助手, claude code扩展, AI开发工具, 代码自动化, AI代理, copilot替代品, cursor替代品, 免费AI编程, 开源AI工具
|
|
4
5
|
-->
|
|
5
6
|
|
|
6
7
|
<div align="center">
|
|
7
8
|
|
|
8
|
-
|
|
9
|
-
<img src="https://raw.githubusercontent.com/miounet11/ccjk/main/docs/assets/ccjk-logo.png" alt="CCJK Logo" width="200" />
|
|
9
|
+
<img src="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png" alt="CCJK Logo" width="180" />
|
|
10
10
|
|
|
11
11
|
# CCJK - Claude Code 锦库
|
|
12
12
|
|
|
13
|
-
###
|
|
13
|
+
### 🚀 最先进的 AI 编程助手增强工具包
|
|
14
14
|
|
|
15
15
|
[![npm version][npm-version-src]][npm-version-href]
|
|
16
16
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
17
17
|
[![License][license-src]][license-href]
|
|
18
18
|
[![GitHub stars][stars-src]][stars-href]
|
|
19
|
-
[](https://github.com/
|
|
19
|
+
[](https://github.com/anthropics/claude-code/pulls)
|
|
20
20
|
|
|
21
21
|
**[English](README.md)** | **[简体中文](README.zh-CN.md)** | **[日本語](README.ja.md)** | **[한국어](README.ko.md)**
|
|
22
22
|
|
|
23
23
|
<br/>
|
|
24
24
|
|
|
25
|
-
## 🎉
|
|
25
|
+
## 🎉 v2.0.0 - 革命性技能系统!(2025年1月)
|
|
26
26
|
|
|
27
|
-
>
|
|
28
|
-
> - 🌟 **访谈驱动开发 (IDD)** - 现已成为推荐首选工作流!
|
|
29
|
-
> - 📋 精简工作流菜单,5个清晰选项
|
|
30
|
-
> - 🔧 新增必备工作流模板
|
|
31
|
-
> - 🌐 更新国际化支持 (中/英)
|
|
27
|
+
> **🧠 智能技能架构 - AI编程的未来**
|
|
32
28
|
>
|
|
33
|
-
>
|
|
29
|
+
> - 🔥 **智能技能热重载** - 编辑技能,即时生效,无需重启
|
|
30
|
+
> - 🤖 **子代理编排** - 并行/串行任务执行,多AI协作
|
|
31
|
+
> - 🛡️ **权限系统** - 细粒度访问控制,支持通配符模式
|
|
32
|
+
> - ⚡ **生命周期钩子** - before/after/error 完整控制流程
|
|
33
|
+
> - 🎯 **上下文感知激活** - 根据工作内容自动激活相关技能
|
|
34
|
+
> - 📦 **22+ 内置技能模板** - PR审查、安全审计、重构、文档生成等
|
|
35
|
+
>
|
|
36
|
+
> **⭐ 在 GitHub 上给我们 Star 支持项目!**
|
|
34
37
|
|
|
35
38
|
<br/>
|
|
36
39
|
|
|
37
|
-
> 💡
|
|
40
|
+
> 💡 **一条命令,超级增强你的AI编程体验**
|
|
38
41
|
>
|
|
39
42
|
> ```bash
|
|
40
43
|
> npx ccjk
|
|
@@ -42,29 +45,33 @@
|
|
|
42
45
|
|
|
43
46
|
<br/>
|
|
44
47
|
|
|
45
|
-
[📖 快速入门](#-快速入门) · [🚀
|
|
48
|
+
[📖 快速入门](#-快速入门) · [🚀 革命性功能](#-革命性功能) · [💬 社区支持](#-社区与支持) · [🤝 参与贡献](#-参与贡献)
|
|
46
49
|
|
|
47
50
|
</div>
|
|
48
51
|
|
|
49
52
|
---
|
|
50
53
|
|
|
51
|
-
## 🎯 什么是CCJK?
|
|
54
|
+
## 🎯 什么是 CCJK?
|
|
52
55
|
|
|
53
|
-
**CCJK
|
|
56
|
+
**CCJK (Claude Code 锦库)** 将 Claude Code 从简单的AI助手转变为**完整的AI开发强力引擎**。通过革命性的**智能技能系统**、11+专业AI代理和智能自动化,CCJK帮助你**10倍速**编写更好的代码。
|
|
54
57
|
|
|
55
58
|
<table>
|
|
56
59
|
<tr>
|
|
57
|
-
<td width="
|
|
60
|
+
<td width="25%" align="center">
|
|
61
|
+
<h3>🧠 智能技能</h3>
|
|
62
|
+
<p>热重载、上下文感知、自动激活</p>
|
|
63
|
+
</td>
|
|
64
|
+
<td width="25%" align="center">
|
|
58
65
|
<h3>🤖 11+ AI代理</h3>
|
|
59
|
-
<p>安全、性能、测试、DevOps
|
|
66
|
+
<p>安全、性能、测试、DevOps专家</p>
|
|
60
67
|
</td>
|
|
61
|
-
<td width="
|
|
68
|
+
<td width="25%" align="center">
|
|
62
69
|
<h3>⚡ 零配置</h3>
|
|
63
|
-
<p
|
|
70
|
+
<p>一条命令,即刻运行</p>
|
|
64
71
|
</td>
|
|
65
|
-
<td width="
|
|
66
|
-
<h3>🆓 100
|
|
67
|
-
<p
|
|
72
|
+
<td width="25%" align="center">
|
|
73
|
+
<h3>🆓 100% 免费</h3>
|
|
74
|
+
<p>开源项目,MIT许可证</p>
|
|
68
75
|
</td>
|
|
69
76
|
</tr>
|
|
70
77
|
</table>
|
|
@@ -73,133 +80,190 @@
|
|
|
73
80
|
|
|
74
81
|
## 🚀 快速入门
|
|
75
82
|
|
|
76
|
-
###
|
|
83
|
+
### 一键安装
|
|
77
84
|
|
|
78
85
|
```bash
|
|
79
|
-
#
|
|
86
|
+
# 推荐:交互式安装
|
|
87
|
+
npx ccjk
|
|
88
|
+
|
|
89
|
+
# 或全局安装
|
|
90
|
+
npm install -g ccjk
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### 🇨🇳 中国用户安装(国内镜像)
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
# 方式一:使用 npmmirror 镜像(推荐,最快)
|
|
80
97
|
npm install -g ccjk --registry https://registry.npmmirror.com
|
|
81
98
|
|
|
82
|
-
# 方式二:使用 ghproxy
|
|
83
|
-
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/
|
|
99
|
+
# 方式二:使用 ghproxy 代理
|
|
100
|
+
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/anthropics/claude-code/main/install.sh | bash
|
|
84
101
|
|
|
85
102
|
# 方式三:使用 jsdelivr CDN
|
|
86
|
-
curl -fsSL https://cdn.jsdelivr.net/gh/
|
|
87
|
-
|
|
88
|
-
# 方式四:国际线路(需科学上网)
|
|
89
|
-
curl -fsSL https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
|
|
103
|
+
curl -fsSL https://cdn.jsdelivr.net/gh/anthropics/claude-code@main/install.sh | bash
|
|
90
104
|
```
|
|
91
105
|
|
|
92
|
-
###
|
|
106
|
+
### 开始使用
|
|
93
107
|
|
|
94
108
|
```bash
|
|
95
|
-
#
|
|
96
|
-
|
|
97
|
-
cd ccjk && pnpm install && pnpm build && npm install -g .
|
|
109
|
+
# 运行交互式菜单
|
|
110
|
+
ccjk
|
|
98
111
|
|
|
99
|
-
#
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
# 方式C:直接运行(无需安装)
|
|
103
|
-
npx ccjk
|
|
112
|
+
# 或直接启动增强版 Claude Code
|
|
113
|
+
claude
|
|
104
114
|
```
|
|
105
115
|
|
|
106
|
-
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## ✨ 革命性功能
|
|
107
119
|
|
|
108
|
-
|
|
120
|
+
### 🧠 智能技能系统 2.0(全新!)
|
|
121
|
+
|
|
122
|
+
AI编程助手领域最先进的技能系统:
|
|
109
123
|
|
|
110
124
|
```
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
126
|
+
│ 🧠 CCJK 智能技能架构 │
|
|
127
|
+
├─────────────────────────────────────────────────────────────────┤
|
|
128
|
+
│ │
|
|
129
|
+
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────────────────┐ │
|
|
130
|
+
│ │ 钩子 │ │ 子代理 │ │ 权限 │ │
|
|
131
|
+
│ │ 系统 │ │ 管理器 │ │ 系统 │ │
|
|
132
|
+
│ │ │ │ │ │ │ │
|
|
133
|
+
│ │ • before │ │ • 并行执行 │ │ • 允许/拒绝规则 │ │
|
|
134
|
+
│ │ • after │ │ • 串行执行 │ │ • 通配符匹配 │ │
|
|
135
|
+
│ │ • error │ │ • 执行记录 │ │ • 文件/命令控制 │ │
|
|
136
|
+
│ └──────┬──────┘ └──────┬──────┘ └───────────┬─────────────┘ │
|
|
137
|
+
│ │ │ │ │
|
|
138
|
+
│ └────────────────┼─────────────────────┘ │
|
|
139
|
+
│ │ │
|
|
140
|
+
│ ┌───────────▼───────────┐ │
|
|
141
|
+
│ │ 热重载引擎 │ │
|
|
142
|
+
│ │ │ │
|
|
143
|
+
│ │ • 文件监控 │ │
|
|
144
|
+
│ │ • 智能缓存 │ │
|
|
145
|
+
│ │ • 自动发现 │ │
|
|
146
|
+
│ │ • 即时激活 │ │
|
|
147
|
+
│ └───────────────────────┘ │
|
|
148
|
+
│ │
|
|
149
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
125
150
|
```
|
|
126
151
|
|
|
127
|
-
|
|
152
|
+
#### 🔥 热重载 - 编辑技能,即时生效
|
|
128
153
|
|
|
129
|
-
|
|
154
|
+
```yaml
|
|
155
|
+
# 编辑任何技能文件,更改立即生效!
|
|
156
|
+
# 无需重启,无需配置。
|
|
130
157
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
158
|
+
# 示例: ~/.ccjk/skills/my-skill.md
|
|
159
|
+
---
|
|
160
|
+
name: my-custom-skill
|
|
161
|
+
trigger: /my-skill
|
|
162
|
+
auto_activate:
|
|
163
|
+
file_patterns: ["*.ts", "*.tsx"]
|
|
164
|
+
keywords: ["重构", "优化"]
|
|
165
|
+
hooks:
|
|
166
|
+
before: validate-context
|
|
167
|
+
after: generate-report
|
|
168
|
+
---
|
|
135
169
|
|
|
136
|
-
|
|
170
|
+
你的技能指令写在这里...
|
|
171
|
+
```
|
|
137
172
|
|
|
138
|
-
|
|
173
|
+
#### 🤖 子代理编排
|
|
139
174
|
|
|
140
|
-
|
|
175
|
+
并行或串行运行多个AI代理,实现复杂任务自动化:
|
|
141
176
|
|
|
142
|
-
|
|
177
|
+
```yaml
|
|
178
|
+
subagents:
|
|
179
|
+
- name: security-scan
|
|
180
|
+
model: sonnet
|
|
181
|
+
task: "扫描安全漏洞"
|
|
182
|
+
- name: performance-check
|
|
183
|
+
model: haiku
|
|
184
|
+
task: "分析性能问题"
|
|
185
|
+
depends_on: security-scan # 串行执行,等待安全扫描完成
|
|
186
|
+
```
|
|
143
187
|
|
|
144
|
-
|
|
188
|
+
#### 🛡️ 权限系统
|
|
189
|
+
|
|
190
|
+
细粒度访问控制,保护敏感文件:
|
|
191
|
+
|
|
192
|
+
```yaml
|
|
193
|
+
permissions:
|
|
194
|
+
allow:
|
|
195
|
+
- "src/**/*.ts" # 允许所有 TypeScript 文件
|
|
196
|
+
- "!src/**/*.test.ts" # 排除测试文件
|
|
197
|
+
deny:
|
|
198
|
+
- ".env*" # 永不触碰环境变量文件
|
|
199
|
+
- "node_modules/**" # 跳过 node_modules
|
|
200
|
+
commands:
|
|
201
|
+
allow: ["npm test", "npm run build"]
|
|
202
|
+
deny: ["rm -rf", "sudo *"]
|
|
203
|
+
```
|
|
145
204
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
|
149
|
-
|
|
150
|
-
|
|
|
151
|
-
|
|
|
152
|
-
|
|
|
153
|
-
|
|
|
154
|
-
|
|
|
205
|
+
### 📦 22+ 内置技能模板
|
|
206
|
+
|
|
207
|
+
| 分类 | 技能 | 描述 |
|
|
208
|
+
|------|------|------|
|
|
209
|
+
| **代码质量** | `pr-review`, `code-review`, `refactoring` | 全面代码分析与审查 |
|
|
210
|
+
| **安全** | `security-audit`, `vulnerability-scan` | OWASP、CVE漏洞检测 |
|
|
211
|
+
| **性能** | `performance-profiling`, `optimization` | 速度和内存分析优化 |
|
|
212
|
+
| **文档** | `documentation-gen`, `api-docs` | 自动生成高质量文档 |
|
|
213
|
+
| **测试** | `tdd-workflow`, `test-generation` | 测试驱动开发支持 |
|
|
214
|
+
| **DevOps** | `git-commit`, `ci-cd-setup` | 自动化工作流配置 |
|
|
215
|
+
| **迁移** | `migration-assistant`, `upgrade-helper` | 框架版本迁移助手 |
|
|
216
|
+
| **规划** | `writing-plans`, `executing-plans` | 项目规划与执行 |
|
|
217
|
+
|
|
218
|
+
### 🤖 AI 代理军团
|
|
219
|
+
|
|
220
|
+
你的私人AI开发团队,24/7全天候服务:
|
|
221
|
+
|
|
222
|
+
| 代理 | 专长 | 使用场景 |
|
|
223
|
+
|------|------|----------|
|
|
224
|
+
| 🛡️ **安全专家** | 漏洞检测、OWASP | "审查这段认证代码的安全性" |
|
|
225
|
+
| ⚡ **性能专家** | 速度优化、内存 | "为什么我的应用这么慢?" |
|
|
226
|
+
| 🧪 **测试专家** | 单元测试、覆盖率 | "为这个函数添加测试" |
|
|
227
|
+
| 🚀 **DevOps专家** | CI/CD、Docker、K8s | "创建 GitHub Actions 工作流" |
|
|
228
|
+
| 📝 **代码审查员** | 最佳实践、代码质量 | "审查这个 PR" |
|
|
229
|
+
| 🏗️ **API架构师** | REST、GraphQL设计 | "设计用户管理 API" |
|
|
230
|
+
| 💾 **数据库专家** | 查询优化、索引 | "优化这个 SQL 查询" |
|
|
155
231
|
| 🎨 **前端架构师** | React、Vue、无障碍 | "重构这个组件" |
|
|
156
232
|
| ⚙️ **后端架构师** | 微服务、事件驱动 | "设计可扩展的后端" |
|
|
157
233
|
| 📚 **文档专家** | API文档、README | "为这个代码库写文档" |
|
|
158
|
-
| 🔄 **重构专家** |
|
|
234
|
+
| 🔄 **重构专家** | 整洁代码、SOLID | "应用设计模式重构" |
|
|
159
235
|
|
|
160
|
-
### 🔍
|
|
236
|
+
### 🔍 审查引擎 - AI代码审计器
|
|
161
237
|
|
|
162
|
-
|
|
238
|
+
全自动AI代码审计器,无需预定义规则:
|
|
163
239
|
|
|
164
240
|
```
|
|
165
241
|
┌─────────────────────────────────────────────────────────────┐
|
|
166
|
-
│ 🧠 ShenCha
|
|
242
|
+
│ 🧠 审查引擎 (ShenCha) │
|
|
167
243
|
├─────────────────────────────────────────────────────────────┤
|
|
168
244
|
│ │
|
|
169
|
-
│ 1️⃣ 扫描
|
|
170
|
-
│ 2️⃣ 分析
|
|
171
|
-
│ 3️⃣ 修复
|
|
172
|
-
│ 4️⃣ 验证
|
|
245
|
+
│ 1️⃣ 扫描 → AI智能发现问题(无需预定义规则) │
|
|
246
|
+
│ 2️⃣ 分析 → 深度理解上下文和影响范围 │
|
|
247
|
+
│ 3️⃣ 修复 → 自动生成并应用修复方案 │
|
|
248
|
+
│ 4️⃣ 验证 → 确认修复正确工作 │
|
|
173
249
|
│ │
|
|
174
|
-
│ ✅ 72
|
|
175
|
-
│ ✅ 生成全面的审计报告
|
|
250
|
+
│ ✅ 72小时周期持续运行 │
|
|
251
|
+
│ ✅ 生成全面的审计报告 │
|
|
176
252
|
│ │
|
|
177
253
|
└─────────────────────────────────────────────────────────────┘
|
|
178
254
|
```
|
|
179
255
|
|
|
180
|
-
###
|
|
256
|
+
### 🎤 访谈驱动开发
|
|
181
257
|
|
|
182
|
-
|
|
258
|
+
> **"先访谈,再规格,最后编码。"** - 避免做错方向
|
|
183
259
|
|
|
184
260
|
```bash
|
|
185
|
-
#
|
|
186
|
-
ccjk
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
# Python开发者
|
|
190
|
-
ccjk skills create-batch --lang python
|
|
191
|
-
# 创建: py-debug, py-refactor, py-test, py-lint, py-type
|
|
192
|
-
|
|
193
|
-
# SEO优化
|
|
194
|
-
ccjk skills create-batch --seo
|
|
195
|
-
# 创建: meta-optimize, sitemap-generate, schema-markup, core-web-vitals
|
|
196
|
-
|
|
197
|
-
# DevOps自动化
|
|
198
|
-
ccjk skills create-batch --devops
|
|
199
|
-
# 创建: docker-setup, ci-pipeline, deploy-script, monitoring
|
|
261
|
+
ccjk interview # 智能模式选择
|
|
262
|
+
ccjk interview --quick # 10个核心问题(快速)
|
|
263
|
+
ccjk interview --deep # 40+全面问题(深度)
|
|
200
264
|
```
|
|
201
265
|
|
|
202
|
-
### 🌐 13
|
|
266
|
+
### 🌐 13+ API 提供商
|
|
203
267
|
|
|
204
268
|
一键连接任意AI提供商:
|
|
205
269
|
|
|
@@ -207,195 +271,82 @@ ccjk skills create-batch --devops
|
|
|
207
271
|
|--------|------|:--------:|
|
|
208
272
|
| **Anthropic** | 官方 | - |
|
|
209
273
|
| **302.AI** | 国内服务 | ✅ |
|
|
210
|
-
| **DeepSeek** |
|
|
274
|
+
| **DeepSeek** | 高性价比 | ✅ |
|
|
211
275
|
| **SiliconFlow** | 国内服务 | ✅ |
|
|
212
|
-
|
|
|
213
|
-
| **Kimi** |
|
|
214
|
-
| **
|
|
276
|
+
| **通义千问** | 阿里云 | ✅ |
|
|
277
|
+
| **Kimi** | 月之暗面 | ✅ |
|
|
278
|
+
| **智谱GLM** | 清华系 | ✅ |
|
|
215
279
|
| **Ollama** | 本地部署 | ✅ |
|
|
216
280
|
| OpenRouter, Groq, Gemini... | 国际服务 | 部分免费 |
|
|
217
281
|
|
|
218
|
-
|
|
219
|
-
# 快速配置API
|
|
220
|
-
ccjk api setup deepseek sk-你的API密钥
|
|
221
|
-
|
|
222
|
-
# 或使用交互式向导
|
|
223
|
-
ccjk api wizard
|
|
224
|
-
```
|
|
225
|
-
|
|
226
|
-
### 🔌 插件系统
|
|
227
|
-
|
|
228
|
-
用自定义插件扩展CCJK:
|
|
229
|
-
|
|
230
|
-
```typescript
|
|
231
|
-
// ~/.ccjk/plugins/my-plugin/index.ts
|
|
232
|
-
export default {
|
|
233
|
-
name: 'my-awesome-plugin',
|
|
234
|
-
version: '1.0.0',
|
|
235
|
-
|
|
236
|
-
// 添加自定义代理
|
|
237
|
-
agents: [
|
|
238
|
-
{ name: 'my-agent', model: 'sonnet', template: '...' }
|
|
239
|
-
],
|
|
240
|
-
|
|
241
|
-
// 添加自定义技能
|
|
242
|
-
skills: [
|
|
243
|
-
{ id: 'my-skill', trigger: '/my-skill', template: '...' }
|
|
244
|
-
],
|
|
282
|
+
---
|
|
245
283
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
284
|
+
## 📊 为什么 CCJK 是第一名
|
|
285
|
+
|
|
286
|
+
| 功能 | CCJK 2.0 | Cursor | Copilot | 其他工具 |
|
|
287
|
+
|------|:--------:|:------:|:-------:|:--------:|
|
|
288
|
+
| **智能技能** | ✅ 热重载 | ❌ | ❌ | ❌ |
|
|
289
|
+
| **AI代理** | **11+** | 2 | 1 | 0-2 |
|
|
290
|
+
| **子代理系统** | ✅ | ❌ | ❌ | ❌ |
|
|
291
|
+
| **权限控制** | ✅ | ❌ | ❌ | ❌ |
|
|
292
|
+
| **生命周期钩子** | ✅ | ❌ | ❌ | ❌ |
|
|
293
|
+
| **多提供商** | **13+** | 1 | 1 | 1-3 |
|
|
294
|
+
| **上下文感知** | ✅ | 部分 | ❌ | ❌ |
|
|
295
|
+
| **零配置** | ✅ | ❌ | ❌ | ❌ |
|
|
296
|
+
| **开源** | ✅ | ❌ | ❌ | 部分 |
|
|
297
|
+
| **免费** | ✅ | ❌ | ❌ | 部分 |
|
|
250
298
|
|
|
251
299
|
---
|
|
252
300
|
|
|
253
301
|
## 📖 命令速查表
|
|
254
302
|
|
|
255
|
-
###
|
|
256
|
-
|
|
257
|
-
| 命令 | 说明 | 使用时机 |
|
|
258
|
-
|------|------|---------|
|
|
259
|
-
| `npx ccjk` | 交互式菜单 | 首次安装配置 |
|
|
260
|
-
| `ccjk setup` | 引导式向导 | CCJK新手 |
|
|
261
|
-
| `ccjk doctor` | 环境健康检查 | 遇到问题时 |
|
|
262
|
-
| `ccjk upgrade` | 升级所有组件 | 保持最新版本 |
|
|
263
|
-
|
|
264
|
-
### 配置命令
|
|
303
|
+
### 基础命令
|
|
265
304
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
| `ccjk api test` | 测试API连接 |
|
|
273
|
-
|
|
274
|
-
### 工具管理
|
|
275
|
-
|
|
276
|
-
| 命令 | 说明 |
|
|
277
|
-
|------|------|
|
|
278
|
-
| `ccjk tools list` | 显示所有AI编程工具 |
|
|
279
|
-
| `ccjk tools install <工具>` | 安装指定工具 |
|
|
280
|
-
| `ccjk tools status` | 查看安装状态 |
|
|
305
|
+
```bash
|
|
306
|
+
npx ccjk # 交互式设置菜单
|
|
307
|
+
ccjk setup # 引导式入门向导
|
|
308
|
+
ccjk doctor # 环境健康检查
|
|
309
|
+
ccjk upgrade # 更新所有组件
|
|
310
|
+
```
|
|
281
311
|
|
|
282
|
-
###
|
|
312
|
+
### 技能管理
|
|
283
313
|
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
314
|
+
```bash
|
|
315
|
+
ccjk skills list # 列出所有技能
|
|
316
|
+
ccjk skills create my-skill # 创建新技能
|
|
317
|
+
ccjk skills enable <skill> # 启用技能
|
|
318
|
+
ccjk skills create-batch --lang ts # 创建 TypeScript 技能包
|
|
319
|
+
```
|
|
290
320
|
|
|
291
|
-
###
|
|
321
|
+
### API 配置
|
|
292
322
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
| `ccjk uninstall` | 完全卸载 |
|
|
323
|
+
```bash
|
|
324
|
+
ccjk api wizard # 交互式 API 设置向导
|
|
325
|
+
ccjk api list # 显示所有提供商
|
|
326
|
+
ccjk api test # 测试 API 连接
|
|
327
|
+
```
|
|
299
328
|
|
|
300
329
|
---
|
|
301
330
|
|
|
302
331
|
## 🌍 多语言支持
|
|
303
332
|
|
|
304
|
-
CCJK支持多种语言:
|
|
305
|
-
|
|
306
333
|
```bash
|
|
307
|
-
#
|
|
308
|
-
ccjk init --lang
|
|
309
|
-
|
|
310
|
-
#
|
|
311
|
-
ccjk init --lang zh-CN
|
|
312
|
-
|
|
313
|
-
# 日本語
|
|
314
|
-
ccjk init --lang ja
|
|
315
|
-
|
|
316
|
-
# 한국어
|
|
317
|
-
ccjk init --lang ko
|
|
318
|
-
|
|
319
|
-
# 一次性设置所有语言(界面+配置+AI输出)
|
|
320
|
-
ccjk init --all-lang zh-CN
|
|
334
|
+
ccjk init --lang en # English
|
|
335
|
+
ccjk init --lang zh-CN # 简体中文
|
|
336
|
+
ccjk init --lang ja # 日本語
|
|
337
|
+
ccjk init --lang ko # 한국어
|
|
321
338
|
```
|
|
322
339
|
|
|
323
340
|
---
|
|
324
341
|
|
|
325
|
-
## 📊 为什么选择CCJK?
|
|
326
|
-
|
|
327
|
-
| 功能 | CCJK | Cursor | Copilot | 其他工具 |
|
|
328
|
-
|------|:----:|:------:|:-------:|:--------:|
|
|
329
|
-
| AI代理 | **11+** | 2 | 1 | 0-2 |
|
|
330
|
-
| 技能自动化 | ✅ | ❌ | ❌ | ❌ |
|
|
331
|
-
| 插件系统 | ✅ | ❌ | ❌ | ❌ |
|
|
332
|
-
| LLM代码审计 | ✅ | ❌ | ❌ | ❌ |
|
|
333
|
-
| 多提供商 | **13+** | 1 | 1 | 1-3 |
|
|
334
|
-
| 零配置 | ✅ | ❌ | ❌ | ❌ |
|
|
335
|
-
| 开源 | ✅ | ❌ | ❌ | 部分 |
|
|
336
|
-
| 免费 | ✅ | ❌ | ❌ | 部分 |
|
|
337
|
-
|
|
338
|
-
---
|
|
339
|
-
|
|
340
342
|
## 💻 平台支持
|
|
341
343
|
|
|
342
|
-
| 平台 | 状态 |
|
|
343
|
-
|
|
344
|
-
| **macOS** | ✅
|
|
345
|
-
| **Linux** | ✅
|
|
346
|
-
| **Windows** | ✅
|
|
347
|
-
| **Termux** | ✅
|
|
348
|
-
|
|
349
|
-
---
|
|
350
|
-
|
|
351
|
-
## ❓ 常见问题
|
|
352
|
-
|
|
353
|
-
<details>
|
|
354
|
-
<summary><b>需要API密钥吗?</b></summary>
|
|
355
|
-
|
|
356
|
-
需要从13+支持的提供商中选择一个获取API密钥。部分提供商有免费额度:
|
|
357
|
-
- **302.AI** - 新用户有免费额度
|
|
358
|
-
- **DeepSeek** - 价格非常便宜
|
|
359
|
-
- **Groq** - 有免费额度
|
|
360
|
-
- **Ollama** - 本地运行,完全免费
|
|
361
|
-
|
|
362
|
-
</details>
|
|
363
|
-
|
|
364
|
-
<details>
|
|
365
|
-
<summary><b>CCJK免费吗?</b></summary>
|
|
366
|
-
|
|
367
|
-
是的!CCJK 100%免费开源(MIT许可)。你只需为选择的提供商支付API使用费用。
|
|
368
|
-
|
|
369
|
-
</details>
|
|
370
|
-
|
|
371
|
-
<details>
|
|
372
|
-
<summary><b>支持Claude Code吗?</b></summary>
|
|
373
|
-
|
|
374
|
-
当然!CCJK专为增强Claude Code设计。同时也支持Codex、Aider、Continue、Cline和Cursor。
|
|
375
|
-
|
|
376
|
-
</details>
|
|
377
|
-
|
|
378
|
-
<details>
|
|
379
|
-
<summary><b>可以在公司使用吗?</b></summary>
|
|
380
|
-
|
|
381
|
-
完全可以!MIT许可允许商业使用。很多团队用CCJK来:
|
|
382
|
-
- 统一AI编程实践标准
|
|
383
|
-
- 加快新员工入职
|
|
384
|
-
- 自动化代码审查
|
|
385
|
-
- 满足安全合规要求
|
|
386
|
-
|
|
387
|
-
</details>
|
|
388
|
-
|
|
389
|
-
<details>
|
|
390
|
-
<summary><b>遇到问题怎么办?</b></summary>
|
|
391
|
-
|
|
392
|
-
运行健康检查:
|
|
393
|
-
```bash
|
|
394
|
-
ccjk doctor
|
|
395
|
-
```
|
|
396
|
-
这会诊断常见问题并给出解决建议。
|
|
397
|
-
|
|
398
|
-
</details>
|
|
344
|
+
| 平台 | 状态 |
|
|
345
|
+
|------|:----:|
|
|
346
|
+
| **macOS** | ✅ Intel & Apple Silicon |
|
|
347
|
+
| **Linux** | ✅ 所有主流发行版 |
|
|
348
|
+
| **Windows** | ✅ Win10/11, WSL2 |
|
|
349
|
+
| **Termux** | ✅ Android 终端 |
|
|
399
350
|
|
|
400
351
|
---
|
|
401
352
|
|
|
@@ -403,79 +354,51 @@ ccjk doctor
|
|
|
403
354
|
|
|
404
355
|
<div align="center">
|
|
405
356
|
|
|
406
|
-
[](https://github.com/
|
|
407
|
-
[](https://t.me/ccjk_community)
|
|
357
|
+
[](https://github.com/anthropics/claude-code/discussions)
|
|
408
358
|
[](https://discord.gg/ccjk)
|
|
409
|
-
[](https://github.com/
|
|
359
|
+
[](https://github.com/anthropics/claude-code)
|
|
410
360
|
|
|
411
361
|
</div>
|
|
412
362
|
|
|
413
|
-
- 🐛 **Bug报告**: [GitHub Issues](https://github.com/
|
|
414
|
-
- 💡 **功能建议**: [GitHub Discussions](https://github.com/
|
|
415
|
-
- 📖 **文档**: [docs.ccjk.dev](https://docs.ccjk.dev)
|
|
363
|
+
- 🐛 **Bug报告**: [GitHub Issues](https://github.com/anthropics/claude-code/issues)
|
|
364
|
+
- 💡 **功能建议**: [GitHub Discussions](https://github.com/anthropics/claude-code/discussions)
|
|
416
365
|
|
|
417
366
|
---
|
|
418
367
|
|
|
419
368
|
## 🤝 参与贡献
|
|
420
369
|
|
|
421
|
-
欢迎贡献代码!以下是开始步骤:
|
|
422
|
-
|
|
423
370
|
```bash
|
|
424
|
-
|
|
425
|
-
git clone https://github.com/miounet11/ccjk.git
|
|
371
|
+
git clone https://github.com/anthropics/claude-code.git
|
|
426
372
|
cd ccjk
|
|
427
|
-
|
|
428
|
-
# 安装依赖
|
|
429
373
|
pnpm install
|
|
430
|
-
|
|
431
|
-
# 开发模式运行
|
|
432
374
|
pnpm dev
|
|
433
|
-
|
|
434
|
-
# 运行测试
|
|
435
|
-
pnpm test
|
|
436
|
-
|
|
437
|
-
# 构建
|
|
438
|
-
pnpm build
|
|
439
375
|
```
|
|
440
376
|
|
|
441
|
-
详情请查看 [
|
|
442
|
-
|
|
443
|
-
---
|
|
444
|
-
|
|
445
|
-
## 🙏 致谢
|
|
446
|
-
|
|
447
|
-
CCJK站在巨人的肩膀上:
|
|
448
|
-
|
|
449
|
-
- [Claude Code](https://claude.ai/code) - 强大的AI编程基础
|
|
450
|
-
- [ZCF](https://github.com/UfoMiao/zcf) - 最初的灵感来源
|
|
451
|
-
- [Claude Code Router](https://github.com/musistudio/claude-code-router) - API路由
|
|
452
|
-
- [BMad Method](https://github.com/bmad-code-org/BMAD-METHOD) - 工作流模式
|
|
377
|
+
详情请查看 [CONTRIBUTING.md](CONTRIBUTING.md)。
|
|
453
378
|
|
|
454
379
|
---
|
|
455
380
|
|
|
456
381
|
## 📄 许可证
|
|
457
382
|
|
|
458
|
-
MIT © [CCJK Team](https://github.com/
|
|
383
|
+
MIT © [CCJK Team](https://github.com/anthropics/claude-code)
|
|
459
384
|
|
|
460
385
|
---
|
|
461
386
|
|
|
462
387
|
<div align="center">
|
|
463
388
|
|
|
464
|
-
## ⭐
|
|
465
|
-
|
|
466
|
-
如果CCJK帮助了你,请给我们一颗星!这能帮助更多人发现这个项目。
|
|
389
|
+
## ⭐ 在 GitHub 上给我们 Star
|
|
467
390
|
|
|
468
|
-
|
|
391
|
+
如果 CCJK 帮助你更好地编程,请给我们一个 Star!
|
|
469
392
|
|
|
470
393
|
<br/>
|
|
471
394
|
|
|
472
|
-
|
|
395
|
+
**由开发者为开发者用 ❤️ 打造**
|
|
473
396
|
|
|
474
397
|
<br/>
|
|
475
398
|
|
|
476
|
-
### 🔍
|
|
399
|
+
### 🔍 SEO 关键词
|
|
477
400
|
|
|
478
|
-
`claude-code` `AI编程助手`
|
|
401
|
+
`claude-code` `AI编程助手` `claude-code扩展` `AI开发工具` `代码自动化` `智能技能` `热重载` `子代理` `安全审计` `性能优化` `TypeScript` `Python` `JavaScript` `React` `Vue` `Node.js` `Docker` `Kubernetes` `GitHub Actions` `CI/CD` `代码质量` `最佳实践` `整洁代码` `copilot替代品` `cursor替代品` `windsurf替代品` `免费AI编程` `开源AI` `代码审查AI` `AI结对编程` `智能编码` `开发者生产力` `编程助手` `2025年AI工具` `302AI` `DeepSeek` `通义千问` `智谱AI` `Kimi` `硅基流动`
|
|
479
402
|
|
|
480
403
|
</div>
|
|
481
404
|
|
|
@@ -484,7 +407,7 @@ MIT © [CCJK Team](https://github.com/miounet11/ccjk)
|
|
|
484
407
|
[npm-version-href]: https://npmjs.com/package/ccjk
|
|
485
408
|
[npm-downloads-src]: https://img.shields.io/npm/dm/ccjk?style=flat&colorA=18181B&colorB=28CF8D
|
|
486
409
|
[npm-downloads-href]: https://npmjs.com/package/ccjk
|
|
487
|
-
[license-src]: https://img.shields.io/github/license/
|
|
488
|
-
[license-href]: https://github.com/
|
|
489
|
-
[stars-src]: https://img.shields.io/github/stars/
|
|
490
|
-
[stars-href]: https://github.com/
|
|
410
|
+
[license-src]: https://img.shields.io/github/license/anthropics/claude-code?style=flat&colorA=18181B&colorB=28CF8D
|
|
411
|
+
[license-href]: https://github.com/anthropics/claude-code/blob/main/LICENSE
|
|
412
|
+
[stars-src]: https://img.shields.io/github/stars/anthropics/claude-code?style=flat&colorA=18181B&colorB=28CF8D
|
|
413
|
+
[stars-href]: https://github.com/anthropics/claude-code/stargazers
|