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:

  • 17+ Specialized Agents - From planning to deployment
  • 50+ Slash Commands - Quick access to development tasks
  • 80+ Skills - Technical capabilities for every need
  • 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
/plan "implement user authentication"
/cook "add login form with validation"

Core Features

Planning & Architecture

Plan features and design systems with AI assistance:

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

Code Generation

Generate high-quality code with context awareness:

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

Testing & Quality

Ensure code quality with automated testing:

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

Database & Infrastructure

Manage databases and deployment:

/db:query "show slow queries"
/deploy "staging environment"

Next Steps