ccjk 9.15.0 → 10.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.
@@ -0,0 +1,176 @@
1
+ <div align="center">
2
+
3
+ # 🚀 CCJK
4
+
5
+ ### Simplify Your Claude Code Setup
6
+
7
+ **Guided configuration. One-click MCP installation. Multi-provider support.**
8
+
9
+ <br/>
10
+
11
+ ```bash
12
+ npx ccjk
13
+ ```
14
+
15
+ <br/>
16
+
17
+ [![npm](https://img.shields.io/npm/v/ccjk?style=flat-square&color=cb3837)](https://www.npmjs.com/package/ccjk)
18
+ [![downloads](https://img.shields.io/npm/dm/ccjk?style=flat-square&color=cb3837)](https://www.npmjs.com/package/ccjk)
19
+ [![license](https://img.shields.io/github/license/miounet11/ccjk?style=flat-square)](./LICENSE)
20
+ [![stars](https://img.shields.io/github/stars/miounet11/ccjk?style=flat-square)](https://github.com/miounet11/ccjk/stargazers)
21
+
22
+ [English](./README.en.md) · [中文](./README.zh-CN.md) · [日本語](./README.ja.md)
23
+
24
+ </div>
25
+
26
+ ---
27
+
28
+ ## 💡 What is CCJK?
29
+
30
+ A **CLI toolkit** for [Claude Code](https://github.com/anthropics/claude-code) that simplifies environment setup:
31
+
32
+ ```diff
33
+ - Manually edit JSON configs
34
+ - Search for and configure MCP services individually
35
+ - Research API provider settings
36
+ - Repeat setup on each machine
37
+
38
+ + Interactive guided setup
39
+ + One-click MCP service installation
40
+ + Pre-configured API provider presets
41
+ + Optional cloud sync for configs
42
+ ```
43
+
44
+ ## ⚡ Quick Start
45
+
46
+ ```bash
47
+ # In your project directory
48
+ npx ccjk
49
+
50
+ # Follow the interactive prompts (5-15 minutes first time)
51
+ ```
52
+
53
+ **What happens:**
54
+ - ✅ Interactive menu guides you through setup
55
+ - ✅ Choose from 50+ MCP services to install
56
+ - ✅ Configure API with provider presets (302.AI, GLM, etc.)
57
+ - ✅ Import workflow templates
58
+ - ✅ Set up output styles and preferences
59
+
60
+ **Before CCJK:**
61
+ ```
62
+ ❌ Manual JSON editing
63
+ ❌ Finding MCP services individually
64
+ ❌ Researching API settings
65
+ ❌ Repeating setup on each machine
66
+ ```
67
+
68
+ **After CCJK:**
69
+ ```
70
+ ✅ Guided interactive setup
71
+ ✅ One-click MCP installation
72
+ ✅ API provider presets
73
+ ✅ Optional cloud sync
74
+ ```
75
+
76
+ ## 🎯 What CCJK Actually Does
77
+
78
+ | Feature | Status | Description |
79
+ |:--------|:-------|:------------|
80
+ | 🔌 **MCP Installation** | ✅ Working | One-click install of 50+ MCP services |
81
+ | 📝 **Workflow Templates** | ✅ Working | Pre-configured workflows for common tasks |
82
+ | 🔑 **API Presets** | ✅ Working | Quick setup for 302.AI, GLM, MiniMax, Kimi |
83
+ | 🎛️ **Interactive Menu** | ✅ Working | Guided configuration with 7 main options |
84
+ | 🌐 **Multi-Tool Support** | ✅ Working | Works with Claude Code and Codex |
85
+ | ☁️ **Cloud Sync** | 🟡 Manual | Backup/restore via GitHub Gist, WebDAV, S3 |
86
+ | 🤖 **Agent Teams** | 🟡 Wrapper | Enables Claude Code's experimental feature |
87
+
88
+ **Legend:**
89
+ - ✅ **Working** - Fully implemented and tested
90
+ - 🟡 **Partial** - Works but has limitations
91
+ - 🚧 **Alpha** - In development
92
+ - 📋 **Planned** - Not yet implemented
93
+
94
+ ## 🔥 Core Features
95
+
96
+ ### 🔌 MCP Marketplace
97
+ One-click installation of Model Context Protocol services:
98
+ ```bash
99
+ ccjk mcp install filesystem puppeteer postgres
100
+ # Installs services with automatic permission configuration
101
+ ```
102
+
103
+ **Available services:** Context7, Open Web Search, Playwright, DeepWiki, Filesystem, Puppeteer, PostgreSQL, and 40+ more.
104
+
105
+ ### 🔑 API Provider Presets
106
+ Quick setup for popular API providers:
107
+ ```bash
108
+ ccjk init --provider 302ai # 302.AI preset
109
+ ccjk init --provider glm # GLM preset
110
+ ccjk init --provider minimax # MiniMax preset
111
+ ccjk init --provider kimi # Kimi preset
112
+ ```
113
+
114
+ No need to research API URLs, model names, or settings.
115
+
116
+ ### 📝 Workflow Templates
117
+ Pre-configured workflows for:
118
+ - Six-stage structured development
119
+ - Feature planning (Feat workflow)
120
+ - Agile development (BMad workflow)
121
+ - Git smart commands
122
+ - Custom workflows
123
+
124
+ ### 🎛️ Interactive Configuration
125
+ Guided setup with:
126
+ - Code tool selection (Claude Code / Codex)
127
+ - API configuration
128
+ - MCP service selection
129
+ - Workflow import
130
+ - Output style preferences
131
+ - Language settings
132
+
133
+ ### ☁️ Cloud Sync (Manual)
134
+ Backup and restore configs via:
135
+ ```bash
136
+ ccjk cloud enable --provider github-gist # Free
137
+ ccjk cloud enable --provider webdav # Self-hosted
138
+ ccjk cloud enable --provider s3 # Enterprise
139
+ ccjk cloud sync # Manual sync
140
+ ```
141
+
142
+ **Note:** Requires manual setup and triggering. Not automatic.
143
+
144
+ ### 🤖 Agent Teams Toggle
145
+ Enable Claude Code's experimental Agent Teams feature:
146
+ ```bash
147
+ ccjk agent-teams --on
148
+ ```
149
+
150
+ **Note:** This is a wrapper that enables Claude Code's native experimental feature, not a CCJK implementation.
151
+
152
+ ## 📖 Essential Commands
153
+
154
+ ```bash
155
+ # Setup & Config
156
+ ccjk # Interactive menu
157
+ ccjk init # Full initialization
158
+ ccjk update # Update workflows
159
+
160
+ # MCP Services
161
+ ccjk mcp install <service>
162
+ ccjk mcp list
163
+ ccjk mcp remove <service>
164
+
165
+ # Cloud Sync (Manual)
166
+ ccjk cloud enable --provider github-gist
167
+ ccjk cloud sync
168
+ ccjk cloud status
169
+
170
+ # Agent Teams
171
+ ccjk agent-teams --on
172
+ ccjk agent-teams --status
173
+
174
+ # Configuration
175
+ ccjk config-switch # Switch API providers
176
+ ccj
package/README.en.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### The missing power-up for Claude Code
6
6
 
7
- Save 73% tokens. Zero config. One command.
7
+ Save 30-50% tokens. Minimal config. One command.
8
8
 
9
9
  <br/>
10
10
 
@@ -34,8 +34,8 @@ npx ccjk
34
34
  CCJK supercharges [Claude Code](https://github.com/anthropics/claude-code) with:
35
35
 
36
36
  - **🧠 Persistent Memory** — AI remembers your codebase across sessions
37
- - **⚡ 73% Token Savings** — Smart context compression
38
- - **🔧 Zero Config** — Auto-detects project type, one command setup
37
+ - **⚡ 30-50% token reduction** — Smart context compression
38
+ - **🔧 Minimal Config** — Auto-detects project type, one command setup
39
39
  - **☁️ Cloud Sync** — Share configs across devices and teams
40
40
 
41
41
  ## Quick Start
@@ -53,7 +53,7 @@ npx ccjk
53
53
  |:-------------|:----------|
54
54
  | Repeat project context every chat | AI remembers everything |
55
55
  | 60+ min manual configuration | 30 seconds, one command |
56
- | High token costs | 73% reduction |
56
+ | High token costs | 30-50% reduction |
57
57
  | Single device configs | Cloud sync across all devices |
58
58
 
59
59
  ## Features
package/README.ja.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### Claude Code のパワーアップツール
6
6
 
7
- 73% トークン節約 · ゼロ設定 · ワンコマンド
7
+ 30-50% トークン削減 · ゼロ設定 · ワンコマンド
8
8
 
9
9
  <br/>
10
10
 
@@ -34,7 +34,7 @@ npx ccjk
34
34
  CCJK は [Claude Code](https://github.com/anthropics/claude-code) を強化します:
35
35
 
36
36
  - **🧠 永続メモリ** — AI がセッション間でコードベースを記憶
37
- - **⚡ 73% トークン節約** — スマートコンテキスト圧縮
37
+ - **⚡ 30-50% トークン削減** — スマートコンテキスト圧縮
38
38
  - **🔧 ゼロ設定** — プロジェクトタイプを自動検出、ワンコマンドで設定
39
39
  - **☁️ クラウド同期** — デバイス間・チーム間で設定を共有
40
40
 
@@ -53,7 +53,7 @@ npx ccjk
53
53
  |:----------|:----------|
54
54
  | 毎回プロジェクトコンテキストを繰り返す | AI がすべてを記憶 |
55
55
  | 60分以上の手動設定 | 30秒、ワンコマンド |
56
- | 高いトークンコスト | 73% 削減 |
56
+ | 高いトークンコスト | 30-50% 削減 |
57
57
  | 単一デバイスの設定 | 全デバイスでクラウド同期 |
58
58
 
59
59
  ## 主要機能
package/README.ko.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### Claude Code 파워업 도구
6
6
 
7
- 73% 토큰 절약 · 제로 설정 · 원커맨드
7
+ 30-50% 토큰 절감 · 제로 설정 · 원커맨드
8
8
 
9
9
  <br/>
10
10
 
@@ -34,7 +34,7 @@ npx ccjk
34
34
  CCJK는 [Claude Code](https://github.com/anthropics/claude-code)를 강화합니다:
35
35
 
36
36
  - **🧠 영구 메모리** — AI가 세션 간 코드베이스를 기억
37
- - **⚡ 73% 토큰 절약** — 스마트 컨텍스트 압축
37
+ - **⚡ 30-50% 토큰 절감** — 스마트 컨텍스트 압축
38
38
  - **🔧 제로 설정** — 프로젝트 타입 자동 감지, 원커맨드 설정
39
39
  - **☁️ 클라우드 동기화** — 디바이스 및 팀 간 설정 공유
40
40
 
@@ -53,7 +53,7 @@ npx ccjk
53
53
  |:----------|:----------|
54
54
  | 매번 프로젝트 컨텍스트 반복 | AI가 모든 것을 기억 |
55
55
  | 60분 이상 수동 설정 | 30초, 원커맨드 |
56
- | 높은 토큰 비용 | 73% 절감 |
56
+ | 높은 토큰 비용 | 30-50% 절감 |
57
57
  | 단일 디바이스 설정 | 모든 디바이스에서 클라우드 동기화 |
58
58
 
59
59
  ## 주요 기능
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### Claude Code just got superpowers
6
6
 
7
- **One command. Zero config. 10x productivity.**
7
+ **One command. Minimal config. 10x productivity.**
8
8
 
9
9
  <br/>
10
10
 
@@ -37,16 +37,20 @@ The **missing toolkit** for [Claude Code](https://github.com/anthropics/claude-c
37
37
 
38
38
  + One command setup in 30 seconds
39
39
  + AI remembers your entire codebase
40
- + 73% token cost reduction
40
+ + 30-50% token cost reduction
41
41
  + Cloud sync across all devices
42
42
  ```
43
43
 
44
44
  ## ⚡ Quick Start
45
45
 
46
46
  ```bash
47
- # In your project directory
47
+ # Interactive setup (recommended for first-time users)
48
48
  npx ccjk
49
49
 
50
+ # Silent mode (for CI/CD or automated setups)
51
+ export ANTHROPIC_API_KEY="sk-ant-..."
52
+ npx ccjk init --silent
53
+
50
54
  # Done. Claude Code is now 10x smarter.
51
55
  ```
52
56
 
@@ -54,7 +58,7 @@ npx ccjk
54
58
  - ✅ Auto-detected your project type (React/Vue/Node/Python/Go/Rust/etc)
55
59
  - ✅ Configured optimal MCP services for your stack
56
60
  - ✅ Set up persistent memory (AI remembers your codebase)
57
- - ✅ Enabled smart context compression (73% token savings)
61
+ - ✅ Enabled smart context compression (30-50% token reduction)
58
62
  - ✅ Ready for cloud sync (optional)
59
63
 
60
64
  **Before CCJK:**
@@ -70,7 +74,7 @@ npx ccjk
70
74
  ```
71
75
  ✅ 30 seconds one-command setup
72
76
  ✅ AI remembers everything
73
- 73% lower costs
77
+ 30-50% lower costs
74
78
  ✅ Cloud sync across devices
75
79
  ✅ Parallel AI agents (Agent Teams)
76
80
  ```
@@ -80,8 +84,8 @@ npx ccjk
80
84
  | Problem | CCJK Solution | Impact |
81
85
  |:--------|:--------------|:-------|
82
86
  | 😫 "Claude forgot my project structure" | 🧠 **Persistent Memory** | AI remembers everything across sessions |
83
- | 💸 "My API bills are insane" | ⚡ **73% Token Savings** | Smart compression cuts costs |
84
- | ⏰ "Setup takes forever" | 🔧 **Zero Config** | 30 seconds, one command |
87
+ | 💸 "My API bills are insane" | ⚡ **Smart Compression** | 30-50% token reduction |
88
+ | ⏰ "Setup takes forever" | 🔧 **Minimal Config** | 30 seconds, one command |
85
89
  | 🔄 "Lost my configs again" | ☁️ **Cloud Sync** | GitHub Gist / WebDAV / S3 |
86
90
  | 🤖 "Need multiple AI agents" | 🎭 **Agent Teams** | One-click parallel execution |
87
91
 
@@ -103,7 +107,7 @@ ccjk agent-teams --on
103
107
 
104
108
  ### ⚡ Smart Context Compression
105
109
  Automatic conversation cleanup before hitting token limits.
106
- - 73% average token reduction
110
+ - 30-50% token reduction (rule-based) or 40-60% (LLM-based)
107
111
  - Zero manual intervention
108
112
  - Preserves critical context
109
113
 
@@ -135,6 +139,7 @@ ccjk mcp install filesystem puppeteer postgres
135
139
  # Setup & Config
136
140
  ccjk # Interactive menu
137
141
  ccjk init # Full initialization
142
+ ccjk init --silent # Silent mode (non-interactive, uses env vars)
138
143
  ccjk status # Health check + recommendations
139
144
  ccjk boost # One-click optimization
140
145
 
package/README.zh-CN.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ### Claude Code 的超级增强器
6
6
 
7
- 节省 73% Token · 零配置 · 一条命令
7
+ 节省 30-50% Token · 最小配置 · 一条命令
8
8
 
9
9
  <br/>
10
10
 
@@ -34,8 +34,8 @@ npx ccjk
34
34
  CCJK 为 [Claude Code](https://github.com/anthropics/claude-code) 注入超能力:
35
35
 
36
36
  - **🧠 持久记忆** — AI 跨会话记住你的代码库
37
- - **⚡ 节省 73% Token** — 智能上下文压缩
38
- - **🔧 零配置** — 自动检测项目类型,一条命令搞定
37
+ - **⚡ 节省 30-50% Token** — 智能上下文压缩
38
+ - **🔧 最小配置** — 自动检测项目类型,一条命令搞定
39
39
  - **☁️ 云端同步** — 跨设备、跨团队共享配置
40
40
 
41
41
  ## 快速开始
@@ -53,7 +53,7 @@ npx ccjk
53
53
  |:----------|:--------|
54
54
  | 每次对话重复项目背景 | AI 记住一切 |
55
55
  | 60+ 分钟手动配置 | 30 秒,一条命令 |
56
- | Token 成本高 | 降低 73% |
56
+ | Token 成本高 | 降低 30-50% |
57
57
  | 配置只在单设备 | 云端同步所有设备 |
58
58
 
59
59
  ## 核心功能