Engineer Kit

Welcome to the ClaudeKit Engineer Kit documentation. This toolkit supercharges your development workflow with AI-powered automation.

What’s Inside

The Engineer Kit includes:

  • 14 Specialized Agents - From planning to deployment
  • 70+ Skills - Slash-invokable development capabilities
  • Workflow Automation - Streamlined development processes

Quick Start

Get started with the Engineer Kit in just a few commands:

# Install ClaudeKit CLI
npm install -g claudekit-cli

# Create a new engineer project
ck new --kit engineer

# Start building
/ck:plan "implement user authentication"
/ck:cook "add login form with validation"

Core Features

Planning & Architecture

Plan features and design systems with AI assistance:

/ck:plan "implement payment integration"
/ck:plan --parallel "refactor authentication system"

Code Generation

Generate high-quality code with context awareness:

/ck:cook "add REST API endpoints for users"
/ck:cook "implement caching layer"

Testing & Quality

Ensure code quality with automated testing:

/ck:test "run full test suite"
/ck:fix "resolve TypeScript errors"
/ck:code-review "review recent changes"

Database & Infrastructure

Manage databases and deployment with skills:

/ck:debug "investigate slow database queries"
/ck:cook "set up staging deployment pipeline"

Next Steps