claudekit / guides

Guides.

Beginner · practical · advanced · concept. Step-by-step writings on putting Claude Code to work.

§ 1

All guides

14 entries · last updated 2026-05-16
§ 01
[Beginner] ck.io / guides / getting-started

Getting Started with Claude Code

A beginner walkthrough for first-time Claude Code users. Covers installation across platforms, what you need to start, the first commands to learn, and where Claude Code runs beyond the terminal.

12 min
upd 2026-04-30
Read ›
§ 02
[Concept] ck.io / guides / types-explained

Skill vs Plugin vs MCP — how they differ

A concept guide that explains what Skills, MCPs, and Plugins each are and how they differ. Helps you decide which type to start with when picking your first tools.

5 min
upd 2026-04-30
Read ›
§ 03
[Beginner] ck.io / guides / first-plugin

Installing Your First Plugin

A step-by-step walkthrough for installing your first Claude Code plugin. Find one in the marketplace, install it, and confirm how to use it afterward.

8 min
upd 2026-04-30
Read ›
§ 04
[Practical] ck.io / guides / claude-md-best-practices

Writing a Great CLAUDE.md

How to write an effective CLAUDE.md at your project root. Covers where to put it, what to include, and how to keep it tight enough for your token budget.

10 min
upd 2026-04-30
Read ›
§ 05
[Practical] ck.io / guides / plan-mode

Using Plan Mode Well

A practical guide to when and how to use Claude's plan mode. Walks through what to review in a plan and how to handle changes mid-flight on high-impact work.

8 min
upd 2026-04-30
Read ›
§ 06
[Practical] ck.io / guides / ccstatusline-guide

Upgrade Your Terminal with ccstatusline

Walks through customizing the Claude Code status line with ccstatusline — Powerline-style themes, model and token usage, and Git info on a single line.

10 min
upd 2026-04-30
Read ›
§ 07
[Practical] ck.io / guides / memory-tool

Getting Started with the Memory Tool

How the Memory tool keeps context between sessions. Covers what gets saved automatically, where it's stored, and how to add or edit memories yourself.

8 min
upd 2026-04-30
Read ›
§ 08
[Practical] ck.io / guides / hidden-commands

Hidden Claude Code commands you actually want to use

Built-in slash commands that get buried even though they only need a single line to run — /radio, /btw, /teleport, /context, /copy, /loop and more, organized by when you'd reach for them.

7 min
upd 2026-05-09
Read ›
§ 09
[Advanced] ck.io / guides / build-skill

Build Your Own Skill

A step-by-step guide to building your own Skill. Covers where files go, how to write the description that triggers it, and reference examples to study.

12 min
upd 2026-04-30
Read ›
§ 10
[Advanced] ck.io / guides / hooks-automation

Automate Workflows with Hooks

How to wire automation into Claude Code with hooks. Covers which events are available, where to configure them, and how to debug when a hook doesn't fire.

12 min
upd 2026-04-30
Read ›
§ 11
[Advanced] ck.io / guides / subagents

Splitting Work with Subagents

How to split work with subagents to keep your main context clean and run tasks in parallel. Covers when subagents help and how to define your own.

10 min
upd 2026-04-30
Read ›
§ 12
[Advanced] ck.io / guides / build-mcp-server

Build Your Own MCP Server

How to build an MCP server that connects Claude to external services. Covers transport choices, OAuth handling, and how to wire it into Claude Code.

25 min
upd 2026-05-12
Read ›
§ 13
[Advanced] ck.io / guides / agent-teams

Agent Teams

How to coordinate multiple Claude Code instances as a team that shares a task list and communicates directly. Covers in-process mode, the iTerm2 + tmux split-pane setup, use cases, and known limitations.

15 min
upd 2026-05-04
Read ›
§ 14
[Practical] ck.io / guides / goal-command

Claude Code `/goal` — running auto-continuation safely

`/goal` sets a completion condition; after every turn a small fast model checks whether it holds and Claude keeps starting new turns until it does. The real lever is how the condition is written — most `/goal` problems are condition problems, not command problems.

6 min
upd 2026-05-16
Read ›