NAME
ccjk β π CCJK In the realm of AI-assisted development, Context Engineering and Cognitive Load Management are the decisiveβ¦
SYNOPSIS
INFO
DESCRIPTION
π CCJK 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.
README
π CCJK
Claude Code just got superpowers
One command. Minimal config. 10x productivity.
npx ccjk
π‘ What is CCJK?
The missing toolkit for Claude Code that developers actually want:
- Manually configure Claude Code for 60+ minutes
- Repeat project context every conversation
- Pay 3x more tokens than necessary
- Lose configs when switching machines
- One command setup in 30 seconds
- AI remembers your entire codebase
- 30-50% token cost reduction
Cloud sync across all devices
β‘ Quick Start
# Interactive setup (recommended for first-time users) npx ccjkSilent mode (for CI/CD or automated setups)
export ANTHROPIC_API_KEY="sk-ant-..." npx ccjk init --silent
Done. Claude Code is now 10x smarter.
What just happened?
- β Auto-detected your project type (React/Vue/Node/Python/Go/Rust/etc)
- β Configured optimal MCP services for your stack
- β Set up persistent memory (AI remembers your codebase)
- β Enabled smart context compression (30-50% token reduction)
- β Installed Agent Browser for seamless browser tasks
- β Ready for cloud sync (optional)
Before CCJK:
β 60+ minutes manual configuration
β Repeat context every conversation
β High API costs
β Configs lost when switching machines
β Single-threaded AI execution
β Can't control Claude from mobile/web
β Insecure defaults in production
After CCJK:
β
30 seconds one-command setup
β
AI remembers everything
β
30-50% lower costs
β
Cloud sync across devices
β
Parallel AI agents (Agent Teams)
β
Remote control from any device (v11.1.1)
β
Production-hardened security (v11.1.1)
π― Why Developers Love CCJK
| Problem | CCJK Solution | Impact |
|---|---|---|
| π« "Claude forgot my project structure" | π§ Persistent Memory | AI remembers everything across sessions |
| πΈ "My API bills are insane" | β‘ Smart Compression | 30-50% token reduction |
| β° "Setup takes forever" | π§ Minimal Config | 30 seconds, one command |
| π "Lost my configs again" | βοΈ Cloud Sync | GitHub Gist / WebDAV / S3 |
| π€ "Need multiple AI agents" | π Agent Teams | One-click parallel execution |
| π± "Can't control Claude from my phone" | π Remote Control | Web/App control with one-command setup |
| π "Worried about production security" | π‘οΈ Production-Grade Security | HTTPS enforcement, CORS hardening, secrets validation |
π₯ Features That Matter
π§ Persistent Memory
AI remembers your codebase, conventions, and decisions across sessions.
ccjk memory --enable
# Now Claude knows your project structure forever
π€ Agent Teams (NEW)
Parallel AI execution for complex tasks.
ccjk agent-teams --on
# One agent writes code, another writes tests, simultaneously
β‘ Smart Context Compression
Automatic conversation cleanup before hitting token limits.
- 30-50% token reduction (rule-based) or 40-60% (LLM-based)
- Zero manual intervention
- Preserves critical context
βοΈ Cloud Sync
Your configs follow you everywhere.
ccjk cloud enable --provider github-gist # Free
ccjk cloud enable --provider webdav # Self-hosted
ccjk cloud enable --provider s3 # Enterprise
π― Smart Skills
Auto-activated based on your workflow:
- Code Review β Catch bugs before production
- Security Audit β OWASP Top 10 scanning
- Performance β Identify bottlenecks
- Docs β Auto-generate from code
π MCP Marketplace
One-click install for 50+ MCP services:
ccjk mcp install filesystem puppeteer postgres
# Done. No manual config.
π Browser Automation (Out of the Box)
Use browser skills directly after install:
ccjk browser start https://example.com
ccjk browser status
ccjk browser stop
π Remote Control (NEW in v11.1.1)
Control Claude Code from any device β browser, phone, or tablet.
ccjk remote setup # One-command: configure server URL, auth token & binding in 30s
ccjk remote doctor # Diagnose connectivity, auth, daemon health
ccjk remote status # Live runtime status (daemon, server, auth)
Supports both interactive and non-interactive (CI/CD) modes:
ccjk remote setup --non-interactive \
--server-url https://your-server.com \
--auth-token <token> \
--binding-code <code>
π‘οΈ Production-Grade Security (NEW in v11.1.1)
All config defaults are now hardened for real-world deployments:
- β
HTTPS enforcement β All service URLs require
https://in production - β
CORS hardening β Wildcard
*origins rejected in production - β
Secret validation β Dev-default secrets (
dev-secret,dev-session-secret) blocked at startup - β Fail-fast boot β Server exits immediately on misconfiguration, no silent fallbacks
- β
Daemon config loading β Reads from
~/.ccjk/daemon.json, validates required fields
π Zero-Config Permission Presets (NEW)
One-click permission configuration for different use cases:
ccjk zc --list # View available presets
ccjk zc --preset max # Maximum permissions (all commands)
ccjk zc --preset dev # Developer preset (build tools, git, npm)
ccjk zc --preset safe # Safe preset (read-only operations)
Available Presets:
- max β All common commands, file operations, and MCP servers (100+ permissions)
- dev β Build tools, git, package managers, and file operations (50+ permissions)
- safe β Read-only commands, no file modifications (20+ permissions)
Each preset automatically:
- β Backs up your current settings
- β Merges with existing permissions (no data loss)
- β Removes invalid/dangerous patterns
- β Shows exactly what will be added
π Essential Commands
# Setup & Config ccjk # Interactive menu ccjk init # Full initialization ccjk init --silent # Silent mode (non-interactive, uses env vars) ccjk status # Health check + recommendations ccjk boost # One-click optimizationAgent Teams (NEW)
ccjk agent-teams --on # Enable parallel AI execution ccjk at --status # Check status
Cloud Sync
ccjk cloud enable --provider github-gist ccjk cloud sync
Remote Control (Web/App)
ccjk remote setup # One-command setup (interactive) ccjk remote setup --non-interactive --server-url <url> --auth-token <token> --binding-code <code> ccjk remote doctor # Diagnose remote readiness ccjk remote status # Quick runtime status
MCP Services
ccjk mcp install <service> ccjk mcp list
Browser Automation
ccjk browser start <url> ccjk browser status ccjk browser stop
Memory & Context
ccjk memory --enable ccjk compact # Clean up conversation
Zero-Config Permission Presets (NEW)
ccjk zc --list # List available presets ccjk zc --preset max # Apply maximum permissions ccjk zc --preset dev # Apply developer preset ccjk zc --preset safe # Apply safe (read-only) preset
Other Commands
npx ccjk u # Update workflows npx ccjk sync # Cloud sync npx ccjk doctor # Health check
π¬ What Developers Say
"CCJK cut my Claude Code setup from 2 hours to 30 seconds. Game changer." β Senior Engineer at YC Startup
"The Agent Teams feature is insane. One agent writes code, another writes tests, simultaneously." β Full-stack Developer
"Saved $200/month on API costs with the context compression alone." β Indie Hacker
π Why Star This Repo?
If CCJK saved you hours of setup time or cut your API costs, give us a star! β
It helps other developers discover this tool and motivates us to keep improving it.
π Join 1000+ developers using CCJK
β Star on GitHub Β· π¦ View on npm Β· π¬ Join Telegram
π Documentation
Visit docs/README.md for full documentation.
π¬ Community & Support
- Telegram β Real-time chat and help
- GitHub Issues β Bug reports & feature requests
- Discussions β Questions and community chat
π€ Contributing
We welcome contributions! Whether it's:
- π Bug reports
- π‘ Feature requests
- π Documentation improvements
- π§ Code contributions
Check out our Contributing Guide to get started.
π Acknowledgments
Built on top of:
- Claude Code by Anthropic
- ZCF by UfoMiao
Special thanks to all contributors and the 1000+ developers using CCJK daily.
β Star History
If CCJK helped you, consider giving us a star!
π License
MIT Β© CCJK Contributors
Made with β€οΈ by developers, for developers
β Star Β· π¦ npm Β· π Issues Β· π¬ Discussions