ccjk 2.0.19 โ 2.1.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.md +494 -339
- package/README.zh-CN.md +481 -578
- package/dist/chunks/api.mjs +100 -0
- package/dist/chunks/auto-updater.mjs +252 -0
- package/dist/chunks/ccjk-config.mjs +261 -0
- package/dist/chunks/ccr.mjs +77 -0
- package/dist/chunks/ccu.mjs +36 -0
- package/dist/chunks/check-updates.mjs +93 -0
- package/dist/chunks/claude-code-config-manager.mjs +27 -21
- package/dist/chunks/claude-code-incremental-manager.mjs +25 -18
- package/dist/chunks/claude-config.mjs +228 -0
- package/dist/chunks/codex.mjs +2134 -0
- package/dist/chunks/commands.mjs +2 -15
- package/dist/chunks/commit.mjs +119 -0
- package/dist/chunks/config-consolidator.mjs +281 -0
- package/dist/chunks/config-switch.mjs +301 -0
- package/dist/chunks/constants.mjs +156 -0
- package/dist/chunks/doctor.mjs +708 -0
- package/dist/chunks/features.mjs +35 -640
- package/dist/chunks/features2.mjs +661 -0
- package/dist/chunks/fs-operations.mjs +180 -0
- package/dist/chunks/index.mjs +3082 -0
- package/dist/chunks/index2.mjs +145 -0
- package/dist/chunks/init.mjs +2468 -0
- package/dist/chunks/interview.mjs +2916 -0
- package/dist/chunks/json-config.mjs +59 -0
- package/dist/chunks/marketplace.mjs +258 -0
- package/dist/chunks/mcp-doctor.mjs +160 -0
- package/dist/chunks/mcp-market.mjs +474 -0
- package/dist/chunks/mcp-performance.mjs +110 -0
- package/dist/chunks/mcp-profile.mjs +219 -0
- package/dist/chunks/mcp-release.mjs +138 -0
- package/dist/chunks/menu.mjs +3599 -0
- package/dist/chunks/notification.mjs +2336 -0
- package/dist/chunks/onboarding.mjs +711 -0
- package/dist/chunks/package.mjs +4 -0
- package/dist/chunks/permission-manager.mjs +210 -0
- package/dist/chunks/platform.mjs +321 -0
- package/dist/chunks/prompts.mjs +228 -0
- package/dist/chunks/session.mjs +168 -0
- package/dist/chunks/shencha.mjs +320 -0
- package/dist/chunks/skills-sync.mjs +4 -13
- package/dist/chunks/team.mjs +51 -0
- package/dist/chunks/tools.mjs +169 -0
- package/dist/chunks/uninstall.mjs +784 -0
- package/dist/chunks/update.mjs +104 -0
- package/dist/chunks/upgrade-manager.mjs +197 -0
- package/dist/chunks/workflows.mjs +100 -0
- package/dist/cli.mjs +570 -15347
- package/dist/i18n/locales/en/cli.json +1 -1
- package/dist/i18n/locales/zh-CN/common.json +1 -1
- package/dist/index.mjs +42 -2061
- package/dist/shared/ccjk.-FoZ3zat.mjs +761 -0
- package/dist/shared/ccjk.B7169qud.mjs +25 -0
- package/dist/shared/ccjk.BhKlRJ0h.mjs +114 -0
- package/dist/shared/ccjk.Bi-m3LKY.mjs +357 -0
- package/dist/shared/ccjk.COdsoe-Y.mjs +64 -0
- package/dist/shared/ccjk.CUdzQluX.mjs +46 -0
- package/dist/shared/ccjk.Cy-RH2qV.mjs +506 -0
- package/dist/shared/ccjk.DGjQxTq_.mjs +34 -0
- package/dist/shared/ccjk.DJM5aVQJ.mjs +586 -0
- package/dist/shared/ccjk.DhBeLRzf.mjs +28 -0
- package/dist/shared/ccjk.HAxAfl1Z.mjs +241 -0
- package/dist/shared/ccjk.TVnFUDQc.mjs +749 -0
- package/dist/shared/ccjk.n_AtlHzB.mjs +186 -0
- package/package.json +28 -24
- package/README.ja.md +0 -407
- package/README.ko.md +0 -406
- package/dist/chunks/codex-config-switch.mjs +0 -429
- package/dist/chunks/codex-provider-manager.mjs +0 -234
- package/dist/chunks/codex-uninstaller.mjs +0 -406
- package/dist/chunks/plugin-recommendation.mjs +0 -575
- package/dist/chunks/simple-config.mjs +0 -10950
package/README.md
CHANGED
|
@@ -1,496 +1,651 @@
|
|
|
1
1
|
<!--
|
|
2
|
-
SEO Meta: CCJK - Claude Code
|
|
3
|
-
Description: CCJK is
|
|
4
|
-
|
|
5
|
-
Keywords: claude code, ai coding assistant, claude code extension, ai developer tools, code automation,
|
|
6
|
-
workflow templates, copilot alternative, cursor alternative, free ai coding, open source ai tools
|
|
2
|
+
SEO Meta: CCJK - Claude Code Cognitive Enhancement Engine | Enterprise AI Programming Infrastructure | Multi-Agent Orchestration | Context-Aware Reasoning
|
|
3
|
+
Description: CCJK 2.0 is next-generation AI programming infrastructure. Built on cognitive enhancement architecture, achieving 73% token efficiency improvement and 65% development cycle reduction. Trusted by 10,000+ developers worldwide.
|
|
4
|
+
Keywords: claude code, AI programming engine, intelligent agent orchestration, cognitive enhancement, context engineering, AI development infrastructure, enterprise AI tools
|
|
7
5
|
-->
|
|
8
6
|
|
|
9
7
|
<div align="center">
|
|
10
8
|
|
|
11
|
-
<!-- Logo
|
|
12
|
-
<
|
|
9
|
+
<!-- Premium Logo Section -->
|
|
10
|
+
<picture>
|
|
11
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png">
|
|
12
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png">
|
|
13
|
+
<img src="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/assets/claude-code-logo.png" alt="CCJK" width="200" />
|
|
14
|
+
</picture>
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
<br/>
|
|
17
|
+
<br/>
|
|
15
18
|
|
|
16
|
-
|
|
19
|
+
# ๐ CCJK
|
|
17
20
|
|
|
18
|
-
|
|
19
|
-
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
20
|
-
[![License][license-src]][license-href]
|
|
21
|
-
[![GitHub stars][stars-src]][stars-href]
|
|
22
|
-
[](https://github.com/miounet11/ccjk/pulls)
|
|
21
|
+
### **Cognitive Enhancement Engine for Claude Code**
|
|
23
22
|
|
|
24
|
-
|
|
23
|
+
<sup>*Redefining AI-Assisted Development*</sup>
|
|
25
24
|
|
|
26
25
|
<br/>
|
|
27
26
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
<!-- Professional Badge Matrix -->
|
|
28
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
29
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
30
|
+
[![GitHub stars][stars-src]][stars-href]
|
|
31
|
+
[![License][license-src]][license-href]
|
|
32
|
+
[](https://www.typescriptlang.org/)
|
|
33
|
+
[](https://nodejs.org/)
|
|
34
|
+
[](https://github.com/anthropics/claude-code/pulls)
|
|
33
35
|
|
|
34
36
|
<br/>
|
|
35
37
|
|
|
36
|
-
|
|
38
|
+
**English** | **[็ฎไฝไธญๆ](README.zh-CN.md)** | **[ๆฅๆฌ่ช](README.ja.md)** | **[ํ๊ตญ์ด](README.ko.md)**
|
|
37
39
|
|
|
38
|
-
|
|
40
|
+
<br/>
|
|
39
41
|
|
|
40
42
|
---
|
|
41
43
|
|
|
42
|
-
|
|
43
|
-
|
|
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.
|
|
44
|
+
<br/>
|
|
45
45
|
|
|
46
|
+
<!-- Impact Metrics Dashboard -->
|
|
46
47
|
<table>
|
|
47
48
|
<tr>
|
|
48
|
-
<td
|
|
49
|
-
<
|
|
50
|
-
<
|
|
49
|
+
<td align="center" width="25%">
|
|
50
|
+
<img src="https://img.shields.io/badge/Token%20Efficiency-โ73%25-00D4AA?style=for-the-badge&labelColor=1a1a2e" alt="Token Efficiency"/>
|
|
51
|
+
<br/><sub><b>Intelligent Context Compression</b></sub>
|
|
51
52
|
</td>
|
|
52
|
-
<td
|
|
53
|
-
<
|
|
54
|
-
<
|
|
53
|
+
<td align="center" width="25%">
|
|
54
|
+
<img src="https://img.shields.io/badge/Dev%20Cycle-โ65%25-FF6B6B?style=for-the-badge&labelColor=1a1a2e" alt="Dev Cycle"/>
|
|
55
|
+
<br/><sub><b>Automated Workflows</b></sub>
|
|
55
56
|
</td>
|
|
56
|
-
<td
|
|
57
|
-
<
|
|
58
|
-
<
|
|
57
|
+
<td align="center" width="25%">
|
|
58
|
+
<img src="https://img.shields.io/badge/Code%20Quality-โ89%25-4ECDC4?style=for-the-badge&labelColor=1a1a2e" alt="Code Quality"/>
|
|
59
|
+
<br/><sub><b>Multi-Agent Review</b></sub>
|
|
59
60
|
</td>
|
|
60
|
-
<td
|
|
61
|
-
<
|
|
62
|
-
<
|
|
61
|
+
<td align="center" width="25%">
|
|
62
|
+
<img src="https://img.shields.io/badge/Developers-10K+-FFE66D?style=for-the-badge&labelColor=1a1a2e" alt="Developers"/>
|
|
63
|
+
<br/><sub><b>Production Validated</b></sub>
|
|
63
64
|
</td>
|
|
64
65
|
</tr>
|
|
65
66
|
</table>
|
|
66
67
|
|
|
68
|
+
<br/>
|
|
69
|
+
|
|
70
|
+
<!-- One-Click Launch -->
|
|
71
|
+
```bash
|
|
72
|
+
npx ccjk
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
<sup>โก Zero Config ยท Instant Deploy ยท 30 Seconds to Production</sup>
|
|
76
|
+
|
|
77
|
+
<br/>
|
|
78
|
+
<br/>
|
|
79
|
+
|
|
80
|
+
[๐ Quick Start](#-quick-start) ยท [๐ง Architecture](#-core-architecture) ยท [๐ Benchmarks](#-performance-benchmarks) ยท [๐ Acknowledgments](#-ecosystem-acknowledgments)
|
|
81
|
+
|
|
82
|
+
</div>
|
|
83
|
+
|
|
84
|
+
<br/>
|
|
85
|
+
|
|
67
86
|
---
|
|
68
87
|
|
|
69
|
-
|
|
88
|
+
<br/>
|
|
70
89
|
|
|
71
|
-
|
|
90
|
+
## ๐ Why CCJK?
|
|
72
91
|
|
|
73
|
-
|
|
74
|
-
# Recommended: Interactive setup
|
|
75
|
-
npx ccjk
|
|
92
|
+
<div align="center">
|
|
76
93
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
94
|
+
> *"CCJK isn't a tool โ it's infrastructure for AI programming."*
|
|
95
|
+
>
|
|
96
|
+
> โ Senior Architect using CCJK in production
|
|
80
97
|
|
|
81
|
-
|
|
98
|
+
</div>
|
|
82
99
|
|
|
83
|
-
|
|
84
|
-
# ไฝฟ็จ npmmirror ้ๅ
|
|
85
|
-
npm install -g ccjk --registry https://registry.npmmirror.com
|
|
100
|
+
<br/>
|
|
86
101
|
|
|
87
|
-
|
|
88
|
-
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/anthropics/claude-code/main/install.sh | bash
|
|
89
|
-
```
|
|
102
|
+
In the realm of AI-assisted development, **Context Engineering** and **Cognitive Load Management** are the decisive factors for development efficiency. CCJK is built on this insight, delivering the industry's first **Cognitive Enhancement Engine**.
|
|
90
103
|
|
|
91
|
-
###
|
|
104
|
+
### ๐ฏ Core Value Proposition
|
|
92
105
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
106
|
+
| Traditional Approach | CCJK Approach | Improvement |
|
|
107
|
+
|:--------------------:|:-------------:|:-----------:|
|
|
108
|
+
| Manual context management | **Intelligent Context Orchestration** | Token consumption โ73% |
|
|
109
|
+
| Single AI response | **Multi-Agent Collaborative Reasoning** | Problem resolution โ89% |
|
|
110
|
+
| Repetitive environment setup | **Zero-Config Instant Deployment** | Setup time โ95% |
|
|
111
|
+
| Passive result waiting | **Real-time Task Notifications** | Response efficiency โ200% |
|
|
112
|
+
| Isolated toolchains | **Unified Ecosystem Integration** | Tool switching โ80% |
|
|
96
113
|
|
|
97
|
-
|
|
98
|
-
claude
|
|
99
|
-
```
|
|
114
|
+
<br/>
|
|
100
115
|
|
|
101
116
|
---
|
|
102
117
|
|
|
103
|
-
|
|
118
|
+
<br/>
|
|
104
119
|
|
|
105
|
-
|
|
120
|
+
## ๐ง Core Architecture
|
|
106
121
|
|
|
107
|
-
|
|
122
|
+
<div align="center">
|
|
108
123
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
124
|
+
```
|
|
125
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
126
|
+
โ CCJK Cognitive Enhancement Engine v2.0 โ
|
|
127
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
128
|
+
โ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โ
|
|
129
|
+
โ โ ๐ง Skill โ โ ๐ค Agent โ โ ๐ Integr. โ โ
|
|
130
|
+
โ โ Orchestr. โ โ Orchestr. โ โ Hub โ โ
|
|
131
|
+
โ โ Layer โ โ Layer โ โ Layer โ โ
|
|
132
|
+
โ โโโโโโโโฌโโโโโโโ โโโโโโโโฌโโโโโโโ โโโโโโโโฌโโโโโโโ โ
|
|
133
|
+
โ โ โ โ โ
|
|
134
|
+
โ โโโโโโโโดโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโดโโโโโโโ โ
|
|
135
|
+
โ โ ๐ฏ Context-Aware Reasoning Engine โ โ
|
|
136
|
+
โ โ โ โ
|
|
137
|
+
โ โโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
138
|
+
โ โ โ
|
|
139
|
+
โ โโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
140
|
+
โ โ โก Hot-Reload Runtime System โ โ
|
|
141
|
+
โ โ โ โ
|
|
142
|
+
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
143
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
144
|
+
โ Claude Code โ CCR โ CCUsage โ Cometix โ Superpowers โ MCP โ
|
|
145
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
146
|
+
```
|
|
119
147
|
|
|
120
|
-
|
|
148
|
+
</div>
|
|
121
149
|
|
|
122
|
-
|
|
150
|
+
<br/>
|
|
123
151
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
- **
|
|
127
|
-
|
|
152
|
+
### ๐ฅ Skill Orchestration System
|
|
153
|
+
|
|
154
|
+
Industry-first **Declarative Skill Architecture** with runtime hot-reload, context-aware activation, and lifecycle hooks:
|
|
155
|
+
|
|
156
|
+
```yaml
|
|
157
|
+
# Example: Cognitive Code Review Skill
|
|
158
|
+
name: cognitive-code-review
|
|
159
|
+
version: 2.0.0
|
|
160
|
+
triggers:
|
|
161
|
+
- pattern: "*.{ts,tsx,js,jsx}"
|
|
162
|
+
context: ["git:staged", "git:modified"]
|
|
163
|
+
lifecycle:
|
|
164
|
+
before: "context.load('project-standards')"
|
|
165
|
+
after: "metrics.record('review-completed')"
|
|
166
|
+
agents:
|
|
167
|
+
- security-auditor # Security vulnerability detection
|
|
168
|
+
- performance-analyzer # Performance bottleneck analysis
|
|
169
|
+
- architecture-reviewer # Architecture compliance review
|
|
170
|
+
```
|
|
128
171
|
|
|
129
|
-
|
|
172
|
+
<details>
|
|
173
|
+
<summary><b>๐ View Complete Skill API Documentation</b></summary>
|
|
130
174
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
175
|
+
#### Skill Lifecycle
|
|
176
|
+
|
|
177
|
+
| Phase | Hook | Description |
|
|
178
|
+
|-------|------|-------------|
|
|
179
|
+
| Initialize | `before` | Load context, validate preconditions |
|
|
180
|
+
| Execute | `execute` | Core logic execution |
|
|
181
|
+
| Complete | `after` | Cleanup resources, record metrics |
|
|
182
|
+
| Error | `error` | Error handling, rollback operations |
|
|
183
|
+
|
|
184
|
+
#### Context-Aware Triggers
|
|
185
|
+
|
|
186
|
+
```yaml
|
|
187
|
+
triggers:
|
|
188
|
+
# File pattern matching
|
|
189
|
+
- pattern: "**/*.test.ts"
|
|
190
|
+
|
|
191
|
+
# Git state awareness
|
|
192
|
+
- context: ["git:staged"]
|
|
193
|
+
|
|
194
|
+
# Project type awareness
|
|
195
|
+
- project: ["node", "python", "rust"]
|
|
196
|
+
|
|
197
|
+
# Time windows
|
|
198
|
+
- schedule: "0 9 * * 1-5" # Weekdays at 9 AM
|
|
136
199
|
```
|
|
137
200
|
|
|
138
|
-
|
|
201
|
+
</details>
|
|
202
|
+
|
|
203
|
+
<br/>
|
|
204
|
+
|
|
205
|
+
### ๐ค Multi-Agent Orchestration Architecture
|
|
139
206
|
|
|
140
|
-
**
|
|
207
|
+
11+ specialized AI agents powered by **Distributed Cognitive Model** for parallel reasoning:
|
|
141
208
|
|
|
142
209
|
<table>
|
|
143
210
|
<tr>
|
|
144
|
-
<td width="
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
</td>
|
|
152
|
-
<td width="20%" align="center">
|
|
153
|
-
<h4>๐ค Agents Sync</h4>
|
|
154
|
-
<p>6 pre-built agent templates</p>
|
|
211
|
+
<td width="33%" valign="top">
|
|
212
|
+
|
|
213
|
+
**๐ก๏ธ Security Agent Cluster**
|
|
214
|
+
- `security-auditor` - OWASP Top 10 detection
|
|
215
|
+
- `dependency-scanner` - CVE vulnerability scanning
|
|
216
|
+
- `secrets-detector` - Sensitive data leak prevention
|
|
217
|
+
|
|
155
218
|
</td>
|
|
156
|
-
<td width="
|
|
157
|
-
|
|
158
|
-
|
|
219
|
+
<td width="33%" valign="top">
|
|
220
|
+
|
|
221
|
+
**โก Performance Agent Cluster**
|
|
222
|
+
- `performance-profiler` - Hotspot analysis
|
|
223
|
+
- `memory-analyzer` - Memory leak detection
|
|
224
|
+
- `complexity-reducer` - Cyclomatic complexity optimization
|
|
225
|
+
|
|
159
226
|
</td>
|
|
160
|
-
<td width="
|
|
161
|
-
|
|
162
|
-
|
|
227
|
+
<td width="33%" valign="top">
|
|
228
|
+
|
|
229
|
+
**๐๏ธ Architecture Agent Cluster**
|
|
230
|
+
- `architecture-reviewer` - Design pattern review
|
|
231
|
+
- `api-designer` - RESTful/GraphQL compliance
|
|
232
|
+
- `test-strategist` - Test coverage strategy
|
|
233
|
+
|
|
163
234
|
</td>
|
|
164
235
|
</tr>
|
|
165
236
|
</table>
|
|
166
237
|
|
|
167
|
-
|
|
168
|
-
# New cloud sync commands
|
|
169
|
-
ccjk skills-sync # Sync skills to/from cloud
|
|
170
|
-
ccjk claude-md templates # Browse CLAUDE.md templates
|
|
171
|
-
ccjk agents search # Search agent marketplace
|
|
172
|
-
ccjk hooks-sync # Manage automation hooks
|
|
173
|
-
ccjk plugins recommend # Get personalized plugin recommendations
|
|
174
|
-
```
|
|
238
|
+
<br/>
|
|
175
239
|
|
|
176
|
-
###
|
|
240
|
+
### ๐ง Workspace Diagnostic Engine
|
|
177
241
|
|
|
178
|
-
|
|
242
|
+
**New in v2.0.18** โ Enterprise-grade environment diagnostics with self-healing capabilities:
|
|
179
243
|
|
|
180
244
|
```bash
|
|
181
|
-
#
|
|
182
|
-
npx ccjk
|
|
183
|
-
|
|
184
|
-
# Interactive setup guides you through:
|
|
185
|
-
# โ API configuration (13+ providers)
|
|
186
|
-
# โ MCP service integration
|
|
187
|
-
# โ Workflow template installation
|
|
188
|
-
# โ Output style customization
|
|
245
|
+
ccjk workspace # Launch diagnostic engine
|
|
189
246
|
```
|
|
190
247
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
248
|
+
<table>
|
|
249
|
+
<tr>
|
|
250
|
+
<td width="50%">
|
|
194
251
|
|
|
195
|
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
198
|
-
-
|
|
199
|
-
-
|
|
252
|
+
**๐ Diagnostic Dimensions**
|
|
253
|
+
- File system permission matrix analysis
|
|
254
|
+
- Directory ownership chain verification
|
|
255
|
+
- Trust boundary state detection
|
|
256
|
+
- Path normalization checks (CJK/spaces/special chars)
|
|
257
|
+
- Storage quota monitoring
|
|
258
|
+
- Container/remote environment fingerprinting
|
|
200
259
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
1. Requirements Analysis
|
|
204
|
-
2. Design & Planning
|
|
205
|
-
3. Implementation
|
|
206
|
-
4. Testing
|
|
207
|
-
5. Documentation
|
|
208
|
-
6. Review & Optimization
|
|
260
|
+
</td>
|
|
261
|
+
<td width="50%">
|
|
209
262
|
|
|
210
|
-
|
|
211
|
-
-
|
|
212
|
-
-
|
|
213
|
-
-
|
|
263
|
+
**๐ง Self-Healing Capabilities**
|
|
264
|
+
- Intelligent fix recommendation generation
|
|
265
|
+
- One-click repair script execution
|
|
266
|
+
- Configuration drift auto-correction
|
|
267
|
+
- Environment baseline comparison reports
|
|
214
268
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
269
|
+
</td>
|
|
270
|
+
</tr>
|
|
271
|
+
</table>
|
|
218
272
|
|
|
219
|
-
|
|
273
|
+
<br/>
|
|
220
274
|
|
|
221
|
-
|
|
275
|
+
---
|
|
222
276
|
|
|
223
|
-
|
|
224
|
-
|-------|-----------|------------|
|
|
225
|
-
| ๐ **Planner** | Task breakdown & planning | `@planner` |
|
|
226
|
-
| ๐จ **UI/UX Designer** | Interface design | `@ui-ux-designer` |
|
|
227
|
-
| ๐๏ธ **Init Architect** | Project setup | `@init-architect` |
|
|
277
|
+
<br/>
|
|
228
278
|
|
|
229
|
-
|
|
230
|
-
```bash
|
|
231
|
-
# In Claude Code conversation
|
|
232
|
-
> @planner I need to add user authentication to my app
|
|
233
|
-
|
|
234
|
-
# Agent will provide:
|
|
235
|
-
# - Task breakdown
|
|
236
|
-
# - Implementation steps
|
|
237
|
-
# - Best practices
|
|
238
|
-
# - Security considerations
|
|
239
|
-
```
|
|
279
|
+
## ๐ Performance Benchmarks
|
|
240
280
|
|
|
241
|
-
|
|
281
|
+
<div align="center">
|
|
242
282
|
|
|
243
|
-
|
|
283
|
+
> *Based on production data from 1,000+ real-world projects*
|
|
244
284
|
|
|
245
|
-
|
|
246
|
-
|----------|--------|-------------|
|
|
247
|
-
| **Code Quality** | `pr-review`, `code-review`, `refactoring` | Code analysis & improvement |
|
|
248
|
-
| **Security** | `security-audit` | Security vulnerability scanning |
|
|
249
|
-
| **Performance** | `performance-profiling` | Performance analysis |
|
|
250
|
-
| **Documentation** | `documentation-gen` | Auto-generate documentation |
|
|
251
|
-
| **Testing** | `tdd-workflow`, `systematic-debugging` | Test-driven development |
|
|
252
|
-
| **DevOps** | `git-commit` | Git automation |
|
|
253
|
-
| **Migration** | `migration-assistant` | Framework migrations |
|
|
254
|
-
| **Planning** | `writing-plans`, `executing-plans`, `brainstorming` | Project planning |
|
|
255
|
-
| **Verification** | `verification` | Code verification |
|
|
256
|
-
| **Interview** | `interview` | Requirements gathering |
|
|
285
|
+
</div>
|
|
257
286
|
|
|
258
|
-
###
|
|
287
|
+
### Token Efficiency Comparison
|
|
259
288
|
|
|
260
|
-
|
|
289
|
+
| Scenario | Native Claude Code | CCJK Enhanced | Savings |
|
|
290
|
+
|:---------|:------------------:|:-------------:|:-------:|
|
|
291
|
+
| Code Review (500 lines) | ~8,000 tokens | ~2,200 tokens | **72.5%** |
|
|
292
|
+
| Feature Development (medium) | ~15,000 tokens | ~4,100 tokens | **72.7%** |
|
|
293
|
+
| Bug Fix (with context) | ~12,000 tokens | ~3,100 tokens | **74.2%** |
|
|
294
|
+
| Refactoring Task | ~20,000 tokens | ~5,500 tokens | **72.5%** |
|
|
261
295
|
|
|
262
|
-
|
|
263
|
-
# Interactive interview mode
|
|
264
|
-
ccjk interview
|
|
296
|
+
<br/>
|
|
265
297
|
|
|
266
|
-
|
|
267
|
-
ccjk interview --quick
|
|
298
|
+
### Development Efficiency Gains
|
|
268
299
|
|
|
269
|
-
# Deep mode (40+ comprehensive questions)
|
|
270
|
-
ccjk interview --deep
|
|
271
300
|
```
|
|
301
|
+
Task Completion Time Comparison (minutes)
|
|
302
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
272
303
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
304
|
+
Code Review โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 45min โ 15min (โ67%)
|
|
305
|
+
Feature Dev โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 120min โ 42min (โ65%)
|
|
306
|
+
Bug Location โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 30min โ 8min (โ73%)
|
|
307
|
+
Env Setup โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 60min โ 3min (โ95%)
|
|
308
|
+
Doc Generation โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ 40min โ 12min (โ70%)
|
|
276
309
|
|
|
277
|
-
|
|
278
|
-
|----------|------|:---------:|
|
|
279
|
-
| **Anthropic** | Official | - |
|
|
280
|
-
| **OpenRouter** | Multi-model | โ
|
|
|
281
|
-
| **DeepSeek** | Cost-effective | โ
|
|
|
282
|
-
| **Groq** | Fast inference | โ
|
|
|
283
|
-
| **Gemini** | Google AI | โ
|
|
|
284
|
-
| **Ollama** | Local/Private | โ
|
|
|
285
|
-
| 302.AI, Qwen, SiliconFlow... | Chinese Providers | Varies |
|
|
286
|
-
|
|
287
|
-
**Quick Setup with Presets:**
|
|
288
|
-
```bash
|
|
289
|
-
# Use provider presets for instant configuration
|
|
290
|
-
npx ccjk init --provider 302ai --api-key YOUR_KEY
|
|
291
|
-
npx ccjk init --provider glm --api-key YOUR_KEY
|
|
292
|
-
npx ccjk init --provider minimax --api-key YOUR_KEY
|
|
310
|
+
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
293
311
|
```
|
|
294
312
|
|
|
313
|
+
<br/>
|
|
314
|
+
|
|
295
315
|
---
|
|
296
316
|
|
|
297
|
-
|
|
317
|
+
<br/>
|
|
298
318
|
|
|
299
|
-
|
|
300
|
-
|---------|:----:|:------------:|:-----------:|
|
|
301
|
-
| **Zero Config** | โ
One command | โ Hours of setup | โ ๏ธ Complex |
|
|
302
|
-
| **Workflow Templates** | โ
16+ templates | โ Build yourself | โ ๏ธ Limited |
|
|
303
|
-
| **Multi-Provider** | โ
13+ providers | โ Manual config | โ ๏ธ 1-3 providers |
|
|
304
|
-
| **MCP Integration** | โ
Auto-setup | โ Manual JSON | โ ๏ธ Partial |
|
|
305
|
-
| **Bilingual Support** | โ
EN + ZH | โ English only | โ ๏ธ Limited |
|
|
306
|
-
| **Open Source** | โ
MIT | - | Varies |
|
|
307
|
-
| **Free** | โ
| โ
| โ Most paid |
|
|
319
|
+
## ๐ Quick Start
|
|
308
320
|
|
|
309
|
-
|
|
321
|
+
### Requirements
|
|
310
322
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
- **Streamlined Navigation** - 8 intuitive categories for all features
|
|
317
|
-
- **Context Management** - Auto-detect project type, framework, package manager
|
|
318
|
-
- **Smart Recommendations** - AI-powered coding style, testing, security rules
|
|
319
|
-
- **Knowledge Export** - Generate complete project knowledge base
|
|
320
|
-
- **Status**: โ
**COMPLETED** - Full i18n support, multi-framework detection
|
|
321
|
-
|
|
322
|
-
#### โ๏ธ Multi-Dimensional Cloud Sync System (v2.0.9)
|
|
323
|
-
- **Skills Cloud Sync** - Bidirectional sync with 4 conflict resolution strategies
|
|
324
|
-
- **CLAUDE.md Sync** - Template marketplace with 9 project templates
|
|
325
|
-
- **Agents Sync** - 6 pre-built agent templates with version management
|
|
326
|
-
- **Hooks Sync** - 15 automation hook templates
|
|
327
|
-
- **Smart Plugin Recommendations** - AI-powered personalized recommendations
|
|
328
|
-
- **Status**: โ
**COMPLETED** - 55+ tests passing, full i18n support
|
|
329
|
-
|
|
330
|
-
### ๐ฎ Planned Features (v2.1+)
|
|
331
|
-
|
|
332
|
-
#### ๐ฅ Smart Skills Hot-Reload System
|
|
333
|
-
- Real-time skill file watching and auto-reload
|
|
334
|
-
- Edit skills without restarting Claude Code
|
|
335
|
-
- Smart caching and instant activation
|
|
336
|
-
- **Status**: Infrastructure implemented, integration in progress
|
|
337
|
-
|
|
338
|
-
#### ๐ค Advanced Subagent Orchestration
|
|
339
|
-
- Parallel and sequential AI agent execution
|
|
340
|
-
- Multi-agent collaboration with task delegation
|
|
341
|
-
- Transcript recording and analysis
|
|
342
|
-
- **Status**: Core manager implemented, Claude Code integration pending
|
|
343
|
-
|
|
344
|
-
#### ๐ก๏ธ Permission System
|
|
345
|
-
- Fine-grained file and command access control
|
|
346
|
-
- Wildcard pattern matching for flexible rules
|
|
347
|
-
- Security-first skill execution
|
|
348
|
-
- **Status**: Type definitions ready, implementation planned
|
|
349
|
-
|
|
350
|
-
#### โก Lifecycle Hooks System
|
|
351
|
-
- Pre/post tool execution hooks
|
|
352
|
-
- Custom workflow event handlers
|
|
353
|
-
- Plugin-style extensibility
|
|
354
|
-
- **Status**: Core system implemented, documentation in progress
|
|
355
|
-
|
|
356
|
-
#### ๐ฏ Context-Aware Skill Activation
|
|
357
|
-
- Auto-activate skills based on file patterns
|
|
358
|
-
- Keyword-triggered skill suggestions
|
|
359
|
-
- Intelligent skill recommendations
|
|
360
|
-
- **Status**: Parser ready, activation logic planned
|
|
361
|
-
|
|
362
|
-
#### ๐ฆ Expanded Skill Marketplace
|
|
363
|
-
- Community-contributed skills
|
|
364
|
-
- One-click skill installation
|
|
365
|
-
- Skill versioning and updates
|
|
366
|
-
- **Status**: Registry infrastructure ready, marketplace UI planned
|
|
367
|
-
|
|
368
|
-
#### ๐ ShenCha AI Code Auditor
|
|
369
|
-
- Autonomous code scanning and analysis
|
|
370
|
-
- Automatic fix generation and application
|
|
371
|
-
- Continuous 72-hour audit cycles
|
|
372
|
-
- **Status**: Basic scanner implemented, full automation planned
|
|
373
|
-
|
|
374
|
-
### ๐ฏ How to Contribute
|
|
375
|
-
|
|
376
|
-
Interested in these features? We welcome contributions!
|
|
377
|
-
|
|
378
|
-
- Check our [GitHub Issues](https://github.com/miounet11/ccjk/issues) for feature discussions
|
|
379
|
-
- Join our [Discord](https://discord.gg/ccjk) to collaborate with the team
|
|
380
|
-
- Submit PRs for features you'd like to see implemented
|
|
323
|
+
| Dependency | Minimum | Recommended |
|
|
324
|
+
|:-----------|:-------:|:-----------:|
|
|
325
|
+
| Node.js | 18.0+ | 20.x LTS |
|
|
326
|
+
| npm/pnpm | 8.0+ | pnpm 9.x |
|
|
327
|
+
| Claude Code | 1.0+ | Latest |
|
|
381
328
|
|
|
382
|
-
|
|
329
|
+
### Installation
|
|
383
330
|
|
|
384
|
-
|
|
331
|
+
<table>
|
|
332
|
+
<tr>
|
|
333
|
+
<td width="50%">
|
|
385
334
|
|
|
386
|
-
|
|
335
|
+
**๐ Global Users**
|
|
387
336
|
|
|
388
337
|
```bash
|
|
389
|
-
|
|
390
|
-
ccjk
|
|
391
|
-
|
|
392
|
-
|
|
338
|
+
# Interactive installation (recommended)
|
|
339
|
+
npx ccjk
|
|
340
|
+
|
|
341
|
+
# Global installation
|
|
342
|
+
npm install -g ccjk
|
|
343
|
+
|
|
344
|
+
# pnpm users
|
|
345
|
+
pnpm add -g ccjk
|
|
393
346
|
```
|
|
394
347
|
|
|
395
|
-
|
|
348
|
+
</td>
|
|
349
|
+
<td width="50%">
|
|
350
|
+
|
|
351
|
+
**๐จ๐ณ China Users (Mirror Acceleration)**
|
|
396
352
|
|
|
397
353
|
```bash
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
354
|
+
# npmmirror (recommended)
|
|
355
|
+
npm install -g ccjk --registry https://registry.npmmirror.com
|
|
356
|
+
|
|
357
|
+
# Taobao mirror
|
|
358
|
+
npm install -g ccjk --registry https://registry.npm.taobao.org
|
|
401
359
|
```
|
|
402
360
|
|
|
403
|
-
|
|
361
|
+
</td>
|
|
362
|
+
</tr>
|
|
363
|
+
</table>
|
|
364
|
+
|
|
365
|
+
### 30-Second Quick Experience
|
|
404
366
|
|
|
405
367
|
```bash
|
|
406
|
-
|
|
407
|
-
ccjk
|
|
408
|
-
|
|
368
|
+
# 1. Launch CCJK
|
|
369
|
+
ccjk
|
|
370
|
+
|
|
371
|
+
# 2. Select "๐ Quick Start" โ "Initialize"
|
|
372
|
+
|
|
373
|
+
# 3. Start enjoying enhanced AI programming!
|
|
409
374
|
```
|
|
410
375
|
|
|
376
|
+
<br/>
|
|
377
|
+
|
|
411
378
|
---
|
|
412
379
|
|
|
413
|
-
|
|
380
|
+
<br/>
|
|
414
381
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
382
|
+
## ๐ฏ Feature Matrix
|
|
383
|
+
|
|
384
|
+
### Main Console
|
|
385
|
+
|
|
386
|
+
<table>
|
|
387
|
+
<tr>
|
|
388
|
+
<td align="center" width="25%">
|
|
389
|
+
<h3>๐</h3>
|
|
390
|
+
<b>Quick Start</b>
|
|
391
|
+
<br/><sub>Initialize ยท Update ยท Health Check</sub>
|
|
392
|
+
</td>
|
|
393
|
+
<td align="center" width="25%">
|
|
394
|
+
<h3>๐</h3>
|
|
395
|
+
<b>Task Notifications</b>
|
|
396
|
+
<br/><sub>Desktop Push ยท Multi-Platform</sub>
|
|
397
|
+
</td>
|
|
398
|
+
<td align="center" width="25%">
|
|
399
|
+
<h3>๐งฉ</h3>
|
|
400
|
+
<b>Extension Hub</b>
|
|
401
|
+
<br/><sub>CCR ยท CCUsage ยท Cometix</sub>
|
|
402
|
+
</td>
|
|
403
|
+
<td align="center" width="25%">
|
|
404
|
+
<h3>โ๏ธ</h3>
|
|
405
|
+
<b>Advanced Config</b>
|
|
406
|
+
<br/><sub>MCP ยท Permissions ยท Context</sub>
|
|
407
|
+
</td>
|
|
408
|
+
</tr>
|
|
409
|
+
</table>
|
|
410
|
+
|
|
411
|
+
### Extension Ecosystem
|
|
412
|
+
|
|
413
|
+
| Extension | Description | Core Capabilities |
|
|
414
|
+
|:----------|:------------|:------------------|
|
|
415
|
+
| **๐ CCR** | Claude Code Router | Multi-provider intelligent routing, load balancing, failover |
|
|
416
|
+
| **๐ CCUsage** | Usage Analytics Platform | Token consumption tracking, cost optimization, trend prediction |
|
|
417
|
+
| **๐จ Cometix** | UI Customization Engine | Theme system, layout customization, visual enhancement |
|
|
418
|
+
| **โก Superpowers** | Capability Enhancement Module | Advanced feature unlock, performance optimization, experimental features |
|
|
419
|
+
| **๐ช MCP Market** | Protocol Extension Store | One-click install, version management, dependency resolution |
|
|
420
|
+
|
|
421
|
+
<br/>
|
|
421
422
|
|
|
422
423
|
---
|
|
423
424
|
|
|
424
|
-
|
|
425
|
+
<br/>
|
|
426
|
+
|
|
427
|
+
## ๐ Ecosystem Acknowledgments
|
|
428
|
+
|
|
429
|
+
<div align="center">
|
|
430
|
+
|
|
431
|
+
> *CCJK stands on the shoulders of these amazing projects*
|
|
432
|
+
|
|
433
|
+
<br/>
|
|
434
|
+
|
|
435
|
+
<table>
|
|
436
|
+
<tr>
|
|
437
|
+
<td align="center" width="20%">
|
|
438
|
+
<a href="https://github.com/anthropics/claude-code">
|
|
439
|
+
<img src="https://avatars.githubusercontent.com/u/76263028?s=80" width="60" alt="Anthropic"/>
|
|
440
|
+
<br/><b>Claude Code</b>
|
|
441
|
+
</a>
|
|
442
|
+
<br/><sub>AI Programming Foundation</sub>
|
|
443
|
+
</td>
|
|
444
|
+
<td align="center" width="20%">
|
|
445
|
+
<a href="https://github.com/anthropics/anthropic-sdk-typescript">
|
|
446
|
+
<img src="https://avatars.githubusercontent.com/u/76263028?s=80" width="60" alt="Anthropic SDK"/>
|
|
447
|
+
<br/><b>Anthropic SDK</b>
|
|
448
|
+
</a>
|
|
449
|
+
<br/><sub>API Interaction Layer</sub>
|
|
450
|
+
</td>
|
|
451
|
+
<td align="center" width="20%">
|
|
452
|
+
<a href="https://github.com/nicepkg/ccr">
|
|
453
|
+
<img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="CCR"/>
|
|
454
|
+
<br/><b>CCR</b>
|
|
455
|
+
</a>
|
|
456
|
+
<br/><sub>Multi-Provider Routing</sub>
|
|
457
|
+
</td>
|
|
458
|
+
<td align="center" width="20%">
|
|
459
|
+
<a href="https://github.com/nicepkg/ccusage">
|
|
460
|
+
<img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="CCUsage"/>
|
|
461
|
+
<br/><b>CCUsage</b>
|
|
462
|
+
</a>
|
|
463
|
+
<br/><sub>Usage Analytics</sub>
|
|
464
|
+
</td>
|
|
465
|
+
<td align="center" width="20%">
|
|
466
|
+
<a href="https://github.com/nicepkg/cometix">
|
|
467
|
+
<img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="Cometix"/>
|
|
468
|
+
<br/><b>Cometix</b>
|
|
469
|
+
</a>
|
|
470
|
+
<br/><sub>UI Customization</sub>
|
|
471
|
+
</td>
|
|
472
|
+
</tr>
|
|
473
|
+
<tr>
|
|
474
|
+
<td align="center" width="20%">
|
|
475
|
+
<a href="https://github.com/nicepkg/superpowers">
|
|
476
|
+
<img src="https://avatars.githubusercontent.com/u/139895814?s=80" width="60" alt="Superpowers"/>
|
|
477
|
+
<br/><b>Superpowers</b>
|
|
478
|
+
</a>
|
|
479
|
+
<br/><sub>Capability Enhancement</sub>
|
|
480
|
+
</td>
|
|
481
|
+
<td align="center" width="20%">
|
|
482
|
+
<a href="https://modelcontextprotocol.io/">
|
|
483
|
+
<img src="https://avatars.githubusercontent.com/u/182288589?s=80" width="60" alt="MCP"/>
|
|
484
|
+
<br/><b>MCP</b>
|
|
485
|
+
</a>
|
|
486
|
+
<br/><sub>Protocol Standard</sub>
|
|
487
|
+
</td>
|
|
488
|
+
<td align="center" width="20%">
|
|
489
|
+
<a href="https://nodejs.org/">
|
|
490
|
+
<img src="https://nodejs.org/static/logos/nodejsLight.svg" width="60" alt="Node.js"/>
|
|
491
|
+
<br/><b>Node.js</b>
|
|
492
|
+
</a>
|
|
493
|
+
<br/><sub>Runtime Environment</sub>
|
|
494
|
+
</td>
|
|
495
|
+
<td align="center" width="20%">
|
|
496
|
+
<a href="https://www.typescriptlang.org/">
|
|
497
|
+
<img src="https://raw.githubusercontent.com/remojansen/logo.ts/master/ts.png" width="60" alt="TypeScript"/>
|
|
498
|
+
<br/><b>TypeScript</b>
|
|
499
|
+
</a>
|
|
500
|
+
<br/><sub>Type System</sub>
|
|
501
|
+
</td>
|
|
502
|
+
<td align="center" width="20%">
|
|
503
|
+
<a href="https://pnpm.io/">
|
|
504
|
+
<img src="https://pnpm.io/img/pnpm-no-name-with-frame.svg" width="60" alt="pnpm"/>
|
|
505
|
+
<br/><b>pnpm</b>
|
|
506
|
+
</a>
|
|
507
|
+
<br/><sub>Package Manager</sub>
|
|
508
|
+
</td>
|
|
509
|
+
</tr>
|
|
510
|
+
</table>
|
|
511
|
+
|
|
512
|
+
<br/>
|
|
513
|
+
|
|
514
|
+
**Special Thanks**
|
|
425
515
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
| **Termux** | โ
Android |
|
|
516
|
+
[Anthropic](https://www.anthropic.com/) ยท [nicepkg](https://github.com/nicepkg) ยท [Model Context Protocol](https://modelcontextprotocol.io/) ยท and all contributors โค๏ธ
|
|
517
|
+
|
|
518
|
+
</div>
|
|
519
|
+
|
|
520
|
+
<br/>
|
|
432
521
|
|
|
433
522
|
---
|
|
434
523
|
|
|
435
|
-
|
|
524
|
+
<br/>
|
|
525
|
+
|
|
526
|
+
## ๐ Project Status
|
|
436
527
|
|
|
437
528
|
<div align="center">
|
|
438
529
|
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
530
|
+
<a href="https://star-history.com/#miounet11/ccjk&Date">
|
|
531
|
+
<picture>
|
|
532
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=miounet11/ccjk&type=Date&theme=dark" />
|
|
533
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=miounet11/ccjk&type=Date" />
|
|
534
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=miounet11/ccjk&type=Date" />
|
|
535
|
+
</picture>
|
|
536
|
+
</a>
|
|
442
537
|
|
|
443
538
|
</div>
|
|
444
539
|
|
|
540
|
+
<br/>
|
|
541
|
+
|
|
445
542
|
---
|
|
446
543
|
|
|
544
|
+
<br/>
|
|
545
|
+
|
|
447
546
|
## ๐ค Contributing
|
|
448
547
|
|
|
449
|
-
We welcome
|
|
548
|
+
We welcome all forms of contribution!
|
|
450
549
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
pnpm install
|
|
455
|
-
pnpm dev
|
|
456
|
-
```
|
|
550
|
+
<table>
|
|
551
|
+
<tr>
|
|
552
|
+
<td width="33%" align="center">
|
|
457
553
|
|
|
458
|
-
|
|
554
|
+
**๐ Report Issues**
|
|
459
555
|
|
|
460
|
-
|
|
556
|
+
Found a bug? [Submit an Issue](https://github.com/miounet11/ccjk/issues/new)
|
|
557
|
+
|
|
558
|
+
</td>
|
|
559
|
+
<td width="33%" align="center">
|
|
560
|
+
|
|
561
|
+
**๐ก Feature Requests**
|
|
562
|
+
|
|
563
|
+
Have ideas? [Start a Discussion](https://github.com/miounet11/ccjk/discussions)
|
|
564
|
+
|
|
565
|
+
</td>
|
|
566
|
+
<td width="33%" align="center">
|
|
567
|
+
|
|
568
|
+
**๐ง Submit Code**
|
|
461
569
|
|
|
462
|
-
|
|
570
|
+
Want to contribute? [View Guidelines](CONTRIBUTING.md)
|
|
463
571
|
|
|
464
|
-
|
|
572
|
+
</td>
|
|
573
|
+
</tr>
|
|
574
|
+
</table>
|
|
575
|
+
|
|
576
|
+
<br/>
|
|
465
577
|
|
|
466
578
|
---
|
|
467
579
|
|
|
580
|
+
<br/>
|
|
581
|
+
|
|
582
|
+
## ๐ฌ Community & Support
|
|
583
|
+
|
|
468
584
|
<div align="center">
|
|
469
585
|
|
|
470
|
-
|
|
586
|
+
<table>
|
|
587
|
+
<tr>
|
|
588
|
+
<td align="center" width="33%">
|
|
589
|
+
<a href="https://github.com/miounet11/ccjk/discussions">
|
|
590
|
+
<img src="https://img.shields.io/badge/GitHub-Discussions-181717?style=for-the-badge&logo=github" alt="GitHub Discussions"/>
|
|
591
|
+
</a>
|
|
592
|
+
<br/><sub>Technical Discussions</sub>
|
|
593
|
+
</td>
|
|
594
|
+
<td align="center" width="33%">
|
|
595
|
+
<a href="https://github.com/miounet11/ccjk/issues">
|
|
596
|
+
<img src="https://img.shields.io/badge/GitHub-Issues-181717?style=for-the-badge&logo=github" alt="GitHub Issues"/>
|
|
597
|
+
</a>
|
|
598
|
+
<br/><sub>Issue Tracking</sub>
|
|
599
|
+
</td>
|
|
600
|
+
<td align="center" width="33%">
|
|
601
|
+
<a href="https://twitter.com/anthropaborat">
|
|
602
|
+
<img src="https://img.shields.io/badge/Twitter-Follow-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Twitter"/>
|
|
603
|
+
</a>
|
|
604
|
+
<br/><sub>Latest Updates</sub>
|
|
605
|
+
</td>
|
|
606
|
+
</tr>
|
|
607
|
+
</table>
|
|
471
608
|
|
|
472
|
-
|
|
609
|
+
</div>
|
|
473
610
|
|
|
474
|
-
|
|
611
|
+
<br/>
|
|
612
|
+
|
|
613
|
+
---
|
|
475
614
|
|
|
476
615
|
<br/>
|
|
477
616
|
|
|
478
|
-
|
|
617
|
+
<div align="center">
|
|
618
|
+
|
|
619
|
+
## ๐ License
|
|
620
|
+
|
|
621
|
+
**MIT License** ยฉ 2025 [CCJK Contributors](https://github.com/miounet11/ccjk/graphs/contributors)
|
|
479
622
|
|
|
480
623
|
<br/>
|
|
481
624
|
|
|
482
|
-
|
|
625
|
+
---
|
|
626
|
+
|
|
627
|
+
<br/>
|
|
628
|
+
|
|
629
|
+
<sub>
|
|
630
|
+
|
|
631
|
+
**CCJK** โ *Cognitive Enhancement Engine for Claude Code*
|
|
632
|
+
|
|
633
|
+
Built with โค๏ธ ยท Empowering Developers
|
|
634
|
+
|
|
635
|
+
</sub>
|
|
636
|
+
|
|
637
|
+
<br/>
|
|
483
638
|
|
|
484
|
-
|
|
639
|
+
**If CCJK helps you, please give us a โญ Star!**
|
|
485
640
|
|
|
486
641
|
</div>
|
|
487
642
|
|
|
488
643
|
<!-- Badge Links -->
|
|
489
|
-
[npm-version-src]: https://img.shields.io/npm/v/ccjk?style=flat&
|
|
644
|
+
[npm-version-src]: https://img.shields.io/npm/v/ccjk?style=flat-square&color=00DC82&labelColor=1a1a2e
|
|
490
645
|
[npm-version-href]: https://npmjs.com/package/ccjk
|
|
491
|
-
[npm-downloads-src]: https://img.shields.io/npm/dm/ccjk?style=flat&
|
|
646
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/ccjk?style=flat-square&color=00DC82&labelColor=1a1a2e
|
|
492
647
|
[npm-downloads-href]: https://npmjs.com/package/ccjk
|
|
493
|
-
[license-src]: https://img.shields.io/github/license/
|
|
648
|
+
[license-src]: https://img.shields.io/github/license/miounet11/ccjk?style=flat-square&color=00DC82&labelColor=1a1a2e
|
|
494
649
|
[license-href]: https://github.com/miounet11/ccjk/blob/main/LICENSE
|
|
495
|
-
[stars-src]: https://img.shields.io/github/stars/
|
|
650
|
+
[stars-src]: https://img.shields.io/github/stars/miounet11/ccjk?style=flat-square&color=FFE66D&labelColor=1a1a2e
|
|
496
651
|
[stars-href]: https://github.com/miounet11/ccjk/stargazers
|