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

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-kit

See 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.

Full Documentation

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.

Full Documentation

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.

Full Documentation

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.

Full Documentation

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.

Full Documentation

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.

Full Documentation

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.

Full Documentation

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.

Full Documentation

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.

Full Documentation

Docs

Project analysis and documentation management commands.

Key Features:

  • Documentation updates

  • Implementation tracking

When to use: After completing development phases to update documentation.

Full 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.

Full Documentation

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.

Full Documentation

Last updated