freshcrate
Skin:/
Home > MCP Servers > codingbuddy

codingbuddy

Codingbuddy orchestrates 29 specialized AI agents to deliver code quality comparable to a team of human experts through a PLAN → ACT → EVAL workflow.

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

Codingbuddy orchestrates 29 specialized AI agents to deliver code quality comparable to a team of human experts through a PLAN → ACT → EVAL workflow.

README

English | 한국어 | 中文 | 日本語 | Español

Codingbuddy

CI npm version License: MIT

Prove your AI coding is actually improving.

Codingbuddy is a multi-AI MCP server that orchestrates 37 specialist agents across 9 AI tools — and measures the impact on your code quality with every session.


What's New in v5.6.0 — HUD Statusbar Wave

  • Breathing Buddy Face — the buddy face reacts to your session phase (idle / thinking / active / blocked / victory) so the status bar feels alive.
  • Cost Velocity Indicator — session spend-rate badge with 🔥 / ↗ / → / 💤 trend glyphs tells you whether you're on a slow planning pass or a hot refactor burn.
  • Cache Savings Badge — quantifies prompt-cache discounts as 💰$N.NN saved so you see the value of caching in real time.
  • Mode Rainbow Coloring — per-mode ANSI truecolor gradients (PLAN ◇ / ACT ◆ / EVAL ◈ / AUTO ◊) with NO_COLOR env support for CI and greyscale terminals.
  • Smart Context Bar — visual [████░░░░░░] 42% progress bar replaces plain Ctx:42% text with warning and danger thresholds.
  • Adaptive Layout Engine — HUD fits narrow terminals gracefully with fit_segments adaptive truncation.
  • Rate-limit Severity Icons — visual warnings when you approach API rate limits.

Session Impact Report

At the end of every session, codingbuddy shows you what actually happened:

┌─────────────────────────────────────────────────┐
│            Session Impact Report                │
├─────────────────────────────────────────────────┤
│                                                 │
│  Issues prevented           12                  │
│    Security                  4  (2 critical)    │
│    Accessibility             3                  │
│    Performance               2                  │
│    Code Quality              3                  │
│                                                 │
│  Agents dispatched           8                  │
│  Checklists generated        5                  │
│  Mode transitions            PLAN → ACT → EVAL │
│  Context decisions          14                  │
│                                                 │
└─────────────────────────────────────────────────┘

Most AI rules tools tell you to "code better." Codingbuddy proves you did.


Quick Start

# 1. Install
npm install -g codingbuddy

# 2. Initialize your project
npx codingbuddy init

# 3. Add to your AI tool's MCP config
{
  "mcpServers": {
    "codingbuddy": {
      "command": "npx",
      "args": ["codingbuddy", "mcp"]
    }
  }
}

Start coding with PLAN, ACT, EVAL, or AUTO keywords.

Claude Code users: Install as a plugin for the full experience:

# 1. Add marketplace
claude marketplace add JeremyDev87/codingbuddy

# 2. Install plugin
claude plugin install codingbuddy@jeremydev87

The plugin adds session-aware hooks that power Impact Reports, buddy greetings, onboarding tours, achievement badges, and adaptive performance mode. Update to the latest version with claude plugin install codingbuddy@jeremydev87.

See the Plugin Guide for details.

Full Getting Started Guide →


Why Codingbuddy?

Measurable results, not promises. Session Impact Reports show issues prevented, agents dispatched, and quality improvements — backed by data from every tool call.

37 specialists, not one generalist. Security engineers, accessibility experts, performance specialists, architects — each with domain expertise that a single AI cannot match.

One ruleset, 9 AI tools. Same quality standards whether you use Cursor, Claude Code, GitHub Copilot, or any other supported tool. Switch tools without losing consistency.

Quality gates that ship. The PLAN → ACT → EVAL cycle iterates until Critical=0 and High=0. Production-ready code, not "good enough" code.


What's New in v5.4.0

Question-First Planning — Codingbuddy now asks before it plans. Ambiguous prompts trigger a clarifying question, and clear prompts walk through Discover→Design→Plan stages with explicit user confirmation at each step.

Council Scene — PLAN, EVAL, and AUTO modes open with a visible council scene showing which specialist agents are assembled and ready to collaborate.

Permission Forecast — Before execution, codingbuddy surfaces what permission classes (repo-write, network, external) will be needed, so you can prepare approval bundles in advance.

Execution Gate — When the planning stage hasn't advanced past discovery, specialist dispatch is suppressed to avoid premature work.

Council State Pipeline — Real-time council badges show agent handoffs, stage transitions, and blockers as they happen during tool execution.


Supported AI Tools

Tool Integration Setup
Claude Code MCP Server + Plugin Guide
Cursor MCP Server Guide
GitHub Copilot / Codex MCP Server Guide
Antigravity (Gemini) MCP Server Guide
Amazon Q MCP Server Guide
Kiro MCP Server Guide
Windsurf MCP Server Guide
Aider MCP Server Guide
OpenCode MCP Server Guide

All Setup Guides →


How It Works

Codingbuddy enforces a quality-driven development cycle:

    PLAN                    ACT                     EVAL
 ┌──────────┐          ┌──────────┐          ┌──────────────┐
 │ Architect │          │Developer │          │  Code Review  │
 │  designs  │───────▶  │implements│───────▶  │  + Parallel   │
 │  approach │          │ with TDD │          │  Specialists  │
 └──────────┘          └──────────┘          └──────┬───────┘
                                                    │
                                          ┌─────────┴─────────┐
                                          │                   │
                                    Critical > 0?       Critical = 0
                                    High > 0?           High = 0
                                          │                   │
                                          ▼                   ▼
                                    Back to PLAN        Ship with
                                                       confidence

AUTO mode runs the full cycle autonomously:

AUTO: Implement JWT authentication with refresh tokens
→ Plans architecture with security requirements
→ Implements with TDD
→ Reviews: security, performance, accessibility, code quality
→ Iterates until production-ready

Impact Telemetry

Codingbuddy tracks what its agents do during your session and generates a summary at the end.

What It Tracks

Event Description
Mode transitions PLAN/ACT/EVAL workflow progression
Agents dispatched Which specialists were activated and when
Issues prevented Problems caught before reaching production
Checklists generated Domain-specific quality gates applied
Context decisions Architectural decisions persisted across sessions
Rules matched Project-specific rules enforced during the session

How It Works

  1. Every MCP tool call logs impact events to the session
  2. Events are categorized by domain (security, accessibility, performance, quality) and severity
  3. At session end, get_session_impact generates the summary report

No configuration needed. Impact telemetry is always on.


Agents

37 specialist agents organized in a 3-tier system.

Mode Agents (4)

Orchestrate the development workflow.

Agent Role
Plan Mode Design architecture and test strategy
Act Mode Execute implementation with TDD
Eval Mode Multi-specialist code review
Auto Mode Autonomous PLAN → ACT → EVAL until quality met

Primary Agents (18)

Core implementation and review roles.

Agent Focus
Solution Architect High-level system design
Technical Planner Implementation planning with TDD tasks
Frontend Developer React/Next.js, Server Components, accessibility
Backend Developer Node.js, Python, Go, Java — Clean Architecture
Mobile Developer React Native, Flutter, iOS, Android
Data Engineer Schema design, migrations, query optimization
Data Scientist EDA, statistical modeling, ML, Jupyter
Systems Developer Rust, C/C++, FFI, embedded, low-level performance
Code Reviewer Multi-dimensional quality assessment
Test Engineer TDD cycle, coverage, all test types
Security Engineer Auth, encryption, vulnerability remediation
Software Engineer General-purpose, any language (fallback)
DevOps Engineer Docker, monitoring, deployment
Platform Engineer IaC, Kubernetes, multi-cloud, GitOps
Tooling Engineer Build tools, project configuration
Agent Architect AI agent design and validation
AI/ML Engineer LLM integration, RAG, prompt engineering
UI/UX Designer Visual hierarchy, interaction patterns, UX laws

Specialist Agents (13)

Domain experts dispatched in parallel during EVAL.

Agent Domain
Architecture Layer boundaries, dependency direction, SOLID
Test Strategy TDD vs test-after, coverage planning
Security OWASP, auth/authz, XSS/CSRF
Accessibility WCAG 2.1 AA, ARIA, keyboard navigation
Performance Core Web Vitals, bundle size, rendering
Code Quality Complexity analysis, DRY, design patterns
SEO Metadata, JSON-LD, Open Graph
i18n Translation keys, RTL, locale formatting
Integration API patterns, OAuth, circuit breakers
Event Architecture Event Sourcing, CQRS, Saga, message queues
Documentation JSDoc, code comments, API docs
Observability OpenTelemetry, tracing, SLI/SLO
Migration Strangler Fig, zero-downtime migrations

Utility Agents (2)

Agent Purpose
Parallel Orchestrator Multi-issue parallel execution with file-overlap validation
Plan Reviewer Plan quality and feasibility checks

Full Agent Reference →


Built-in Skills

Reusable workflows that enforce consistent development practices.

Skill Description
ship Run CI checks, create branch, commit, push, and PR
retrospective Analyze session archives for patterns and improvements
test-driven-development Red → Green → Refactor cycle enforcement
systematic-debugging Root cause analysis before proposing fixes
security-audit OWASP Top 10 review, secrets scanning
performance-optimization Profiling-first optimization workflow
refactoring Tidy First principles with test safety
brainstorming Explore intent and requirements before building

Full Skills Library →


Configuration

Create codingbuddy.config.json in your project root:

{
  "language": "en",
  "verbosity": "compact",
  "ai": {
    "defaultModel": "claude-sonnet-4-20250514"
  }
}
Setting Options Default
language en, ko, ja, zh, es, pt-br, de, fr en
verbosity minimal, compact, standard, detailed compact
ai.defaultModel Any Claude model ID claude-sonnet-4-*

Configuration Reference →


Terminal Dashboard (TUI)

Real-time visualization of agent activity, task progress, and workflow state.

npx codingbuddy tui

Multi-session support, responsive layout, and zero overhead on MCP response times.

TUI Guide →


Documentation

Document Description
Getting Started Installation and setup
Agent System Complete agent reference
Skills Library Workflow skills
Supported Tools AI tool integration guides
Configuration Config file options
Plugin Guide Claude Code plugin setup
TUI Guide Terminal dashboard
API Reference MCP server capabilities

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

License

MIT © Codingbuddy

Release History

VersionChangesUrgencyDate
v5.6.3## Changes ## 🐛 Bug Fixes - fix(tests): isolate HUD state in integration tests @JeremyDev87 (#1497) - fix(hooks): atomic flush + hook timing wiring (#1493, #1494) @JeremyDev87 (#1496) - fix(hooks): persist tool stats from short-lived hook processes @JeremyDev87 (#1492) ## 📚 Documentation - docs(claude-code): slim AI instructions (~54% token reduction) @JeremyDev87 (#1491) ## 🧰 Maintenance - chore(release): prepare v5.6.3 @JeremyDev87 (#1501) - chore(plugin): regenerate nameHigh4/12/2026
v5.6.2## Changes - fix(hud): sync hooks/lib in installers (#1490) — v5.6.2 hotfix @JeremyDev87 (#1490) High4/11/2026
v5.6.1## Changes ## 🚀 Features - feat(hud): complete Wave 3 integration for 1-D/2-A/2-D/2-E (Wave 3b) @JeremyDev87 (#1488) ## 🐛 Bug Fixes - fix(hud): stop heal_stale_state leaking stale sessionStartTimestamp (Wave 1-B) @JeremyDev87 (#1487) ## 🧰 Maintenance - chore(release): prepare v5.6.1 @JeremyDev87 (#1489) Medium4/11/2026
v5.6.0## Changes ## 🚀 Features - feat(hud): statusbar wow — 4 bug fixes + 5 wow features + refactor (Wave 0-3) @JeremyDev87 (#1485) ## 📚 Documentation - chore(release): prepare v5.6.0 @JeremyDev87 (#1486) Medium4/11/2026
v5.5.0## Changes ## 🚀 Features - feat(plugin): council assembly animation (#1441) @JeremyDev87 (#1460) - feat(cli): add codingbuddy init --team for multi-AI tool setup @JeremyDev87 (#1459) - feat(mcp/plugin): add self-evolving rules pipeline and suggest_rules MCP tool @JeremyDev87 (#1456) - feat(plugin): live AI guardrails — real-time rule violation interception @JeremyDev87 (#1455) - feat(plugin): Smart First Prompt — context-aware onboarding suggestions @JeremyDev87 (#1454) - feat(plugin):Medium4/10/2026
v5.4.1## Changes ## 🚀 Features - feat(plugin): close standalone surface gaps for v5.4.0 features @JeremyDev87 (#1432) Medium4/8/2026
v5.4.0## Changes ## 🚀 Features - feat(mcp/plugin): render a real opening council scene in Claude Code first responses (#1421) @JeremyDev87 (#1430) - feat(mcp-server): preserve planning agent question-first guidance at standard verbosity (#1419) @JeremyDev87 (#1429) - feat(mcp-server): make Discover→Design→Plan a real staged default (#1420) @JeremyDev87 (#1428) - feat(plugin): surface permission forecasts before execution (#1418) @JeremyDev87 (#1426) - feat(mcp/plugin): enforce clarification gMedium4/8/2026
v5.3.0## Changes - docs(plugin): document two-line status bar model and data-source priorities (#1322) @JeremyDev87 (#1329) - docs: align Claude Code adapter guidance with nested TaskMaestro+Teams model (#1310) @JeremyDev87 (#1317) - test(plugin): add collision guardrails for reserved slash commands (#1288) @JeremyDev87 (#1294) - test(plugin): add alignment regression coverage for Tiny Actor Grid (#1273) @JeremyDev87 (#1282) - improve(mcp): render agent prompts as compact execution guides (#1260)Medium4/5/2026
v5.2.0## Changes - test(mcp): add CI validation for skill/agent discoverability (#1164) @JeremyDev87 (#1166) ## 🚀 Features - feat(cli): add registry resolver to install command (#1170) @JeremyDev87 (#1175) - feat(cli): add codingbuddy update command (#1171) @JeremyDev87 (#1174) - feat(cli): add codingbuddy search command for plugin discovery (#1169) @JeremyDev87 (#1173) - feat(mcp): add triggers field to SKILL.md frontmatter (#1163) @JeremyDev87 (#1167) - feat(mcp): add get_rule_impact_repMedium4/3/2026
v5.1.3## Changes ## 🚀 Features - feat(plugin): auto-update marketplace clone in session-start @JeremyDev87 (#1107) - feat(tui): add fs.watch bridge for hud-state.json in stdio mode @JeremyDev87 (#1105) ## 🐛 Bug Fixes - fix(plugin): auto-create mcp.json for MCP server connectivity @JeremyDev87 (#1106) - fix(plugin): copy lib/ directory alongside hook in session-start @JeremyDev87 (#1103) ## 🧰 Maintenance - chore(release): prepare v5.1.3 @JeremyDev87 (#1108) Medium4/1/2026
v5.1.2## Changes ## 🚀 Features - feat(mcp): add release validation tools and EVAL detection @JeremyDev87 (#1098) - feat: add release checklist, config schema, and CI validation @JeremyDev87 (#1097) - feat(plugin): auto-install statusLine, tmux sidebar, and config @JeremyDev87 (#1095) - feat(plugin): add statusLine script and mode-detect HUD update @JeremyDev87 (#1094) - feat(plugin): add HUD state module for statusLine integration @JeremyDev87 (#1093) ## 🐛 Bug Fixes - fix(scripts): addMedium3/29/2026
v5.1.1## Changes ## 🐛 Bug Fixes - fix(plugin): remove invalid commands array from plugin.json @JeremyDev87 (#1078) Medium3/28/2026
v5.1.0## Changes - ci(marketplace): add workflow and supporting files to path triggers @JeremyDev87 (#1058) - feat(i18n): expand language support to PT-BR, DE, FR @JeremyDev87 (#1029) - feat(plugin): add adaptive performance mode for hooks (#1002) @JeremyDev87 (#1027) - feat(plugin): add achievement and badge system for coding habits (#1008) @JeremyDev87 (#1028) - feat(tui): add real-time agent collaboration visualization @JeremyDev87 (#1026) - feat(mcp): add rule effectiveness insights from traMedium3/28/2026
v5.0.0## Changes - perf(plugin): reduce PostToolUse hook per-call I/O @JeremyDev87 (#942) - test(mcp): add integration tests for subagent vs taskmaestro dispatch strategies @JeremyDev87 (#730) ## 🚀 Features - feat(mcp-server): add rule effectiveness tracking (#948) @JeremyDev87 (#957) - feat(plugin): add per-agent persistent memory across sessions @JeremyDev87 (#956) - feat(plugin): add conflict predictor for git history collision warning (#946) @JeremyDev87 (#955) - feat(plugin): add adapMedium3/27/2026
v4.5.0## Changes - test(tui): add coverage for useTick, FlowMap, FocusedAgentPanel @JeremyDev87 (#723) - fix(mcp): improve SseAuthGuard timing-safe comparison @JeremyDev87 (#717) - fix(landing-page): migrate CSP from unsafe-inline to nonce-based @JeremyDev87 (#715) ## 🚀 Features - feat(mcp): wire availableStrategies into parse_mode tool response @JeremyDev87 (#724) - feat(rules): add Error Recovery and Path Safety to shared rules @JeremyDev87 (#696) - feat(tui): wire useTick + now to all dLow3/21/2026
v4.4.0## Changes ## 🚀 Features - add specialist agents execution pattern and cross-adapter parity @JeremyDev87 (#657) - add multi-provider model support with provider-level prefixes @JeremyDev87 (#654) - feat(mcp): connect OpenCode/Crush subagent system to specialist dispatch @JeremyDev87 (#645) - add client-type detection with cursor-specific parallel agent hints @JeremyDev87 (#642) - add i18n keyword triggers for AI prompt design skill @JeremyDev87 (#639) - enable skill auto-detection withLow3/4/2026
v4.3.0## Changes ## 🚀 Features - replace same-column U-curve arrows with tree connectors in FlowMap (#574) @JeremyDev87 (#586) - wire activeStage to FlowMap and add per-stage agent statistics (#571) @JeremyDev87 (#584) - add software-engineer as default ACT agent (#568) @JeremyDev87 (#582) - add data-scientist as ACT primary agent (#566) @JeremyDev87 (#580) - add systems-developer as ACT primary agent @JeremyDev87 (#579) - add security-engineer as ACT primary agent @JeremyDev87 (#578) - addLow2/20/2026
v4.2.0## Changes - feat(tui): enhance FocusedAgent panel with avatar, sparkline, and improved progress bar (#505) @JeremyDev87 (#536) - refactor(tui): consolidate task:synced into single pass and fix event ordering @JeremyDev87 (#535) - feat(tui): enhance FlowMap with visual hierarchy, pipeline header, and progress bars @JeremyDev87 (#469) - feat(mcp-server): add TDD execution continuity rules to prevent RED phase halt @JeremyDev87 (#467) ## 🚀 Features - integrate context:updated event and Low2/18/2026
v4.1.0## Changes - test(mcp-server): add missing tests for context-document handler @JeremyDev87 (#441) - feat(landing-page): deploy to Vercel with production config @JeremyDev87 (#401) - feat(tui): add standalone TUI process with Unix Domain Socket IPC @JeremyDev87 (#386) - add performance and stability verification tests @JeremyDev87 (#378) - test(tui): add stdio/SSE mode TUI compatibility tests @JeremyDev87 (#377) - test(tui): add EventBus-UI integration tests @JeremyDev87 (#376) - add App rLow2/17/2026
v4.0.1## Changes ## 🚀 Features - Add Version Consistency Verification for Releases @JeremyDev87 (#306) Low2/4/2026
v4.0.0# Changes ## 🚀 Features - Simplify Config Loader to JSON-Only Format @JeremyDev87 (#304) - Simplify Model Resolution from 4-Level to 2-Level Priority @JeremyDev87 (#300) - Migrate from Dependabot to Renovate @JeremyDev87 (#298) - Implement Verbosity System for Token-Optimized Responses @JeremyDev87 (#296) - Add `/pr-all-in-one` Skill @JeremyDev87 (#294) ## 🐛 Bug Fixes - Fix Dependabot + Yarn Lockfile Synchronization Issues @JeremyDev87 (#285) ## 🦾 Refactoring - refactor: rLow2/4/2026
v3.1.1## Changes ## 🚀 Features - Auto-Include Skills and Agents in parse_mode Response @JeremyDev87 (#277) Low1/23/2026
v3.1.0## Changes ## 🚀 Features - Implement SRP Complexity Classifier with Multi-language Support @JeremyDev87 (#275) ## 📚 Documentation - add multi-agent philosophy intro to all languages @JeremyDev87 (#273) Low1/22/2026
v3.0.3## Changes ## 🐛 Bug Fixes - Auto Mode Detection Hook for CodingBuddy @JeremyDev87 (#271) Low1/19/2026
v3.0.2## Changes ## 🚀 Features - Self-Hosted Claude Code Plugin Marketplace @JeremyDev87 (#261) ## 🐛 Bug Fixes - Fix Config Language Setting Not Being Respected @JeremyDev87 (#269) - Fix Marketplace Add Command Documentation @JeremyDev87 (#265) - Fix GitHub Pages Auto-Enablement in Marketplace Workflow @JeremyDev87 (#263) ## 📚 Documentation - sync diagram with current codebase @JeremyDev87 (#267) - Multi-language Plugin Documentation @JeremyDev87 (#259) Low1/19/2026
v3.0.1## Changes * fix yarn.lock Low1/18/2026
v3.0.0## Changes - chore(deps): bump vitest from 2.1.9 to 4.0.17 in /packages/claude-code-plugin @[dependabot[bot]](https://github.com/apps/dependabot) (#256) - chore(deps): bump globals from 16.5.0 to 17.0.0 in /packages/claude-code-plugin @[dependabot[bot]](https://github.com/apps/dependabot) (#255) - chore(deps): bump @types/node from 20.19.30 to 25.0.9 in /packages/claude-code-plugin @[dependabot[bot]](https://github.com/apps/dependabot) (#254) - chore(deps): bump @vitest/coverage-v8 from 2.1.Low1/18/2026
v2.4.2## Changes ## 🚀 Features - auto-detect project root via roots/list capability @JeremyDev87 (#235) Low1/12/2026
v2.4.1## Changes - improve prompt test coverage from 60% to 90% @JeremyDev87 (#229) - Improve Test Quality and Coverage for MCP Server @JeremyDev87 (#227) ## 🚀 Features - Test Quality and Coverage Improvements @JeremyDev87 (#233) ## 🦾 Refactoring - Refactor Large Files Using Strategy Pattern and Module Extraction @JeremyDev87 (#231) Low1/11/2026
v2.4.0## Changes ## 🚀 Features - Dynamic Agent Language Configuration @JeremyDev87 (#225) - improve async utils performance, add slug utilities and auto se… @JeremyDev87 (#222) - add i18n support for session documents and improve context auto… @JeremyDev87 (#219) - Add Integration Specialist Agent @JeremyDev87 (#216) ## 🐛 Bug Fixes - resolve context loss after compaction - implement Context Docume… @JeremyDev87 (#224) - primary agent resolution bugs and priority improvements @JeremyDevLow1/11/2026
v2.3.4## Changes ## 🚀 Features - implement file-based state persistence (Option C - hybrid appro… @JeremyDev87 (#214) - auto-session creation for PLAN/AUTO modes and session caching i… @JeremyDev87 (#213) Low1/11/2026
v2.3.3## Changes ## 🚀 Features - add session document feature for PLAN → ACT agent recommendatio… @JeremyDev87 (#210) ## 🐛 Bug Fixes - Fix parse_mode to Reload Config for Correct Language Settings @JeremyDev87 (#208) - Add AUTO Mode Documentation Across All AI Tool Configurations @JeremyDev87 (#206) Low1/10/2026
v2.3.2## Changes ## 🐛 Bug Fixes - MCP server connection failure @JeremyDev87 (#204) Low1/10/2026
v2.3.1## Changes ## 🚀 Features - add Platform Engineer Primary Agent @JeremyDev87 (#196) - add AI/ML Engineer Primary Agent @JeremyDev87 (#195) ## 🐛 Bug Fixes - project root detection for npm-deployed MCP server @JeremyDev87 (#202) - Fix Keyword Parsing to Support Colon-Suffixed Mode Keywords @JeremyDev87 (#198) ## 🦾 Refactoring - improve PrimaryAgentResolver type safety, performance, and … @JeremyDev87 (#200) Low1/10/2026
v2.3.0## Changes ## 🚀 Features - add PLAN/ACT/EVAL session documentation system @JeremyDev87 (#194) ## 🐛 Bug Fixes - resolve version display bug caused by hardcoded version constants @JeremyDev87 (#193) Low1/8/2026
v2.2.1## Changes ## 🚀 Features - add conventions analyzer and enhance security/testing/utilities @JeremyDev87 (#188) ## 🐛 Bug Fixes - prevent NestJS logging from breaking MCP protocol in stdio mode @JeremyDev87 (#191) - improve parent directory config file detection in monorepo envir… @JeremyDev87 (#190) ## 🦾 Refactoring - improve cache management, security integration, and code quality @JeremyDev87 (#172) Low1/8/2026
v2.2.0## Changes ## 🚀 Features - Add interactive wizard system to CLI init command @JeremyDev87 (#165) - implement AUTO mode - autonomous PLAN → ACT → EVAL cycle @JeremyDev87 (#160) ## 🐛 Bug Fixes - add refactoring verification checklist to EVAL mode @JeremyDev87 (#170) - add automatic project root detection for npx execution @JeremyDev87 (#168) ## 📚 Documentation - update agent architecture documentation - add AUTO mode and new… @JeremyDev87 (#164) ## 🧰 Maintenance - add dLow1/7/2026
v2.1.0## Changes ## 🚀 Features - improve CLI initialization and add new agents @JeremyDev87 (#155) - add parallel specialist agent execution guide @JeremyDev87 (#153) - add tooling-engineer agent and recommendedActAgent parameter su… @JeremyDev87 (#150) - improve Cursor Agent integration structure (apply DRY principle) @JeremyDev87 (#148) ## 🦾 Refactoring - remove unused types and consolidate constants @JeremyDev87 (#154) Low1/6/2026
v2.0.0## Changes ## 🚀 Features - optimize token usage with mode-based rule filtering and respons… @JeremyDev87 (#146) - add PLAN mode Primary Agents with intent-based resolution @JeremyDev87 (#141) - Implement Dynamic Primary Agent Resolution System @JeremyDev87 (#140) - add parallel execution support for specialist agents @JeremyDev87 (#135) ## 🐛 Bug Fixes - centralize Primary Agent constants with _LIST variants @JeremyDev87 (#145) - Fix Timestamp Mismatch Bug in Canary Deployment @JeLow1/6/2026
v1.3.1## Changes ## 🐛 Bug Fixes - improve OpenCode adapter documentation and add specialist agents @JeremyDev87 (#129) Low1/5/2026
v1.3.0## Changes ## 🚀 Features - add OpenCode/Crush adapter support and mode-specific agents @JeremyDev87 (#128) Low1/5/2026
v1.2.0## Changes ## 🚀 Features - add custom rules system and multi-language keyword support @JeremyDev87 (#125) ## 🐛 Bug Fixes - add multi-language keyword support and mandatory mode detection… @JeremyDev87 (#123) Low1/1/2026
v1.1.2## Changes ## 🚀 Features - improve skill recommendation feature @JeremyDev87 (#121) Low12/31/2025
v1.1.1## Changes ## 🚀 Features - add skill auto-recommendation with multi-language support @JeremyDev87 (#119) Low12/29/2025
v1.1.0## Changes ## 🚀 Features - feat: implement skills system @JeremyDev87 (#117) Low12/29/2025
v1.0.1## Changes ## 🚀 Features - comprehensive security enhancements @JeremyDev87 (#115) Low12/29/2025
v1.0.0## Changes ## 🚀 Features - Enhance naming conventions validation in code-quality-specialist @JeremyDev87 (#110) ## 🐛 Bug Fixes - migrate repository references to new owner @JeremyDev87 (#95) ## 📚 Documentation - Add Security Policy @JeremyDev87 (#108) - Add MIT License file @JeremyDev87 (#105) - Add GitHub Sponsors funding configuration @JeremyDev87 (#104) - Add Code of Conduct @JeremyDev87 (#103) ## 🧰 Maintenance - Remove duplicate bug issue template @JeremyDev87 (#Low12/23/2025
v0.2.7## Changes ## 🐛 Bug Fixes - localize config templates to English @JeremyDev87 (#90) - Reload config in suggest_config_updates and update gitignore @JeremyDev87 (#89) Low12/23/2025
v0.2.6## Changes ## 🚀 Features - Template-based init and config update suggestions @JeremyDev87 (#87) Low12/22/2025
v0.2.5## Changes ## 🐛 Bug Fixes - Enable npx codingbuddy to work within monorepo @JeremyDev87 (#85) - Remove deprecated codingbuddy-mcp binary and add tests @JeremyDev87 (#82) ## 📚 Documentation - Update docs to use codingbuddy mcp instead of codingbuddy-mcp @JeremyDev87 (#83) Low12/22/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

better-notion-mcpMarkdown-first MCP server for Notion API - composite tools optimized for AI agentsv2.34.4
codebase-contextGenerate a map of your codebaseto help AI Agents understand your architecture, coding conventions and patterns. Discoverable with Semantic Searchv2.3.0
skillfoundryAI engineering framework with quality gates, persistent memory, and multi-platform support. Works inside Claude Code, Cursor, Copilot, Codex, and Gemini.v2.0.61
cc-skillsClaude Code Skills Marketplace: plugins, skills for ADR-driven development, DevOps automation, ClickHouse management, semantic versioning, and productivity workflowsv21.87.0
opena2aOpen-source security tools for AI agents. Find vulnerabilities, fix root causes, prove compliance.v0.10.7

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme