Plugins
This directory contains comprehensive documentation for all 12 plugins in the Context Engineering Kit. Each plugin is designed to enhance Claude Code with specific capabilities focused on code quality, development workflows, and continuous improvement.
Quick Navigation
Reflexion - Self-refinement and iterative improvement
Code Review - Multi-agent code quality analysis
Git - Streamlined Git operations
Test-Driven Development - TDD methodology and best practices
Subagent-Driven Development - Task delegation with quality gates
Domain-Driven Development - Code quality and architecture patterns
Spec-Driven Development - Spec-Driven workflow
Kaizen - Continuous improvement and root cause analysis
Customaize Agent - Create and refine Claude Code extensions
Docs - Documentation management
Tech Stack - Language and framework best practices
MCP - Model Context Protocol integration
Installation
All plugins follow the same installation pattern:
# Add the marketplace (one-time setup)
/plugin marketplace add NeoLabHQ/context-engineering-kit
# Install a specific plugin
/plugin install <plugin-name>@NeoLabHQ/context-engineering-kitSee individual plugin documentation for specific installation commands and verification steps.
Overview by Category
Quality & Refinement
Reflexion
Self-refinement framework that introduces feedback and refinement loops to improve output quality.
Key Features:
Reflect on previous responses
Multi-perspective critique with debate
Memory updates with insights
When to use: After completing any task to verify quality and identify improvements.
Code Review
Comprehensive code review using multiple specialized agents for thorough quality evaluation.
Key Features:
Multi-agent review (bug hunter, security auditor, test coverage reviewer, etc.)
Local changes review
Pull request review
When to use: Before committing changes or creating pull requests.
Development Workflows
Test-Driven Development
TDD methodology with anti-pattern detection and testing best practices.
Key Features:
TDD workflow guidance
Common anti-patterns awareness
Testing subagent skills
When to use: When implementing new features with test-first approach.
Subagent-Driven Development
Task delegation pattern that dispatches fresh subagents with quality gates between tasks.
Key Features:
Fresh context for each task
Code review between tasks
Fast iteration with quality control
When to use: For complex features requiring multiple independent tasks.
Spec-Driven Development
Comprehensive Spec-Driven Development workflow using specialized agents for each phase.
Key Features:
Complete workflow: setup → specify → plan → tasks → implement → document
Multiple specialized agents (architect, explorer, reviewer, etc.)
Constitution-based development
When to use: For complex features requiring detailed specifications and planning.
Code Quality & Architecture
Domain-Driven Development
Code quality and architecture patterns including Clean Architecture and SOLID principles.
Key Features:
Code formatting setup
Architecture patterns
Design principles
When to use: Setting up new projects or enforcing code quality standards.
Process & Analysis
Git
Streamlined Git operations with conventional commits and pull request management.
Key Features:
Conventional commits with emoji
Pull request creation
Issue analysis and loading
When to use: For all Git operations to maintain commit and PR quality.
Kaizen
Continuous improvement methodology with multiple root cause analysis techniques.
Key Features:
Auto-selected analysis methods
Five Whys analysis
A3 problem solving
PDCA cycle
When to use: Investigating issues, bugs, or process improvements.
Customization & Setup
Customaize Agent
Tools for creating and refining Claude Code commands, skills, and hooks.
Key Features:
Command creation assistant
Skill development guide
Prompt testing framework
Anthropic best practices
When to use: Creating custom plugins or extending Claude Code.
Docs
Project analysis and documentation management commands.
Key Features:
Documentation updates
Implementation tracking
When to use: After completing development phases to update documentation.
Tech Stack
Language and framework-specific best practices setup.
Key Features:
TypeScript best practices
Framework-specific guidelines
When to use: Setting up new projects or enforcing language-specific standards.
MCP
Model Context Protocol server integration and setup.
Key Features:
Context7 MCP setup
Serena MCP setup
MCP server development guide
When to use: Integrating external services with Claude Code.
Last updated