| icon | brain-circuit |
|---|
The Context Engineering Kit (CEK) is a curated marketplace of advanced context engineering techniques and patterns designed specifically for Claude Code. It provides prompts for extensibly tested and benchmarked techniques that enhance LLM output quality, specifically focusing on code generation, research and problem solving.
- Simple to Use - Easy to install and use without any dependencies. Contains automatically used skills and self-explanatory commands.
- Token-Efficient - Carefully crafted prompts and architecture, preferring commands over skills, to minimize populating context with unnecessary information.
- Quality-Focused - Each plugin is focused on meaningfully improving agent results in a specific area.
- Granular - Install only the plugins you need. Each plugin loads only its specific agents, commands, and skills. Each without overlap and redundant skills.
- Scientifically proven - Plugins are based on proven techniques and patterns that were tested by well-trusted benchmarks and studies, with exception to development workflows that based on popular projects and frameworks.
Currently this project support only Claude Code CLI, but we plan to support other IDEs and CLIs in the future. For now you can simply copy paste prompt files in your projects. Alternatively, any support PRs are welcome.
Start here to get up and running quickly:
- Getting Started - Installation, setup, and your first plugin
- User Guide - Common workflows and usage patterns
- Core Concepts - Understanding context engineering principles
Browse our specialized plugins organized by area of focus:
| Reflexion | Self-refinement loops | reflexion |
| Code Review | Multi-agent code review system | code-review |
| Kaizen | Continuous improvement methodology | kaizen |
| Spec-Driven Development | Feature specification to implementation | sdd |
| Test-Driven Development | TDD methodology and anti-patterns | tdd |
| Subagent-Driven Development | Task isolation with quality gates | sadd |
| Domain-Driven Development | Clean Architecture and SOLID principles | ddd |
| Git | Commit creation and PR management | git |
| Docs | Documentation generation and updates | docs |
| Tech Stack | Language and framework best practices | tech-stack |
| Customize Agent | Build your own commands and skills | customaize-agent |
| MCP | Model Context Protocol server integration | mcp |
We welcome contributions! See our Contributing Guide for details.