AI Development Team

ClaudeKit
Cheat Sheet

Best Claude Code starter kits cho solo builders. 60+ specialized agents, 100+ slash commands, 90+ built-in skills — ship features in minutes.

Engineer Kit
Cho người mới

ClaudeKit là gì?

ClaudeKit biến Claude Code từ một trợ lý AI chung chung thành một đội ngũ chuyên gia — mỗi thành viên phụ trách một lĩnh vực riêng: lập kế hoạch, viết code, debug, review, tài liệu… Bạn chỉ cần gõ lệnh, ClaudeKit tự điều phối cả team.

Không có ClaudeKit

  • Viết prompt dài lặp đi lặp lại
  • Tự nhớ best practices
  • Làm mọi thứ từng bước thủ công
  • Mỗi dự án bắt đầu từ đầu
  • Một AI chung cho mọi việc
  • Debug bằng thử-sai

Có ClaudeKit

  • /ck:plan hoặc /ck:cook
  • Skills tự động áp dụng best practices
  • Workflows chạy tự động từ A→Z
  • Templates & patterns tái sử dụng
  • 14 agents chuyên biệt cho từng việc
  • Framework debug có hệ thống
Lưu ý: ClaudeKit là sản phẩm trả phí, không bao gồm AI model. Bạn cần mua ClaudeKit riêng + đăng ký Claude (từ Anthropic) để cấp nguồn AI.
Getting Started

Quick Start

1

Install CLI

npm install -g claudekit-cli
2

Init Project

ck new --kit engineer

or ck init in existing project

3

Start Building

claude

ClaudeKit agents & skills auto-load in Claude Code

Reference

CLI Commands

Project Setup

ck new --kit engineerNew project with Engineer Kit
ck initInit in existing project
ck updateUpdate to latest version
ck doctorDiagnose issues

Cho người mới bắt đầu

/ck:ask "câu hỏi"Hỏi đáp nhanh về code, concept
/ck:brainstorm "ý tưởng"Khám phá ý tưởng, thảo luận
/ck:fix "lỗi"Sửa lỗi nhanh, giải thích nguyên nhân
/ck:watzupXem lại thay đổi gần đây trong dự án

Workflow Commands

/ck:plan "feature"Plan implementation
/ck:cook "task"Generate code
/ck:test "scope"Run tests
/ck:code-review "scope"Review code quality
/ck:debug "issue"Debug & diagnose

Git & Documentation

/ck:gitSmart git operations (commit, push, branch)
/ck:docs updateCập nhật documentation
14 Specialized Agents

Agents

Development

PlannerPlanning

Nghien cuu, phan tich va tao ke hoach trien khai. Research & create implementation plans.

ScoutSearch

Nhanh chong dinh vi cac tep lien quan bang tim kiem song song.

DebuggerDebug

Dieu tra van de, phan tich nhat ky, chan doan loi root cause.

TesterQA

Xac nhan chat luong ma nguon thong qua kiem thu toan dien.

Code ReviewerQuality

Xem xet ma nguon va danh gia chat luong toan dien.

Design & Content

UI/UX DesignerDesign

Thiet ke giao dien va trai nghiem nguoi dung.

CopywriterContent

High-converting marketing content & copy.

BrainstormerIdeas

Kham pha y tuong va tranh luan cac quyet dinh ky thuat.

Research & Docs

ResearcherResearch

Nghien cuu da nguon, phan tich tai lieu va best practices.

Docs ManagerDocs

Quan ly tai lieu ky thuat va documentation standards.

Journal WriterLogs

Ghi lai hanh trinh du an va cac kho khan ky thuat.

Project ManagerPM

Giam sat va dieu phoi du an tong the.

DevOps & Data

Git ManagerGit

Luu tam, chuyen giao va day ma nguon theo chuan chuyen nghiep.

Database AdminDB

Toi uu hoa DB, phan tich truy van va quan tri.

90+ Skills

Skills Library

Frontend & UI

web-frameworksNext.js App Router, Server Components
ui-stylingReact + Tailwind + shadcn/ui
remix-iconOpen-source icon system
canvas-designVisual artwork (PNG, PDF)

Backend & Database

databasesPostgreSQL & MongoDB optimization
mongodbMongoDB operations & best practices
better-authOAuth, 2FA, passkeys, multi-tenancy
shopifyShopify apps & API integration

DevOps & Cloud

devopsContainer, deploy, infrastructure
cloudflareCloudflare services & APIs
cloudflare-workersServerless edge functions
cloudflare-r2S3-compatible object storage
gcloudGoogle Cloud Platform tools
turborepoMonorepo build system

AI & Media

gemini-visionImage analysis & OCR
gemini-image-genImage generation
gemini-audioAudio creation & processing
ffmpegVideo & audio processing CLI
imagemagickAdvanced image processing

Debug & Quality

systematic-debugging4-stage debugging framework
root-cause-tracingTrace error sources backward
defense-in-depthMulti-layer validation
when-stuckStrategies for roadblocks
chrome-devtoolsBrowser automation & testing

Tools & Meta

mcp-builderBuild MCP servers
repomixPackage repo into single file
docs-seekerRetrieve docs from sources
skill-creatorCreate custom skills
document-skillsPDF, DOCX, PPTX, XLSX
Workflows

Engineering Workflows

Ship a feature in 6 minutes
$ ck new --kit engineer && cd my-project && claude
# Init project + launch Claude Code
> /ck:plan "Add user authentication with OAuth"
# Planner agent tao ke hoach chi tiet
> /ck:cook "Implement auth based on the plan"
# Code gen voi context-aware, dung better-auth skill
> /ck:test "Run auth tests"
# Tester agent chay comprehensive tests
> /ck:code-review "auth module"
# Code Reviewer danh gia chat luong
> Commit and push
# Git Manager commit theo chuan conventional

Feature Implementation

Plan → Cook → Test → Review → Ship

Bug Fixing

Debug → Root Cause → Fix → Test → Verify

API Development

Plan endpoints → Cook → Auth → Test → Docs

Refactoring

Plan → Scout dependencies → Refactor → Test

Documentation

Docs Manager → Generate → Review → Publish

Performance

Profile → Identify bottlenecks → Optimize → Benchmark

Thực hành

Thao tác hàng ngày

Bắt đầu ngày
/ck:watzup

Review thay đổi gần đây, nhớ lại context hôm qua đang làm gì.

Lập kế hoạch
/ck:plan "feature mới"

Planner agent phân tích yêu cầu, tạo plan chi tiết trước khi code.

Viết code
/ck:cook "implement theo plan"

Code gen với context-aware — tự dùng đúng skill phù hợp dự án.

Gặp lỗi
/ck:fix "mô tả lỗi"

Sửa nhanh. Nếu phức tạp hơn, dùng /ck:debug để điều tra root cause.

Review code
/ck:code-review "module"

Code Reviewer agent đánh giá chất lượng, tìm issues trước khi merge.

Cuối ngày
/ck:git

Git Manager commit theo chuẩn conventional, push code lên remote.

Ví dụ thực tế

Dự án từ A–Z: Landing Page cho khách hàng

Ngày 1 — Khởi tạo & xây dựng

day-1-setup.sh
$ ck new --kit engineer && cd client-landing && claude
# Tạo project mới, mở Claude Code
> /ck:plan "Landing page cho spa, cần hero section, services, booking form, testimonials, responsive"
# Planner tạo kế hoạch 5 bước chi tiết
> /ck:cook "Build hero + services sections theo plan"
# Cook gen code, tự dùng ui-styling skill (Tailwind + responsive)
> /ck:cook "Build booking form + testimonials"
# Tiếp tục build phần còn lại
> /ck:git
# Git Manager: commit "feat: add landing page with hero, services, booking, testimonials"

Ngày 2 — Tiếp tục & hoàn thiện

day-2-continue.sh
$ cd client-landing && claude
# Mở lại project
> /ck:watzup
# Review: "Hôm qua đã build 4 sections, còn lại: animations, SEO, performance"
> /ck:cook "Thêm scroll animations và optimize images"
# Tự động dùng web-frameworks skill cho animations
> /ck:fix "Booking form không validate email đúng"
# Fix nhanh, giải thích nguyên nhân
> /ck:code-review "toàn bộ landing page"
# Review: accessibility, performance, SEO — đề xuất cải thiện
> /ck:git
# Commit + push, sẵn sàng deploy
Tiếp tục công việc

Quay lại dự án ngày hôm sau

ClaudeKit tự lưu trạng thái session. Khi quay lại, bạn có thể nối tiếp ngay mà không mất context.

Khôi phục session

/resumeHiển thị danh sách session gần đây để chọn
/resume <session-id>Quay lại đúng session cụ thể
claude --continueTự động nối tiếp session gần nhất
/ck:watzupXem tổng quan thay đổi gần đây trong project

Khi session quá dài

/compact "giữ plan, tasks, key changes"Nén context thông minh, giữ lại phần quan trọng
/exportXuất toàn bộ conversation ra file text
/rename tên-featureĐặt tên session để dễ tìm lại sau
Mẹo: Cuối ngày, dùng /ck:git để commit tiến độ. Sáng hôm sau, claude --continue rồi /ck:watzup — bạn sẽ có đầy đủ context để tiếp tục ngay.
Thinking Skills

Problem-Solving Framework

1

Systematic Debugging

4-stage framework: Observe → Hypothesize → Test → Fix. Structured approach cho moi bug.

2

Root Cause Tracing

Trace nguoc tu error → source. Khong fix trieu chung, fix nguyen nhan goc.

3

Collision Zone Thinking

Tim diem giao giua cac yeu cau mau thuan. Giai quyet trade-offs mot cach co he thong.

4

Inversion Exercise

Giai bai toan bang cach dao nguoc. "Lam sao de THAT BAI?" → tranh tat ca nhung dieu do.

5

Scale Game

Suy nghi o nhieu quy mo khac nhau. Micro (function) → Macro (system) → Meta (pattern).

6

Simplification Cascades

Chia van de phuc tap thanh chuoi van de don gian. Giai tung phan, ket hop lai.

Ready?

Ship faster with ClaudeKit

60+ agents, 90+ skills, production-ready workflows. Tất cả trong Claude Code.

Get ClaudeKit ↗ Get Claude Code ↗ Full Docs ↗