ccjk 2.0.0 โ 2.0.4
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.md +183 -181
- package/README.zh-CN.md +335 -0
- 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-provider-manager.mjs +1 -1
- package/dist/chunks/codex-uninstaller.mjs +2 -2
- package/dist/chunks/commands.mjs +1 -1
- package/dist/chunks/features.mjs +10 -10
- package/dist/chunks/simple-config.mjs +21 -364
- package/dist/cli.mjs +387 -8
- package/dist/i18n/locales/en/configuration.json +12 -1
- package/dist/i18n/locales/en/menu.json +29 -1
- package/dist/i18n/locales/zh-CN/configuration.json +12 -1
- package/dist/i18n/locales/zh-CN/menu.json +29 -1
- package/dist/index.mjs +366 -7
- package/package.json +51 -48
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<!--
|
|
2
|
-
SEO Meta: CCJK - Claude Code JinKu |
|
|
3
|
-
Description: CCJK
|
|
4
|
-
|
|
2
|
+
SEO Meta: CCJK - Claude Code JinKu | Zero-Config AI Coding Assistant | Workflow Templates | Multi-Provider Support
|
|
3
|
+
Description: CCJK is a powerful CLI toolkit for Claude Code. Features zero-config setup, workflow templates,
|
|
4
|
+
multi-provider API support, MCP service integration, and bilingual support. Simplify your AI development workflow.
|
|
5
5
|
Keywords: claude code, ai coding assistant, claude code extension, ai developer tools, code automation,
|
|
6
|
-
|
|
6
|
+
workflow templates, copilot alternative, cursor alternative, free ai coding, open source ai tools
|
|
7
7
|
-->
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
# CCJK - Claude Code JinKu
|
|
15
15
|
|
|
16
|
-
### ๐
|
|
16
|
+
### ๐ Zero-Config AI Coding Assistant Enhancement Toolkit
|
|
17
17
|
|
|
18
18
|
[![npm version][npm-version-src]][npm-version-href]
|
|
19
19
|
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
@@ -25,21 +25,6 @@
|
|
|
25
25
|
|
|
26
26
|
<br/>
|
|
27
27
|
|
|
28
|
-
## ๐ v2.0.0 - Revolutionary Skill System! (January 2025)
|
|
29
|
-
|
|
30
|
-
> **๐ง Intelligent Skills Architecture - The Future of AI Coding**
|
|
31
|
-
>
|
|
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!**
|
|
40
|
-
|
|
41
|
-
<br/>
|
|
42
|
-
|
|
43
28
|
> ๐ก **One command to supercharge your AI coding experience**
|
|
44
29
|
>
|
|
45
30
|
> ```bash
|
|
@@ -48,7 +33,7 @@
|
|
|
48
33
|
|
|
49
34
|
<br/>
|
|
50
35
|
|
|
51
|
-
[๐ Documentation](#-quick-start) ยท [๐ Features](#-
|
|
36
|
+
[๐ Documentation](#-quick-start) ยท [๐ Features](#-core-features) ยท [๐ฌ Community](#-community--support) ยท [๐ค Contributing](#-contributing)
|
|
52
37
|
|
|
53
38
|
</div>
|
|
54
39
|
|
|
@@ -56,21 +41,21 @@
|
|
|
56
41
|
|
|
57
42
|
## ๐ฏ What is CCJK?
|
|
58
43
|
|
|
59
|
-
**CCJK (Claude Code JinKu)**
|
|
44
|
+
**CCJK (Claude Code JinKu)** is a powerful CLI toolkit that transforms Claude Code setup from hours to seconds. With zero-configuration initialization, professional workflow templates, and multi-provider API support, CCJK helps you start coding with AI assistance immediately.
|
|
60
45
|
|
|
61
46
|
<table>
|
|
62
47
|
<tr>
|
|
63
48
|
<td width="25%" align="center">
|
|
64
|
-
<h3
|
|
65
|
-
<p>
|
|
49
|
+
<h3>โก Zero Config</h3>
|
|
50
|
+
<p>One command. Works instantly.</p>
|
|
66
51
|
</td>
|
|
67
52
|
<td width="25%" align="center">
|
|
68
|
-
<h3
|
|
69
|
-
<p>
|
|
53
|
+
<h3>๐ Workflow Templates</h3>
|
|
54
|
+
<p>Git, Six-Step, Feature Planning</p>
|
|
70
55
|
</td>
|
|
71
56
|
<td width="25%" align="center">
|
|
72
|
-
<h3
|
|
73
|
-
<p>
|
|
57
|
+
<h3>๐ Multi-Provider</h3>
|
|
58
|
+
<p>13+ API providers supported</p>
|
|
74
59
|
</td>
|
|
75
60
|
<td width="25%" align="center">
|
|
76
61
|
<h3>๐ 100% Free</h3>
|
|
@@ -115,156 +100,109 @@ claude
|
|
|
115
100
|
|
|
116
101
|
---
|
|
117
102
|
|
|
118
|
-
## โจ
|
|
103
|
+
## โจ Core Features
|
|
119
104
|
|
|
120
|
-
###
|
|
105
|
+
### โก Zero-Configuration Setup
|
|
121
106
|
|
|
122
|
-
|
|
107
|
+
Get started in seconds with intelligent defaults:
|
|
123
108
|
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
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
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
109
|
+
```bash
|
|
110
|
+
# One command does it all
|
|
111
|
+
npx ccjk
|
|
112
|
+
|
|
113
|
+
# Interactive setup guides you through:
|
|
114
|
+
# โ API configuration (13+ providers)
|
|
115
|
+
# โ MCP service integration
|
|
116
|
+
# โ Workflow template installation
|
|
117
|
+
# โ Output style customization
|
|
150
118
|
```
|
|
151
119
|
|
|
152
|
-
|
|
120
|
+
### ๐ Professional Workflow Templates
|
|
153
121
|
|
|
154
|
-
|
|
155
|
-
# Edit any skill file, changes apply immediately!
|
|
156
|
-
# No restart needed. No configuration required.
|
|
122
|
+
Battle-tested workflows for common development tasks:
|
|
157
123
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
file_patterns: ["*.ts", "*.tsx"]
|
|
164
|
-
keywords: ["refactor", "optimize"]
|
|
165
|
-
hooks:
|
|
166
|
-
before: validate-context
|
|
167
|
-
after: generate-report
|
|
168
|
-
---
|
|
124
|
+
#### Git Workflow Commands
|
|
125
|
+
- `/git-commit` - Smart commit message generation
|
|
126
|
+
- `/git-rollback` - Safe rollback with conflict resolution
|
|
127
|
+
- `/git-cleanBranches` - Clean up merged branches
|
|
128
|
+
- `/git-worktree` - Git worktree management
|
|
169
129
|
|
|
170
|
-
|
|
171
|
-
|
|
130
|
+
#### Six-Step Development Workflow
|
|
131
|
+
- `/workflow` - Structured development process
|
|
132
|
+
1. Requirements Analysis
|
|
133
|
+
2. Design & Planning
|
|
134
|
+
3. Implementation
|
|
135
|
+
4. Testing
|
|
136
|
+
5. Documentation
|
|
137
|
+
6. Review & Optimization
|
|
172
138
|
|
|
173
|
-
####
|
|
139
|
+
#### Feature Planning Workflow
|
|
140
|
+
- `/feat` - Feature planning with task breakdown
|
|
141
|
+
- `@planner` - AI planning agent for complex features
|
|
142
|
+
- `@ui-ux-designer` - UI/UX design assistance
|
|
174
143
|
|
|
175
|
-
|
|
144
|
+
#### Common Tools
|
|
145
|
+
- `/init-project` - Project initialization with best practices
|
|
146
|
+
- `@init-architect` - Project structure design
|
|
176
147
|
|
|
177
|
-
|
|
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
|
-
```
|
|
148
|
+
### ๐ค AI Agent System
|
|
187
149
|
|
|
188
|
-
|
|
150
|
+
Pre-configured AI agents for specialized tasks:
|
|
189
151
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
152
|
+
| Agent | Specialty | Invocation |
|
|
153
|
+
|-------|-----------|------------|
|
|
154
|
+
| ๐ **Planner** | Task breakdown & planning | `@planner` |
|
|
155
|
+
| ๐จ **UI/UX Designer** | Interface design | `@ui-ux-designer` |
|
|
156
|
+
| ๐๏ธ **Init Architect** | Project setup | `@init-architect` |
|
|
157
|
+
|
|
158
|
+
**Usage Example:**
|
|
159
|
+
```bash
|
|
160
|
+
# In Claude Code conversation
|
|
161
|
+
> @planner I need to add user authentication to my app
|
|
162
|
+
|
|
163
|
+
# Agent will provide:
|
|
164
|
+
# - Task breakdown
|
|
165
|
+
# - Implementation steps
|
|
166
|
+
# - Best practices
|
|
167
|
+
# - Security considerations
|
|
203
168
|
```
|
|
204
169
|
|
|
205
|
-
### ๐ฆ
|
|
170
|
+
### ๐ฆ 16 Built-in Skill Templates
|
|
171
|
+
|
|
172
|
+
Ready-to-use skill templates for common tasks:
|
|
206
173
|
|
|
207
174
|
| Category | Skills | Description |
|
|
208
175
|
|----------|--------|-------------|
|
|
209
|
-
| **Code Quality** | `pr-review`, `code-review`, `refactoring` |
|
|
210
|
-
| **Security** | `security-audit
|
|
211
|
-
| **Performance** | `performance-profiling
|
|
212
|
-
| **Documentation** | `documentation-gen
|
|
213
|
-
| **Testing** | `tdd-workflow`, `
|
|
214
|
-
| **DevOps** | `git-commit
|
|
215
|
-
| **Migration** | `migration-assistant
|
|
216
|
-
| **Planning** | `writing-plans`, `executing-plans` | Project planning |
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
Your personal AI development team, available 24/7:
|
|
221
|
-
|
|
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" |
|
|
235
|
-
|
|
236
|
-
### ๐ ShenCha - AI Code Auditor
|
|
237
|
-
|
|
238
|
-
Fully autonomous AI code auditor:
|
|
239
|
-
|
|
240
|
-
```
|
|
241
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
242
|
-
โ ๐ง ShenCha Audit Engine โ
|
|
243
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
244
|
-
โ โ
|
|
245
|
-
โ 1๏ธโฃ SCAN โ AI discovers issues (no predefined rules) โ
|
|
246
|
-
โ 2๏ธโฃ ANALYZE โ Understands context and impact โ
|
|
247
|
-
โ 3๏ธโฃ FIX โ Generates and applies fixes automatically โ
|
|
248
|
-
โ 4๏ธโฃ VERIFY โ Confirms fixes work correctly โ
|
|
249
|
-
โ โ
|
|
250
|
-
โ โ
Runs continuously in 72-hour cycles โ
|
|
251
|
-
โ โ
Generates comprehensive reports โ
|
|
252
|
-
โ โ
|
|
253
|
-
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
254
|
-
```
|
|
176
|
+
| **Code Quality** | `pr-review`, `code-review`, `refactoring` | Code analysis & improvement |
|
|
177
|
+
| **Security** | `security-audit` | Security vulnerability scanning |
|
|
178
|
+
| **Performance** | `performance-profiling` | Performance analysis |
|
|
179
|
+
| **Documentation** | `documentation-gen` | Auto-generate documentation |
|
|
180
|
+
| **Testing** | `tdd-workflow`, `systematic-debugging` | Test-driven development |
|
|
181
|
+
| **DevOps** | `git-commit` | Git automation |
|
|
182
|
+
| **Migration** | `migration-assistant` | Framework migrations |
|
|
183
|
+
| **Planning** | `writing-plans`, `executing-plans`, `brainstorming` | Project planning |
|
|
184
|
+
| **Verification** | `verification` | Code verification |
|
|
185
|
+
| **Interview** | `interview` | Requirements gathering |
|
|
255
186
|
|
|
256
187
|
### ๐ค Interview-Driven Development
|
|
257
188
|
|
|
258
|
-
|
|
189
|
+
Gather requirements before coding:
|
|
259
190
|
|
|
260
191
|
```bash
|
|
261
|
-
|
|
262
|
-
ccjk interview
|
|
263
|
-
|
|
192
|
+
# Interactive interview mode
|
|
193
|
+
ccjk interview
|
|
194
|
+
|
|
195
|
+
# Quick mode (10 essential questions)
|
|
196
|
+
ccjk interview --quick
|
|
197
|
+
|
|
198
|
+
# Deep mode (40+ comprehensive questions)
|
|
199
|
+
ccjk interview --deep
|
|
264
200
|
```
|
|
265
201
|
|
|
266
202
|
### ๐ 13+ API Providers
|
|
267
203
|
|
|
204
|
+
Pre-configured support for popular AI providers:
|
|
205
|
+
|
|
268
206
|
| Provider | Type | Free Tier |
|
|
269
207
|
|----------|------|:---------:|
|
|
270
208
|
| **Anthropic** | Official | - |
|
|
@@ -275,22 +213,85 @@ ccjk interview --deep # 40+ comprehensive questions
|
|
|
275
213
|
| **Ollama** | Local/Private | โ
|
|
|
276
214
|
| 302.AI, Qwen, SiliconFlow... | Chinese Providers | Varies |
|
|
277
215
|
|
|
216
|
+
**Quick Setup with Presets:**
|
|
217
|
+
```bash
|
|
218
|
+
# Use provider presets for instant configuration
|
|
219
|
+
npx ccjk init --provider 302ai --api-key YOUR_KEY
|
|
220
|
+
npx ccjk init --provider glm --api-key YOUR_KEY
|
|
221
|
+
npx ccjk init --provider minimax --api-key YOUR_KEY
|
|
222
|
+
```
|
|
223
|
+
|
|
278
224
|
---
|
|
279
225
|
|
|
280
|
-
## ๐ Why CCJK
|
|
281
|
-
|
|
282
|
-
| Feature | CCJK
|
|
283
|
-
|
|
284
|
-
| **
|
|
285
|
-
| **
|
|
286
|
-
| **
|
|
287
|
-
| **
|
|
288
|
-
| **
|
|
289
|
-
| **
|
|
290
|
-
| **
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
226
|
+
## ๐ Why Choose CCJK?
|
|
227
|
+
|
|
228
|
+
| Feature | CCJK | Manual Setup | Other Tools |
|
|
229
|
+
|---------|:----:|:------------:|:-----------:|
|
|
230
|
+
| **Zero Config** | โ
One command | โ Hours of setup | โ ๏ธ Complex |
|
|
231
|
+
| **Workflow Templates** | โ
16+ templates | โ Build yourself | โ ๏ธ Limited |
|
|
232
|
+
| **Multi-Provider** | โ
13+ providers | โ Manual config | โ ๏ธ 1-3 providers |
|
|
233
|
+
| **MCP Integration** | โ
Auto-setup | โ Manual JSON | โ ๏ธ Partial |
|
|
234
|
+
| **Bilingual Support** | โ
EN + ZH | โ English only | โ ๏ธ Limited |
|
|
235
|
+
| **Open Source** | โ
MIT | - | Varies |
|
|
236
|
+
| **Free** | โ
| โ
| โ Most paid |
|
|
237
|
+
|
|
238
|
+
---
|
|
239
|
+
|
|
240
|
+
## ๐บ๏ธ Roadmap
|
|
241
|
+
|
|
242
|
+
The following features are planned for future releases:
|
|
243
|
+
|
|
244
|
+
### ๐ฎ Planned Features (v2.0+)
|
|
245
|
+
|
|
246
|
+
#### ๐ฅ Smart Skills Hot-Reload System
|
|
247
|
+
- Real-time skill file watching and auto-reload
|
|
248
|
+
- Edit skills without restarting Claude Code
|
|
249
|
+
- Smart caching and instant activation
|
|
250
|
+
- **Status**: Infrastructure implemented, integration in progress
|
|
251
|
+
|
|
252
|
+
#### ๐ค Advanced Subagent Orchestration
|
|
253
|
+
- Parallel and sequential AI agent execution
|
|
254
|
+
- Multi-agent collaboration with task delegation
|
|
255
|
+
- Transcript recording and analysis
|
|
256
|
+
- **Status**: Core manager implemented, Claude Code integration pending
|
|
257
|
+
|
|
258
|
+
#### ๐ก๏ธ Permission System
|
|
259
|
+
- Fine-grained file and command access control
|
|
260
|
+
- Wildcard pattern matching for flexible rules
|
|
261
|
+
- Security-first skill execution
|
|
262
|
+
- **Status**: Type definitions ready, implementation planned
|
|
263
|
+
|
|
264
|
+
#### โก Lifecycle Hooks System
|
|
265
|
+
- Pre/post tool execution hooks
|
|
266
|
+
- Custom workflow event handlers
|
|
267
|
+
- Plugin-style extensibility
|
|
268
|
+
- **Status**: Core system implemented, documentation in progress
|
|
269
|
+
|
|
270
|
+
#### ๐ฏ Context-Aware Skill Activation
|
|
271
|
+
- Auto-activate skills based on file patterns
|
|
272
|
+
- Keyword-triggered skill suggestions
|
|
273
|
+
- Intelligent skill recommendations
|
|
274
|
+
- **Status**: Parser ready, activation logic planned
|
|
275
|
+
|
|
276
|
+
#### ๐ฆ Expanded Skill Marketplace
|
|
277
|
+
- Community-contributed skills
|
|
278
|
+
- One-click skill installation
|
|
279
|
+
- Skill versioning and updates
|
|
280
|
+
- **Status**: Registry infrastructure ready, marketplace UI planned
|
|
281
|
+
|
|
282
|
+
#### ๐ ShenCha AI Code Auditor
|
|
283
|
+
- Autonomous code scanning and analysis
|
|
284
|
+
- Automatic fix generation and application
|
|
285
|
+
- Continuous 72-hour audit cycles
|
|
286
|
+
- **Status**: Basic scanner implemented, full automation planned
|
|
287
|
+
|
|
288
|
+
### ๐ฏ How to Contribute
|
|
289
|
+
|
|
290
|
+
Interested in these features? We welcome contributions!
|
|
291
|
+
|
|
292
|
+
- Check our [GitHub Issues](https://github.com/anthropics/claude-code/issues) for feature discussions
|
|
293
|
+
- Join our [Discord](https://discord.gg/ccjk) to collaborate with the team
|
|
294
|
+
- Submit PRs for features you'd like to see implemented
|
|
294
295
|
|
|
295
296
|
---
|
|
296
297
|
|
|
@@ -300,26 +301,25 @@ ccjk interview --deep # 40+ comprehensive questions
|
|
|
300
301
|
|
|
301
302
|
```bash
|
|
302
303
|
npx ccjk # Interactive setup menu
|
|
303
|
-
ccjk
|
|
304
|
-
ccjk
|
|
305
|
-
ccjk
|
|
304
|
+
ccjk init # Full initialization
|
|
305
|
+
ccjk update # Update workflows
|
|
306
|
+
ccjk interview # Requirements gathering
|
|
306
307
|
```
|
|
307
308
|
|
|
308
|
-
###
|
|
309
|
+
### Configuration Commands
|
|
309
310
|
|
|
310
311
|
```bash
|
|
311
|
-
ccjk
|
|
312
|
-
ccjk
|
|
313
|
-
ccjk
|
|
314
|
-
ccjk skills create-batch --lang ts # Create TypeScript skills
|
|
312
|
+
ccjk config-switch --list # List available configs
|
|
313
|
+
ccjk config-switch <name> # Switch to a config
|
|
314
|
+
ccjk uninstall # Uninstall CCJK
|
|
315
315
|
```
|
|
316
316
|
|
|
317
|
-
###
|
|
317
|
+
### Tool Integration
|
|
318
318
|
|
|
319
319
|
```bash
|
|
320
|
-
ccjk
|
|
321
|
-
ccjk
|
|
322
|
-
ccjk
|
|
320
|
+
ccjk ccr # Claude Code Router setup
|
|
321
|
+
ccjk ccu # CCusage analytics
|
|
322
|
+
ccjk check-updates # Check for updates
|
|
323
323
|
```
|
|
324
324
|
|
|
325
325
|
---
|
|
@@ -329,8 +329,8 @@ ccjk api test # Test connection
|
|
|
329
329
|
```bash
|
|
330
330
|
ccjk init --lang en # English
|
|
331
331
|
ccjk init --lang zh-CN # ็ฎไฝไธญๆ
|
|
332
|
-
ccjk init --lang ja # ๆฅๆฌ่ช
|
|
333
|
-
ccjk init --lang ko # ํ๊ตญ์ด
|
|
332
|
+
ccjk init --lang ja # ๆฅๆฌ่ช (coming soon)
|
|
333
|
+
ccjk init --lang ko # ํ๊ตญ์ด (coming soon)
|
|
334
334
|
```
|
|
335
335
|
|
|
336
336
|
---
|
|
@@ -360,6 +360,8 @@ ccjk init --lang ko # ํ๊ตญ์ด
|
|
|
360
360
|
|
|
361
361
|
## ๐ค Contributing
|
|
362
362
|
|
|
363
|
+
We welcome contributions! Here's how to get started:
|
|
364
|
+
|
|
363
365
|
```bash
|
|
364
366
|
git clone https://github.com/anthropics/claude-code.git
|
|
365
367
|
cd ccjk
|
|
@@ -367,7 +369,7 @@ pnpm install
|
|
|
367
369
|
pnpm dev
|
|
368
370
|
```
|
|
369
371
|
|
|
370
|
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for
|
|
372
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.
|
|
371
373
|
|
|
372
374
|
---
|
|
373
375
|
|
|
@@ -393,7 +395,7 @@ If CCJK helps you code better, please give us a star!
|
|
|
393
395
|
|
|
394
396
|
### ๐ SEO Keywords
|
|
395
397
|
|
|
396
|
-
`claude-code` `ai-coding-assistant` `claude-code-extension` `ai-developer-tools` `claude-ai` `anthropic` `llm-coding` `
|
|
398
|
+
`claude-code` `ai-coding-assistant` `claude-code-extension` `ai-developer-tools` `claude-ai` `anthropic` `llm-coding` `workflow-templates` `code-automation` `zero-config` `multi-provider` `mcp-integration` `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` `ai-pair-programming` `intelligent-coding` `developer-productivity` `coding-assistant` `ai-tools-2025`
|
|
397
399
|
|
|
398
400
|
</div>
|
|
399
401
|
|