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.
Files changed (57) hide show
  1. package/README.ja.md +249 -297
  2. package/README.ko.md +241 -290
  3. package/README.md +216 -360
  4. package/README.zh-CN.md +234 -311
  5. package/dist/chunks/claude-code-config-manager.mjs +7 -7
  6. package/dist/chunks/claude-code-incremental-manager.mjs +1 -1
  7. package/dist/chunks/codex-config-switch.mjs +3 -3
  8. package/dist/chunks/codex-uninstaller.mjs +2 -2
  9. package/dist/chunks/features.mjs +10 -10
  10. package/dist/chunks/simple-config.mjs +388 -45
  11. package/dist/chunks/smart-guide.mjs +234 -0
  12. package/dist/cli.mjs +2325 -1317
  13. package/dist/i18n/locales/en/marketplace.json +84 -0
  14. package/dist/i18n/locales/en/menu.json +38 -1
  15. package/dist/i18n/locales/en/skills.json +140 -0
  16. package/dist/i18n/locales/en/smartGuide.json +49 -0
  17. package/dist/i18n/locales/en/subagent.json +69 -0
  18. package/dist/i18n/locales/en/superpowers.json +58 -0
  19. package/dist/i18n/locales/en/workflow.json +28 -9
  20. package/dist/i18n/locales/zh-CN/marketplace.json +84 -0
  21. package/dist/i18n/locales/zh-CN/menu.json +38 -1
  22. package/dist/i18n/locales/zh-CN/skills.json +140 -0
  23. package/dist/i18n/locales/zh-CN/smartGuide.json +49 -0
  24. package/dist/i18n/locales/zh-CN/subagent.json +69 -0
  25. package/dist/i18n/locales/zh-CN/superpowers.json +58 -0
  26. package/dist/i18n/locales/zh-CN/workflow.json +28 -9
  27. package/dist/index.d.mts +1 -0
  28. package/dist/index.d.ts +1 -0
  29. package/package.json +26 -27
  30. package/templates/claude-code/en/workflow/essential/commands/feat.md +196 -51
  31. package/templates/claude-code/zh-CN/workflow/essential/commands/feat.md +194 -51
  32. package/templates/common/skills/en/brainstorming.md +64 -0
  33. package/templates/common/skills/en/code-review.md +81 -0
  34. package/templates/common/skills/en/documentation-gen.md +808 -0
  35. package/templates/common/skills/en/executing-plans.md +75 -0
  36. package/templates/common/skills/en/git-commit.md +216 -0
  37. package/templates/common/skills/en/interview.md +223 -0
  38. package/templates/common/skills/en/migration-assistant.md +312 -0
  39. package/templates/common/skills/en/performance-profiling.md +576 -0
  40. package/templates/common/skills/en/pr-review.md +341 -0
  41. package/templates/common/skills/en/refactoring.md +384 -0
  42. package/templates/common/skills/en/security-audit.md +462 -0
  43. package/templates/common/skills/en/systematic-debugging.md +82 -0
  44. package/templates/common/skills/en/tdd-workflow.md +93 -0
  45. package/templates/common/skills/en/verification.md +81 -0
  46. package/templates/common/skills/en/workflow.md +370 -0
  47. package/templates/common/skills/en/writing-plans.md +78 -0
  48. package/templates/common/skills/zh-CN/documentation-gen.md +807 -0
  49. package/templates/common/skills/zh-CN/migration-assistant.md +318 -0
  50. package/templates/common/skills/zh-CN/performance-profiling.md +746 -0
  51. package/templates/common/skills/zh-CN/pr-review.md +341 -0
  52. package/templates/common/skills/zh-CN/refactoring.md +384 -0
  53. package/templates/common/skills/zh-CN/security-audit.md +462 -0
  54. package/templates/common/smart-guide/en/smart-guide.md +72 -0
  55. package/templates/common/smart-guide/zh-CN/smart-guide.md +72 -0
  56. package/templates/common/workflow/sixStep/en/workflow.md +137 -31
  57. 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 | Best AI Coding Assistant | 11+ AI Agents | Free & Open Source
3
- Description: CCJK is the most powerful enhancement toolkit for Claude Code. Features 11+ AI agents,
4
- LLM-driven code auditing, skills automation, and plugin system. Zero-config setup in seconds.
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/miounet11/ccjk/main/docs/assets/ccjk-logo.png" alt="CCJK Logo" width="200" />
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
- ### 🏆 The #1 AI Coding Assistant Enhancement Toolkit
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
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/miounet11/ccjk/pulls)
22
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](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
- ## 🎉 v1.3.4 Released! (January 2025)
28
+ ## 🎉 v2.0.0 - Revolutionary Skill System! (January 2025)
27
29
 
28
- > **🆕 Workflow System Upgrade**
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
- > **Previous: Complete Rebranding ZCF → CCJK**
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
- > curl -fsSL https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
46
+ > npx ccjk
42
47
  > ```
43
48
 
44
49
  <br/>
45
50
 
46
- [📖 Documentation](#-quick-start-guide) ¡ [🚀 Features](#-core-features) ¡ [đŸ’Ŧ Community](#-community--support) ¡ [🤝 Contributing](#-contributing)
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 team**. With 11+ specialized AI agents, intelligent automation, and the world's first LLM-driven code auditor, CCJK helps you write better code faster.
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="33%" align="center">
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, Code Review, and more</p>
69
+ <p>Security, Performance, Testing, DevOps</p>
61
70
  </td>
62
- <td width="33%" align="center">
71
+ <td width="25%" align="center">
63
72
  <h3>⚡ Zero Config</h3>
64
- <p>One command setup. Works out of the box.</p>
73
+ <p>One command. Works instantly.</p>
65
74
  </td>
66
- <td width="33%" align="center">
75
+ <td width="25%" align="center">
67
76
  <h3>🆓 100% Free</h3>
68
- <p>Open source. No hidden costs. MIT licensed.</p>
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 Guide
84
+ ## 🚀 Quick Start
76
85
 
77
- ### One-Click Installation (Recommended)
86
+ ### One-Click Installation
78
87
 
79
88
  ```bash
80
- # Install with a single command
81
- curl -fsSL https://raw.githubusercontent.com/miounet11/ccjk/main/install.sh | bash
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
- # æ–šåŧä¸€īŧšäŊŋᔍ ghproxy 镜像
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
- # æ–šåŧä¸‰īŧšäŊŋᔍ jsdelivr CDN
94
- curl -fsSL https://cdn.jsdelivr.net/gh/miounet11/ccjk@main/install.sh | bash
102
+ # 或äŊŋᔍ ghproxy
103
+ curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/anthropics/claude-code/main/install.sh | bash
95
104
  ```
96
105
 
97
- ### Alternative Installation Methods
106
+ ### Start Using
98
107
 
99
108
  ```bash
100
- # Option A: Clone and install manually
101
- git clone https://github.com/miounet11/ccjk.git
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
- # Option C: Use gitee mirror (中å›Ŋ镜像)
108
- git clone https://gitee.com/mirrors/ccjk.git
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
- ### Step 2: Configure Your API
116
+ ---
117
+
118
+ ## ✨ Revolutionary Features
119
+
120
+ ### 🧠 Smart Skills System 2.0 (NEW!)
113
121
 
114
- When you run `ccjk`, you'll see a friendly menu:
122
+ The most advanced skill system for AI coding assistants:
115
123
 
116
124
  ```
117
- ╔═══════════════════════════════════════════════════════════╗
118
- ║ ██████╗ ██████╗ ██╗██╗ ██╗ ║
119
- ║ ██╔════╝██╔════╝ ██║██║ ██╔╝ ║
120
- ║ ██║ ██║ ██║█████╔╝ Claude Code JinKu ║
121
- ║ ██║ ██║ ██ ██║██╔═██╗ v1.3.4 ║
122
- ║ ╚██████╗╚██████╗╚█████╔╝██║ ██╗ ║
123
- ║ ╚═════╝ ╚═════╝ ╚════╝ ╚═╝ ╚═╝ ║
124
- ╚═══════════════════════════════════════════════════════════╝
125
-
126
- ? Select an option:
127
- ❯ 🚀 Quick Setup (Recommended)
128
- âš™ī¸ API Configuration
129
- đŸ› ī¸ Advanced Settings
130
- 📖 Help
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
- Just select **"Quick Setup"** and follow the prompts!
152
+ #### đŸ”Ĩ Hot Reload - Edit Skills, Instant Effect
134
153
 
135
- ### Step 3: Start Coding!
154
+ ```yaml
155
+ # Edit any skill file, changes apply immediately!
156
+ # No restart needed. No configuration required.
136
157
 
137
- ```bash
138
- # Run Claude Code with CCJK enhancements
139
- claude
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
- That's it! You now have access to 11+ AI agents, skills automation, and more.
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
- ## ✨ Core Features
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 | What It Does | Example Use Case |
153
- |-------|--------------|------------------|
154
- | đŸ›Ąī¸ **Security Expert** | Finds vulnerabilities, OWASP checks | "Review this auth code for security issues" |
155
- | ⚡ **Performance Expert** | Optimizes speed, reduces memory | "Why is my app slow?" |
156
- | đŸ§Ē **Testing Specialist** | Writes tests, coverage analysis | "Add unit tests for this function" |
157
- | 🚀 **DevOps Expert** | CI/CD, Docker, Kubernetes | "Create a GitHub Actions workflow" |
158
- | 📝 **Code Reviewer** | Best practices, code quality | "Review this PR" |
159
- | đŸ—ī¸ **API Architect** | REST, GraphQL, API design | "Design an API for user management" |
160
- | 💾 **Database Expert** | Query optimization, indexing | "Optimize this SQL query" |
161
- | 🎨 **Frontend Architect** | React, Vue, accessibility | "Refactor this component" |
162
- | âš™ī¸ **Backend Architect** | Microservices, event-driven | "Design a scalable backend" |
163
- | 📚 **Documentation Expert** | API docs, READMEs, guides | "Document this codebase" |
164
- | 🔄 **Refactoring Expert** | Clean code, design patterns | "Refactor using SOLID principles" |
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
- The world's first **fully autonomous** AI code auditor:
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 (NEW!)
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
- Create powerful automation with simple commands:
258
+ > **"Interview first. Spec second. Code last."**
230
259
 
231
260
  ```bash
232
- # For TypeScript developers
233
- ccjk skills create-batch --lang typescript
234
- # Creates: ts-debug, ts-refactor, ts-test, ts-type-check, ts-migrate
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 Built-in
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, Kimi, GLM... | Chinese Providers | Varies |
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
- ## 📖 Complete Command Reference
299
-
300
- ### Essential Commands (Use These First!)
301
-
302
- | Command | Description | When to Use |
303
- |---------|-------------|-------------|
304
- | `npx ccjk` | Interactive setup menu | First time setup |
305
- | `ccjk setup` | Guided onboarding wizard | New to CCJK |
306
- | `ccjk doctor` | Check your environment | Something not working? |
307
- | `ccjk upgrade` | Update everything | Stay up to date |
308
-
309
- ### Configuration Commands
310
-
311
- | Command | Description |
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
- ## 🌍 Multi-Language Support
297
+ ## 📖 Command Reference
365
298
 
366
- CCJK speaks your language:
299
+ ### Essential Commands
367
300
 
368
301
  ```bash
369
- # English (default)
370
- ccjk init --lang en
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
- # įŽ€äŊ“中文 (Simplified Chinese)
373
- ccjk init --lang zh-CN
308
+ ### Skills Management
374
309
 
375
- # æ—ĨæœŦčĒž (Japanese)
376
- ccjk init --lang ja
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
- # 한ęĩ­ė–´ (Korean)
379
- ccjk init --lang ko
317
+ ### API Configuration
380
318
 
381
- # Set ALL languages at once (UI + Config + AI Output)
382
- ccjk init --all-lang zh-CN
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
- ## 📊 Why Choose CCJK?
327
+ ## 🌍 Multi-Language Support
388
328
 
389
- | Feature | CCJK | Cursor | Copilot | Other Tools |
390
- |---------|:----:|:------:|:-------:|:-----------:|
391
- | AI Agents | **11+** | 2 | 1 | 0-2 |
392
- | Skills Automation | ✅ | ❌ | ❌ | ❌ |
393
- | Plugin System | ✅ | ❌ | ❌ | ❌ |
394
- | LLM Code Audit | ✅ | ❌ | ❌ | ❌ |
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 | Notes |
405
- |----------|:------:|-------|
406
- | **macOS** | ✅ Full Support | Intel & Apple Silicon |
407
- | **Linux** | ✅ Full Support | All major distros |
408
- | **Windows** | ✅ Full Support | Windows 10/11, WSL2 |
409
- | **Termux** | ✅ Full Support | Android terminal |
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
- [![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-333?style=for-the-badge&logo=github)](https://github.com/miounet11/ccjk/discussions)
469
- [![Telegram](https://img.shields.io/badge/Telegram-Join%20Chat-26A5E4?style=for-the-badge&logo=telegram)](https://t.me/ccjk_community)
353
+ [![GitHub Discussions](https://img.shields.io/badge/GitHub-Discussions-333?style=for-the-badge&logo=github)](https://github.com/anthropics/claude-code/discussions)
470
354
  [![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?style=for-the-badge&logo=discord)](https://discord.gg/ccjk)
471
- [![Twitter](https://img.shields.io/badge/Twitter-Follow-1DA1F2?style=for-the-badge&logo=twitter)](https://twitter.com/ccjk_dev)
355
+ [![Twitter](https://img.shields.io/badge/Twitter-Follow-1DA1F2?style=for-the-badge&logo=twitter)](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
- # Clone the repo
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 our [Contributing Guide](CONTRIBUTING.md) for more details.
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/miounet11/ccjk)
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! It helps others discover the project.
384
+ If CCJK helps you code better, please give us a star!
529
385
 
530
- [![Star History Chart](https://api.star-history.com/svg?repos=miounet11/ccjk&type=Date)](https://star-history.com/#miounet11/ccjk&Date)
386
+ [![Star History Chart](https://api.star-history.com/svg?repos=anthropics/claude-code&type=Date)](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
- ### 🔍 Search Keywords
394
+ ### 🔍 SEO Keywords
539
395
 
540
- `claude-code` `ai-coding-assistant` `code-review-ai` `ai-developer-tools` `claude-ai` `anthropic` `llm-coding` `ai-agents` `code-automation` `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` `free-ai-coding` `open-source-ai`
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/miounet11/ccjk?style=flat&colorA=18181B&colorB=28CF8D
550
- [license-href]: https://github.com/miounet11/ccjk/blob/main/LICENSE
551
- [stars-src]: https://img.shields.io/github/stars/miounet11/ccjk?style=flat&colorA=18181B&colorB=28CF8D
552
- [stars-href]: https://github.com/miounet11/ccjk/stargazers
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