Tutorials

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.

C
CCJK TeamJanuary 10, 2025
8 min read
596 views
Getting Started with CCJK: Your AI Coding Companion

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 bash
npx 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:

  1. Understanding AI Agents
  2. Mastering Skills
  3. Cloud Integration Guide

Getting Help

If you encounter any issues:

Happy coding with CCJK! 🚀

Tags

#getting-started#installation#configuration#beginner

Share this article

继续阅读

Related Articles