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.md
CHANGED
|
@@ -1,49 +1,54 @@
|
|
|
1
1
|
<!--
|
|
2
|
-
SEO Meta: CCJK - Claude Code JinKu |
|
|
3
|
-
Description: CCJK is the most
|
|
4
|
-
|
|
2
|
+
SEO Meta: CCJK - Claude Code JinKu | #1 AI Coding Assistant | Smart Skills System | 11+ AI Agents | Hot Reload | Zero Config
|
|
3
|
+
Description: CCJK 2.0 is the most advanced AI coding toolkit. Features Smart Skills with hot-reload, 11+ AI agents,
|
|
4
|
+
intelligent context awareness, subagent orchestration, and permission system. The future of AI-assisted development.
|
|
5
|
+
Keywords: claude code, ai coding assistant, claude code extension, ai developer tools, code automation,
|
|
6
|
+
ai agents, copilot alternative, cursor alternative, free ai coding, open source ai tools
|
|
5
7
|
-->
|
|
6
8
|
|
|
7
9
|
<div align="center">
|
|
8
10
|
|
|
9
11
|
<!-- Logo & Badges - Optimized for GitHub Social Preview -->
|
|
10
|
-
<img src="https://raw.githubusercontent.com/
|
|
12
|
+
<img src="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png" alt="CCJK Logo" width="180" />
|
|
11
13
|
|
|
12
14
|
# CCJK - Claude Code JinKu
|
|
13
15
|
|
|
14
|
-
###
|
|
16
|
+
### đ The Most Advanced AI Coding Assistant Enhancement Toolkit
|
|
15
17
|
|
|
16
18
|
[![npm version][npm-version-src]][npm-version-href]
|
|
17
19
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
18
20
|
[![License][license-src]][license-href]
|
|
19
21
|
[![GitHub stars][stars-src]][stars-href]
|
|
20
|
-
[](https://github.com/
|
|
22
|
+
[](https://github.com/anthropics/claude-code/pulls)
|
|
21
23
|
|
|
22
24
|
**[English](README.md)** | **[įŽäŊ䏿](README.zh-CN.md)** | **[æĨæŦčĒ](README.ja.md)** | **[íęĩė´](README.ko.md)**
|
|
23
25
|
|
|
24
26
|
<br/>
|
|
25
27
|
|
|
26
|
-
## đ
|
|
28
|
+
## đ v2.0.0 - Revolutionary Skill System! (January 2025)
|
|
27
29
|
|
|
28
|
-
>
|
|
29
|
-
> - đ **Interview-Driven Development (IDD)** - Now the recommended workflow!
|
|
30
|
-
> - đ Streamlined workflow menu with 5 clear options
|
|
31
|
-
> - đ§ New essential workflow templates
|
|
32
|
-
> - đ Updated i18n support (EN/ZH-CN)
|
|
30
|
+
> **đ§ Intelligent Skills Architecture - The Future of AI Coding**
|
|
33
31
|
>
|
|
34
|
-
> **
|
|
32
|
+
> - đĨ **Smart Skills Hot-Reload** - Edit skills, instant activation, zero restart
|
|
33
|
+
> - đ¤ **Subagent Orchestration** - Parallel/sequential task execution with AI agents
|
|
34
|
+
> - đĄī¸ **Permission System** - Fine-grained access control with wildcard patterns
|
|
35
|
+
> - ⥠**Lifecycle Hooks** - before/after/error callbacks for complete control
|
|
36
|
+
> - đ¯ **Context-Aware Activation** - Skills auto-activate based on your work
|
|
37
|
+
> - đĻ **22+ Built-in Skill Templates** - PR Review, Security Audit, Refactoring, and more
|
|
38
|
+
>
|
|
39
|
+
> **â Star us on GitHub to support the project!**
|
|
35
40
|
|
|
36
41
|
<br/>
|
|
37
42
|
|
|
38
43
|
> đĄ **One command to supercharge your AI coding experience**
|
|
39
44
|
>
|
|
40
45
|
> ```bash
|
|
41
|
-
>
|
|
46
|
+
> npx ccjk
|
|
42
47
|
> ```
|
|
43
48
|
|
|
44
49
|
<br/>
|
|
45
50
|
|
|
46
|
-
[đ Documentation](#-quick-start
|
|
51
|
+
[đ Documentation](#-quick-start) ¡ [đ Features](#-revolutionary-features) ¡ [đŦ Community](#-community--support) ¡ [đ¤ Contributing](#-contributing)
|
|
47
52
|
|
|
48
53
|
</div>
|
|
49
54
|
|
|
@@ -51,121 +56,186 @@
|
|
|
51
56
|
|
|
52
57
|
## đ¯ What is CCJK?
|
|
53
58
|
|
|
54
|
-
**CCJK (Claude Code JinKu)** transforms Claude Code from a simple AI assistant into a **complete AI development
|
|
59
|
+
**CCJK (Claude Code JinKu)** transforms Claude Code from a simple AI assistant into a **complete AI development powerhouse**. With our revolutionary **Smart Skills System**, 11+ specialized AI agents, and intelligent automation, CCJK helps you write better code 10x faster.
|
|
55
60
|
|
|
56
61
|
<table>
|
|
57
62
|
<tr>
|
|
58
|
-
<td width="
|
|
63
|
+
<td width="25%" align="center">
|
|
64
|
+
<h3>đ§ Smart Skills</h3>
|
|
65
|
+
<p>Hot-reload, context-aware, auto-activation</p>
|
|
66
|
+
</td>
|
|
67
|
+
<td width="25%" align="center">
|
|
59
68
|
<h3>đ¤ 11+ AI Agents</h3>
|
|
60
|
-
<p>Security, Performance, Testing, DevOps
|
|
69
|
+
<p>Security, Performance, Testing, DevOps</p>
|
|
61
70
|
</td>
|
|
62
|
-
<td width="
|
|
71
|
+
<td width="25%" align="center">
|
|
63
72
|
<h3>⥠Zero Config</h3>
|
|
64
|
-
<p>One command
|
|
73
|
+
<p>One command. Works instantly.</p>
|
|
65
74
|
</td>
|
|
66
|
-
<td width="
|
|
75
|
+
<td width="25%" align="center">
|
|
67
76
|
<h3>đ 100% Free</h3>
|
|
68
|
-
<p>Open source.
|
|
77
|
+
<p>Open source. MIT licensed.</p>
|
|
69
78
|
</td>
|
|
70
79
|
</tr>
|
|
71
80
|
</table>
|
|
72
81
|
|
|
73
82
|
---
|
|
74
83
|
|
|
75
|
-
## đ Quick Start
|
|
84
|
+
## đ Quick Start
|
|
76
85
|
|
|
77
|
-
### One-Click Installation
|
|
86
|
+
### One-Click Installation
|
|
78
87
|
|
|
79
88
|
```bash
|
|
80
|
-
#
|
|
81
|
-
|
|
89
|
+
# Recommended: Interactive setup
|
|
90
|
+
npx ccjk
|
|
91
|
+
|
|
92
|
+
# Or install globally
|
|
93
|
+
npm install -g ccjk
|
|
82
94
|
```
|
|
83
95
|
|
|
84
96
|
### đ¨đŗ ä¸åŊ፿ˇåŽčŖ
(China Mirror)
|
|
85
97
|
|
|
86
98
|
```bash
|
|
87
|
-
#
|
|
88
|
-
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
|
|
89
|
-
|
|
90
|
-
# æšåŧäēīŧäŊŋ፠npmmirror į´æĨåŽčŖ
|
|
99
|
+
# äŊŋ፠npmmirror éå
|
|
91
100
|
npm install -g ccjk --registry https://registry.npmmirror.com
|
|
92
101
|
|
|
93
|
-
#
|
|
94
|
-
curl -fsSL https://
|
|
102
|
+
# æäŊŋ፠ghproxy
|
|
103
|
+
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/anthropics/claude-code/main/install.sh | bash
|
|
95
104
|
```
|
|
96
105
|
|
|
97
|
-
###
|
|
106
|
+
### Start Using
|
|
98
107
|
|
|
99
108
|
```bash
|
|
100
|
-
#
|
|
101
|
-
|
|
102
|
-
cd ccjk && pnpm install && pnpm build && npm install -g .
|
|
103
|
-
|
|
104
|
-
# Option B: Install from GitHub directly
|
|
105
|
-
npm install -g git+https://github.com/miounet11/ccjk.git
|
|
109
|
+
# Run the interactive menu
|
|
110
|
+
ccjk
|
|
106
111
|
|
|
107
|
-
#
|
|
108
|
-
|
|
109
|
-
cd ccjk && pnpm install && pnpm build && npm install -g .
|
|
112
|
+
# Or directly start Claude Code with enhancements
|
|
113
|
+
claude
|
|
110
114
|
```
|
|
111
115
|
|
|
112
|
-
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## ⨠Revolutionary Features
|
|
119
|
+
|
|
120
|
+
### đ§ Smart Skills System 2.0 (NEW!)
|
|
113
121
|
|
|
114
|
-
|
|
122
|
+
The most advanced skill system for AI coding assistants:
|
|
115
123
|
|
|
116
124
|
```
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
125
|
+
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
|
|
126
|
+
â đ§ CCJK Smart Skills Architecture â
|
|
127
|
+
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¤
|
|
128
|
+
â â
|
|
129
|
+
â âââââââââââââââ âââââââââââââââ âââââââââââââââââââââââââââ â
|
|
130
|
+
â â Hooks â â Subagent â â Permissions â â
|
|
131
|
+
â â System â â Manager â â System â â
|
|
132
|
+
â â â â â â â â
|
|
133
|
+
â â âĸ before â â âĸ parallel â â âĸ allow/deny rules â â
|
|
134
|
+
â â âĸ after â â âĸ sequentialâ â âĸ wildcard patterns â â
|
|
135
|
+
â â âĸ error â â âĸ transcriptâ â âĸ file/command control â â
|
|
136
|
+
â ââââââââŦâââââââ ââââââââŦâââââââ âââââââââââââŦââââââââââââââ â
|
|
137
|
+
â â â â â
|
|
138
|
+
â ââââââââââââââââââŧââââââââââââââââââââââ â
|
|
139
|
+
â â â
|
|
140
|
+
â âââââââââââââŧââââââââââââ â
|
|
141
|
+
â â Hot Reload Engine â â
|
|
142
|
+
â â â â
|
|
143
|
+
â â âĸ File watching â â
|
|
144
|
+
â â âĸ Smart caching â â
|
|
145
|
+
â â âĸ Auto discovery â â
|
|
146
|
+
â â âĸ Instant activation â â
|
|
147
|
+
â âââââââââââââââââââââââââ â
|
|
148
|
+
â â
|
|
149
|
+
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
|
|
131
150
|
```
|
|
132
151
|
|
|
133
|
-
|
|
152
|
+
#### đĨ Hot Reload - Edit Skills, Instant Effect
|
|
134
153
|
|
|
135
|
-
|
|
154
|
+
```yaml
|
|
155
|
+
# Edit any skill file, changes apply immediately!
|
|
156
|
+
# No restart needed. No configuration required.
|
|
136
157
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
158
|
+
# Example: ~/.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: ["refactor", "optimize"]
|
|
165
|
+
hooks:
|
|
166
|
+
before: validate-context
|
|
167
|
+
after: generate-report
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
Your skill instructions here...
|
|
140
171
|
```
|
|
141
172
|
|
|
142
|
-
|
|
173
|
+
#### đ¤ Subagent Orchestration
|
|
143
174
|
|
|
144
|
-
|
|
175
|
+
Run multiple AI agents in parallel or sequence:
|
|
176
|
+
|
|
177
|
+
```yaml
|
|
178
|
+
subagents:
|
|
179
|
+
- name: security-scan
|
|
180
|
+
model: sonnet
|
|
181
|
+
task: "Scan for vulnerabilities"
|
|
182
|
+
- name: performance-check
|
|
183
|
+
model: haiku
|
|
184
|
+
task: "Analyze performance"
|
|
185
|
+
depends_on: security-scan # Sequential execution
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
#### đĄī¸ Permission System
|
|
189
|
+
|
|
190
|
+
Fine-grained access control:
|
|
191
|
+
|
|
192
|
+
```yaml
|
|
193
|
+
permissions:
|
|
194
|
+
allow:
|
|
195
|
+
- "src/**/*.ts" # Allow all TypeScript files
|
|
196
|
+
- "!src/**/*.test.ts" # Except test files
|
|
197
|
+
deny:
|
|
198
|
+
- ".env*" # Never touch env files
|
|
199
|
+
- "node_modules/**" # Skip node_modules
|
|
200
|
+
commands:
|
|
201
|
+
allow: ["npm test", "npm run build"]
|
|
202
|
+
deny: ["rm -rf", "sudo *"]
|
|
203
|
+
```
|
|
145
204
|
|
|
146
|
-
|
|
205
|
+
### đĻ 22+ Built-in Skill Templates
|
|
206
|
+
|
|
207
|
+
| Category | Skills | Description |
|
|
208
|
+
|----------|--------|-------------|
|
|
209
|
+
| **Code Quality** | `pr-review`, `code-review`, `refactoring` | Comprehensive code analysis |
|
|
210
|
+
| **Security** | `security-audit`, `vulnerability-scan` | OWASP, CVE detection |
|
|
211
|
+
| **Performance** | `performance-profiling`, `optimization` | Speed & memory analysis |
|
|
212
|
+
| **Documentation** | `documentation-gen`, `api-docs` | Auto-generate docs |
|
|
213
|
+
| **Testing** | `tdd-workflow`, `test-generation` | Test-driven development |
|
|
214
|
+
| **DevOps** | `git-commit`, `ci-cd-setup` | Automation workflows |
|
|
215
|
+
| **Migration** | `migration-assistant`, `upgrade-helper` | Framework migrations |
|
|
216
|
+
| **Planning** | `writing-plans`, `executing-plans` | Project planning |
|
|
147
217
|
|
|
148
218
|
### đ¤ AI Agent Army
|
|
149
219
|
|
|
150
220
|
Your personal AI development team, available 24/7:
|
|
151
221
|
|
|
152
|
-
| Agent |
|
|
153
|
-
|
|
154
|
-
| đĄī¸ **Security Expert** |
|
|
155
|
-
| ⥠**Performance Expert** |
|
|
156
|
-
| đ§Ē **Testing Specialist** |
|
|
157
|
-
| đ **DevOps Expert** | CI/CD, Docker,
|
|
158
|
-
| đ **Code Reviewer** | Best practices
|
|
159
|
-
| đī¸ **API Architect** | REST, GraphQL
|
|
160
|
-
| đž **Database Expert** | Query optimization
|
|
161
|
-
| đ¨ **Frontend Architect** | React, Vue,
|
|
162
|
-
| âī¸ **Backend Architect** | Microservices
|
|
163
|
-
| đ **Documentation Expert** | API docs, READMEs
|
|
164
|
-
| đ **Refactoring Expert** | Clean code,
|
|
222
|
+
| Agent | Specialty | Use Case |
|
|
223
|
+
|-------|-----------|----------|
|
|
224
|
+
| đĄī¸ **Security Expert** | Vulnerabilities, OWASP | "Review auth code for security" |
|
|
225
|
+
| ⥠**Performance Expert** | Speed, Memory | "Why is my app slow?" |
|
|
226
|
+
| đ§Ē **Testing Specialist** | Unit tests, Coverage | "Add tests for this function" |
|
|
227
|
+
| đ **DevOps Expert** | CI/CD, Docker, K8s | "Create GitHub Actions workflow" |
|
|
228
|
+
| đ **Code Reviewer** | Best practices | "Review this PR" |
|
|
229
|
+
| đī¸ **API Architect** | REST, GraphQL | "Design user management API" |
|
|
230
|
+
| đž **Database Expert** | Query optimization | "Optimize this SQL query" |
|
|
231
|
+
| đ¨ **Frontend Architect** | React, Vue, A11y | "Refactor this component" |
|
|
232
|
+
| âī¸ **Backend Architect** | Microservices | "Design scalable backend" |
|
|
233
|
+
| đ **Documentation Expert** | API docs, READMEs | "Document this codebase" |
|
|
234
|
+
| đ **Refactoring Expert** | Clean code, SOLID | "Apply design patterns" |
|
|
165
235
|
|
|
166
236
|
### đ ShenCha - AI Code Auditor
|
|
167
237
|
|
|
168
|
-
|
|
238
|
+
Fully autonomous AI code auditor:
|
|
169
239
|
|
|
170
240
|
```
|
|
171
241
|
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
|
|
@@ -183,72 +253,17 @@ The world's first **fully autonomous** AI code auditor:
|
|
|
183
253
|
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
|
|
184
254
|
```
|
|
185
255
|
|
|
186
|
-
### đ¤ Interview-Driven Development
|
|
187
|
-
|
|
188
|
-
> **"Interview first. Spec second. Code last."** - Based on Thariq (@trq212) from Anthropic's viral workflow (1.2M views)
|
|
189
|
-
|
|
190
|
-
Stop coding the wrong thing! The Interview system surfaces **hidden assumptions** before any code is written:
|
|
191
|
-
|
|
192
|
-
```
|
|
193
|
-
âââââââââââââââââ Interview Progress âââââââââââââââââ
|
|
194
|
-
â â
|
|
195
|
-
â â â Industry â â Customer â â Features â â Submit ââ
|
|
196
|
-
â â
|
|
197
|
-
â Question 12 of ~40 â
|
|
198
|
-
â â
|
|
199
|
-
â What's your target customer segment? â
|
|
200
|
-
â â
|
|
201
|
-
â ⯠1. ⥠Quick Start (Recommended) â
|
|
202
|
-
â 2. đŦ Deep Dive â
|
|
203
|
-
â 3. âī¸ Custom Setup â
|
|
204
|
-
â 4. đ¨ Express Mode â
|
|
205
|
-
â â
|
|
206
|
-
âââââââââââââââââââââââââââââââââââââââââââââââââââââââ
|
|
207
|
-
```
|
|
208
|
-
|
|
209
|
-
```bash
|
|
210
|
-
# In Claude Code, just type:
|
|
211
|
-
/ccjk:interview # Smart mode selector
|
|
212
|
-
/ccjk:interview --quick # 10 essential questions
|
|
213
|
-
/ccjk:interview --deep # 40+ comprehensive questions
|
|
214
|
-
|
|
215
|
-
# Or use the CLI:
|
|
216
|
-
ccjk interview # Interactive interview
|
|
217
|
-
ccjk quick # Express mode
|
|
218
|
-
ccjk deep # Deep dive mode
|
|
219
|
-
```
|
|
220
|
-
|
|
221
|
-
**Features:**
|
|
222
|
-
- đ§ **Smart Project Detection** - Auto-detects webapp/api/saas/ecommerce
|
|
223
|
-
- đ **Progress Tracking** - Visual breadcrumbs and progress bar
|
|
224
|
-
- â¸ī¸ **Pause & Resume** - Save progress and continue later
|
|
225
|
-
- đ **Spec Generation** - Outputs comprehensive SPEC.md file
|
|
226
|
-
|
|
227
|
-
### ⥠Skills System
|
|
256
|
+
### đ¤ Interview-Driven Development
|
|
228
257
|
|
|
229
|
-
|
|
258
|
+
> **"Interview first. Spec second. Code last."**
|
|
230
259
|
|
|
231
260
|
```bash
|
|
232
|
-
#
|
|
233
|
-
ccjk
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
# For Python developers
|
|
237
|
-
ccjk skills create-batch --lang python
|
|
238
|
-
# Creates: py-debug, py-refactor, py-test, py-lint, py-type
|
|
239
|
-
|
|
240
|
-
# For SEO optimization
|
|
241
|
-
ccjk skills create-batch --seo
|
|
242
|
-
# Creates: meta-optimize, sitemap-generate, schema-markup, core-web-vitals
|
|
243
|
-
|
|
244
|
-
# For DevOps
|
|
245
|
-
ccjk skills create-batch --devops
|
|
246
|
-
# Creates: docker-setup, ci-pipeline, deploy-script, monitoring
|
|
261
|
+
ccjk interview # Smart mode selector
|
|
262
|
+
ccjk interview --quick # 10 essential questions
|
|
263
|
+
ccjk interview --deep # 40+ comprehensive questions
|
|
247
264
|
```
|
|
248
265
|
|
|
249
|
-
### đ 13+ API Providers
|
|
250
|
-
|
|
251
|
-
Connect to any AI provider with one click:
|
|
266
|
+
### đ 13+ API Providers
|
|
252
267
|
|
|
253
268
|
| Provider | Type | Free Tier |
|
|
254
269
|
|----------|------|:---------:|
|
|
@@ -258,206 +273,76 @@ Connect to any AI provider with one click:
|
|
|
258
273
|
| **Groq** | Fast inference | â
|
|
|
259
274
|
| **Gemini** | Google AI | â
|
|
|
260
275
|
| **Ollama** | Local/Private | â
|
|
|
261
|
-
| 302.AI, Qwen, SiliconFlow
|
|
262
|
-
|
|
263
|
-
```bash
|
|
264
|
-
# Quick API setup
|
|
265
|
-
ccjk api setup deepseek sk-your-api-key
|
|
266
|
-
|
|
267
|
-
# Or use the interactive wizard
|
|
268
|
-
ccjk api wizard
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
### đ Plugin System
|
|
272
|
-
|
|
273
|
-
Extend CCJK with custom plugins:
|
|
274
|
-
|
|
275
|
-
```typescript
|
|
276
|
-
// ~/.ccjk/plugins/my-plugin/index.ts
|
|
277
|
-
export default {
|
|
278
|
-
name: 'my-awesome-plugin',
|
|
279
|
-
version: '1.0.0',
|
|
280
|
-
|
|
281
|
-
// Add custom agents
|
|
282
|
-
agents: [
|
|
283
|
-
{ name: 'my-agent', model: 'sonnet', template: '...' }
|
|
284
|
-
],
|
|
285
|
-
|
|
286
|
-
// Add custom skills
|
|
287
|
-
skills: [
|
|
288
|
-
{ id: 'my-skill', trigger: '/my-skill', template: '...' }
|
|
289
|
-
],
|
|
290
|
-
|
|
291
|
-
// Add custom workflows
|
|
292
|
-
workflows: [...]
|
|
293
|
-
}
|
|
294
|
-
```
|
|
276
|
+
| 302.AI, Qwen, SiliconFlow... | Chinese Providers | Varies |
|
|
295
277
|
|
|
296
278
|
---
|
|
297
279
|
|
|
298
|
-
##
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
|
303
|
-
|
|
304
|
-
|
|
|
305
|
-
|
|
|
306
|
-
|
|
|
307
|
-
|
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
|
312
|
-
|---------|-------------|
|
|
313
|
-
| `ccjk init` | Full initialization with all options |
|
|
314
|
-
| `ccjk api wizard` | Configure API providers |
|
|
315
|
-
| `ccjk api list` | Show available providers |
|
|
316
|
-
| `ccjk api status` | Check current API config |
|
|
317
|
-
| `ccjk api test` | Test API connection |
|
|
318
|
-
|
|
319
|
-
### Tool Management
|
|
320
|
-
|
|
321
|
-
| Command | Description |
|
|
322
|
-
|---------|-------------|
|
|
323
|
-
| `ccjk tools list` | Show all AI coding tools |
|
|
324
|
-
| `ccjk tools install <tool>` | Install a specific tool |
|
|
325
|
-
| `ccjk tools status` | Check installation status |
|
|
326
|
-
|
|
327
|
-
### Skills & Automation
|
|
328
|
-
|
|
329
|
-
| Command | Description |
|
|
330
|
-
|---------|-------------|
|
|
331
|
-
| `ccjk skills list` | List all skills |
|
|
332
|
-
| `ccjk skills create-batch --lang <lang>` | Create language-specific skills |
|
|
333
|
-
| `ccjk skills enable <skill>` | Enable a skill |
|
|
334
|
-
| `ccjk skills disable <skill>` | Disable a skill |
|
|
335
|
-
|
|
336
|
-
### Interview-Driven Development
|
|
337
|
-
|
|
338
|
-
| Command | Description |
|
|
339
|
-
|---------|-------------|
|
|
340
|
-
| `ccjk interview` or `ccjk iv` | Start interactive interview |
|
|
341
|
-
| `ccjk quick` | Express mode (~10 questions) |
|
|
342
|
-
| `ccjk deep` | Deep dive (~40+ questions) |
|
|
343
|
-
| `ccjk interview --resume` | Resume paused session |
|
|
344
|
-
| `ccjk interview --list` | List saved sessions |
|
|
345
|
-
|
|
346
|
-
**In Claude Code:**
|
|
347
|
-
| Slash Command | Description |
|
|
348
|
-
|--------------|-------------|
|
|
349
|
-
| `/ccjk:interview` | Start interview in Claude Code |
|
|
350
|
-
| `/ccjk:interview --quick` | Quick interview mode |
|
|
351
|
-
| `/ccjk:interview --deep` | Deep interview mode |
|
|
352
|
-
|
|
353
|
-
### Advanced Commands
|
|
354
|
-
|
|
355
|
-
| Command | Description |
|
|
356
|
-
|---------|-------------|
|
|
357
|
-
| `ccjk config-scan` | Find all Claude Code configs |
|
|
358
|
-
| `ccjk permissions` | Manage Claude Code permissions |
|
|
359
|
-
| `ccjk versions` | Check all component versions |
|
|
360
|
-
| `ccjk uninstall` | Clean uninstallation |
|
|
280
|
+
## đ Why CCJK is #1
|
|
281
|
+
|
|
282
|
+
| Feature | CCJK 2.0 | Cursor | Copilot | Others |
|
|
283
|
+
|---------|:--------:|:------:|:-------:|:------:|
|
|
284
|
+
| **Smart Skills** | â
Hot-reload | â | â | â |
|
|
285
|
+
| **AI Agents** | **11+** | 2 | 1 | 0-2 |
|
|
286
|
+
| **Subagent System** | â
| â | â | â |
|
|
287
|
+
| **Permission Control** | â
| â | â | â |
|
|
288
|
+
| **Lifecycle Hooks** | â
| â | â | â |
|
|
289
|
+
| **Multi-Provider** | **13+** | 1 | 1 | 1-3 |
|
|
290
|
+
| **Context Awareness** | â
| Partial | â | â |
|
|
291
|
+
| **Zero Config** | â
| â | â | â |
|
|
292
|
+
| **Open Source** | â
| â | â | Varies |
|
|
293
|
+
| **Free** | â
| â | â | Varies |
|
|
361
294
|
|
|
362
295
|
---
|
|
363
296
|
|
|
364
|
-
##
|
|
297
|
+
## đ Command Reference
|
|
365
298
|
|
|
366
|
-
|
|
299
|
+
### Essential Commands
|
|
367
300
|
|
|
368
301
|
```bash
|
|
369
|
-
#
|
|
370
|
-
ccjk
|
|
302
|
+
npx ccjk # Interactive setup menu
|
|
303
|
+
ccjk setup # Guided onboarding
|
|
304
|
+
ccjk doctor # Health check
|
|
305
|
+
ccjk upgrade # Update everything
|
|
306
|
+
```
|
|
371
307
|
|
|
372
|
-
|
|
373
|
-
ccjk init --lang zh-CN
|
|
308
|
+
### Skills Management
|
|
374
309
|
|
|
375
|
-
|
|
376
|
-
ccjk
|
|
310
|
+
```bash
|
|
311
|
+
ccjk skills list # List all skills
|
|
312
|
+
ccjk skills create my-skill # Create new skill
|
|
313
|
+
ccjk skills enable <skill> # Enable a skill
|
|
314
|
+
ccjk skills create-batch --lang ts # Create TypeScript skills
|
|
315
|
+
```
|
|
377
316
|
|
|
378
|
-
|
|
379
|
-
ccjk init --lang ko
|
|
317
|
+
### API Configuration
|
|
380
318
|
|
|
381
|
-
|
|
382
|
-
ccjk
|
|
319
|
+
```bash
|
|
320
|
+
ccjk api wizard # Interactive API setup
|
|
321
|
+
ccjk api list # Show providers
|
|
322
|
+
ccjk api test # Test connection
|
|
383
323
|
```
|
|
384
324
|
|
|
385
325
|
---
|
|
386
326
|
|
|
387
|
-
##
|
|
327
|
+
## đ Multi-Language Support
|
|
388
328
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
| Multi-Provider | **13+** | 1 | 1 | 1-3 |
|
|
396
|
-
| Zero Config | â
| â | â | â |
|
|
397
|
-
| Open Source | â
| â | â | Varies |
|
|
398
|
-
| Free | â
| â | â | Varies |
|
|
329
|
+
```bash
|
|
330
|
+
ccjk init --lang en # English
|
|
331
|
+
ccjk init --lang zh-CN # įŽäŊ䏿
|
|
332
|
+
ccjk init --lang ja # æĨæŦčĒ
|
|
333
|
+
ccjk init --lang ko # íęĩė´
|
|
334
|
+
```
|
|
399
335
|
|
|
400
336
|
---
|
|
401
337
|
|
|
402
338
|
## đģ Platform Support
|
|
403
339
|
|
|
404
|
-
| Platform | Status |
|
|
405
|
-
|
|
406
|
-
| **macOS** | â
|
|
407
|
-
| **Linux** | â
|
|
408
|
-
| **Windows** | â
|
|
409
|
-
| **Termux** | â
|
|
410
|
-
|
|
411
|
-
---
|
|
412
|
-
|
|
413
|
-
## â Frequently Asked Questions
|
|
414
|
-
|
|
415
|
-
<details>
|
|
416
|
-
<summary><b>Do I need an API key?</b></summary>
|
|
417
|
-
|
|
418
|
-
You need an API key from one of our 13+ supported providers. Some providers offer free tiers:
|
|
419
|
-
- **Groq** - Free tier available
|
|
420
|
-
- **Gemini** - Free tier available
|
|
421
|
-
- **DeepSeek** - Very affordable
|
|
422
|
-
- **Ollama** - Run locally, completely free
|
|
423
|
-
|
|
424
|
-
</details>
|
|
425
|
-
|
|
426
|
-
<details>
|
|
427
|
-
<summary><b>Is CCJK free?</b></summary>
|
|
428
|
-
|
|
429
|
-
Yes! CCJK is 100% free and open source (MIT license). You only pay for API usage to your chosen provider.
|
|
430
|
-
|
|
431
|
-
</details>
|
|
432
|
-
|
|
433
|
-
<details>
|
|
434
|
-
<summary><b>Does it work with Claude Code?</b></summary>
|
|
435
|
-
|
|
436
|
-
Yes! CCJK is designed specifically to enhance Claude Code. It also supports Codex, Aider, Continue, Cline, and Cursor.
|
|
437
|
-
|
|
438
|
-
</details>
|
|
439
|
-
|
|
440
|
-
<details>
|
|
441
|
-
<summary><b>Can I use it in my company?</b></summary>
|
|
442
|
-
|
|
443
|
-
Absolutely! The MIT license allows commercial use. Many teams use CCJK for:
|
|
444
|
-
- Standardizing AI coding practices
|
|
445
|
-
- Faster developer onboarding
|
|
446
|
-
- Automated code reviews
|
|
447
|
-
- Security compliance
|
|
448
|
-
|
|
449
|
-
</details>
|
|
450
|
-
|
|
451
|
-
<details>
|
|
452
|
-
<summary><b>Something isn't working. What do I do?</b></summary>
|
|
453
|
-
|
|
454
|
-
Run the health check:
|
|
455
|
-
```bash
|
|
456
|
-
ccjk doctor
|
|
457
|
-
```
|
|
458
|
-
This will diagnose common issues and suggest fixes.
|
|
459
|
-
|
|
460
|
-
</details>
|
|
340
|
+
| Platform | Status |
|
|
341
|
+
|----------|:------:|
|
|
342
|
+
| **macOS** | â
Intel & Apple Silicon |
|
|
343
|
+
| **Linux** | â
All distros |
|
|
344
|
+
| **Windows** | â
Win10/11, WSL2 |
|
|
345
|
+
| **Termux** | â
Android |
|
|
461
346
|
|
|
462
347
|
---
|
|
463
348
|
|
|
@@ -465,59 +350,30 @@ This will diagnose common issues and suggest fixes.
|
|
|
465
350
|
|
|
466
351
|
<div align="center">
|
|
467
352
|
|
|
468
|
-
[](https://github.com/
|
|
469
|
-
[](https://t.me/ccjk_community)
|
|
353
|
+
[](https://github.com/anthropics/claude-code/discussions)
|
|
470
354
|
[](https://discord.gg/ccjk)
|
|
471
|
-
[](https://twitter.com/
|
|
355
|
+
[](https://twitter.com/anthropaboratory)
|
|
472
356
|
|
|
473
357
|
</div>
|
|
474
358
|
|
|
475
|
-
- đ **Bug Reports**: [GitHub Issues](https://github.com/miounet11/ccjk/issues)
|
|
476
|
-
- đĄ **Feature Requests**: [GitHub Discussions](https://github.com/miounet11/ccjk/discussions)
|
|
477
|
-
- đ **Documentation**: [docs.ccjk.dev](https://docs.ccjk.dev)
|
|
478
|
-
|
|
479
359
|
---
|
|
480
360
|
|
|
481
361
|
## đ¤ Contributing
|
|
482
362
|
|
|
483
|
-
We welcome contributions! Here's how to get started:
|
|
484
|
-
|
|
485
363
|
```bash
|
|
486
|
-
|
|
487
|
-
git clone https://github.com/miounet11/ccjk.git
|
|
364
|
+
git clone https://github.com/anthropics/claude-code.git
|
|
488
365
|
cd ccjk
|
|
489
|
-
|
|
490
|
-
# Install dependencies
|
|
491
366
|
pnpm install
|
|
492
|
-
|
|
493
|
-
# Run in development mode
|
|
494
367
|
pnpm dev
|
|
495
|
-
|
|
496
|
-
# Run tests
|
|
497
|
-
pnpm test
|
|
498
|
-
|
|
499
|
-
# Build
|
|
500
|
-
pnpm build
|
|
501
368
|
```
|
|
502
369
|
|
|
503
|
-
See
|
|
504
|
-
|
|
505
|
-
---
|
|
506
|
-
|
|
507
|
-
## đ Acknowledgments
|
|
508
|
-
|
|
509
|
-
CCJK is built on the shoulders of giants:
|
|
510
|
-
|
|
511
|
-
- [Claude Code](https://claude.ai/code) - The powerful AI coding foundation
|
|
512
|
-
- [ZCF](https://github.com/UfoMiao/zcf) - Original inspiration
|
|
513
|
-
- [Claude Code Router](https://github.com/musistudio/claude-code-router) - API routing
|
|
514
|
-
- [BMad Method](https://github.com/bmad-code-org/BMAD-METHOD) - Workflow patterns
|
|
370
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
|
515
371
|
|
|
516
372
|
---
|
|
517
373
|
|
|
518
374
|
## đ License
|
|
519
375
|
|
|
520
|
-
MIT Š [CCJK Team](https://github.com/
|
|
376
|
+
MIT Š [CCJK Team](https://github.com/anthropics/claude-code)
|
|
521
377
|
|
|
522
378
|
---
|
|
523
379
|
|
|
@@ -525,9 +381,9 @@ MIT Š [CCJK Team](https://github.com/miounet11/ccjk)
|
|
|
525
381
|
|
|
526
382
|
## â Star Us on GitHub
|
|
527
383
|
|
|
528
|
-
If CCJK helps you code better, please give us a star!
|
|
384
|
+
If CCJK helps you code better, please give us a star!
|
|
529
385
|
|
|
530
|
-
[](https://star-history.com/#anthropics/claude-code&Date)
|
|
531
387
|
|
|
532
388
|
<br/>
|
|
533
389
|
|
|
@@ -535,9 +391,9 @@ If CCJK helps you code better, please give us a star! It helps others discover t
|
|
|
535
391
|
|
|
536
392
|
<br/>
|
|
537
393
|
|
|
538
|
-
### đ
|
|
394
|
+
### đ SEO Keywords
|
|
539
395
|
|
|
540
|
-
`claude-code` `ai-coding-assistant` `code-
|
|
396
|
+
`claude-code` `ai-coding-assistant` `claude-code-extension` `ai-developer-tools` `claude-ai` `anthropic` `llm-coding` `ai-agents` `code-automation` `smart-skills` `hot-reload` `subagent` `devops-ai` `security-audit` `performance-optimization` `typescript` `python` `javascript` `react` `vue` `nodejs` `docker` `kubernetes` `github-actions` `ci-cd` `code-quality` `best-practices` `clean-code` `copilot-alternative` `cursor-alternative` `windsurf-alternative` `free-ai-coding` `open-source-ai` `vscode-extension` `code-review-ai` `ai-pair-programming` `intelligent-coding` `developer-productivity` `coding-assistant` `ai-tools-2025`
|
|
541
397
|
|
|
542
398
|
</div>
|
|
543
399
|
|
|
@@ -546,7 +402,7 @@ If CCJK helps you code better, please give us a star! It helps others discover t
|
|
|
546
402
|
[npm-version-href]: https://npmjs.com/package/ccjk
|
|
547
403
|
[npm-downloads-src]: https://img.shields.io/npm/dm/ccjk?style=flat&colorA=18181B&colorB=28CF8D
|
|
548
404
|
[npm-downloads-href]: https://npmjs.com/package/ccjk
|
|
549
|
-
[license-src]: https://img.shields.io/github/license/
|
|
550
|
-
[license-href]: https://github.com/
|
|
551
|
-
[stars-src]: https://img.shields.io/github/stars/
|
|
552
|
-
[stars-href]: https://github.com/
|
|
405
|
+
[license-src]: https://img.shields.io/github/license/anthropics/claude-code?style=flat&colorA=18181B&colorB=28CF8D
|
|
406
|
+
[license-href]: https://github.com/anthropics/claude-code/blob/main/LICENSE
|
|
407
|
+
[stars-src]: https://img.shields.io/github/stars/anthropics/claude-code?style=flat&colorA=18181B&colorB=28CF8D
|
|
408
|
+
[stars-href]: https://github.com/anthropics/claude-code/stargazers
|