Getting Started with CCJK: Your AI Coding Companion
Learn how to install and configure CCJK (Claude Code JinKu) to supercharge your development workflow with AI-powered assistance.

Getting Started with CCJK
CCJK (Claude Code JinKu) is a powerful AI coding assistant that brings the capabilities of Claude directly into your terminal. Whether you're a seasoned developer or just starting out, CCJK can help you write better code faster.
What is CCJK?
CCJK is an enhanced version of Claude Code, featuring:
- 11+ AI Agents - Specialized assistants for different tasks
- 22+ Skills - Pre-built capabilities for common operations
- Hot-reload Support - Instant updates without restart
- Multi-provider Support - Works with various AI providers
- Cloud Integration - Sync across devices with CCJK Cloud
Installation
Getting started with CCJK is incredibly simple. Just run:
hljs bashnpx ccjk
That's it! No complex setup, no configuration files to edit. CCJK works out of the box.
System Requirements
- Node.js 18 or higher
- npm or yarn package manager
- Terminal with UTF-8 support
First Steps
Once installed, you can start using CCJK immediately:
1. Start a Conversation
Simply type your question or request:
> How do I create a React component with TypeScript?
CCJK will provide detailed guidance, code examples, and best practices.
2. Use Skills
Skills are pre-built capabilities. Try the /commit skill:
> /commit
This will analyze your changes and generate a meaningful commit message.
3. Explore Agents
Agents are specialized assistants. Use the @code-review agent:
> @code-review Check my latest changes
Configuration (Optional)
While CCJK works without configuration, you can customize it:
hljs yaml# ~/.ccjk/config.yaml
provider: anthropic
model: claude-sonnet-4-20250514
theme: dark
language: en
Next Steps
Now that you have CCJK installed, explore these resources:
Getting Help
If you encounter any issues:
- Visit our GitHub repository
- Join our community discussions
- Check the FAQ section
Happy coding with CCJK! 🚀
Related Articles
Getting Started with Claude Code: The Ultimate AI Coding Assistant
Learn how to install, configure, and master Claude Code for AI-assisted development. This comprehensive guide covers everything from basic setup to advanced workflows.
CCJK Skills System: Extend Your AI Assistant's Capabilities
Discover how to use, create, and share custom skills in CCJK. Transform repetitive tasks into one-command solutions.
VS Code Integration: Seamless AI-Assisted Development
Set up VS Code for the ultimate AI-assisted development experience. Configure extensions, keybindings, and workflows.