Agent Plugins Marketplace
All plugins

code-buddy

v2.0.0

Drive Code Buddy, the multi-provider AI coding agent (64 providers, local Ollama at $0), from Claude Code: the skill teaches headless one-shot runs, provider/model pinning, permission modes and the verify loop; the MCP server exposes Code Buddy's read-only tools. Requires `npm i -g @phuetz/code-buddy`.

Claude Code1 Skill1 MCP serverstdio

By Patrice HuetzLicense: BUSL-1.141 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install code-buddy for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-buddy@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/phuetz/code-buddy

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

code-buddy/
├── .claude-plugin/plugin.json
├── skills/code-buddy/SKILL.md
└── .mcp.json

Included Skills1

code-buddyskills/code-buddy/SKILL.md

Drive Code Buddy (the `buddy` multi-provider AI coding-agent CLI) from the command line — run it headless on a single prompt, pin it to a free local Ollama model or a paid one, edit files autonomously, start the HTTP/fleet server, and run the autonomous fleet loop. Use when the user wants to invoke, test, script, or automate the `buddy` CLI; run Code Buddy headlessly or inside another agent; run it on local/free models; start the server or multi-AI fleet; run autonomous coding tasks; or when working inside the code-buddy repo and needing to actually RUN the agent (not just edit its source). Triggers on "use buddy", "run code buddy", "buddy --prompt", "headless code buddy", "code buddy on ollama", "buddy autonomy/fleet/server".

MCP servers1

code-buddystdio
command
buddy
args
mcp serve

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "code-buddy",
  "version": "2.0.0",
  "displayName": "Code Buddy",
  "description": "Drive Code Buddy, the multi-provider AI coding agent (64 providers, local Ollama at $0), from Claude Code: the skill teaches headless one-shot runs, provider/model pinning, permission modes and the verify loop; the MCP server exposes Code Buddy's read-only tools. Requires `npm i -g @phuetz/code-buddy`.",
  "author": {
    "name": "Patrice Huetz",
    "url": "https://github.com/phuetz"
  },
  "homepage": "https://phuetz.github.io/code-buddy/",
  "repository": "https://github.com/phuetz/code-buddy",
  "license": "BUSL-1.1",
  "keywords": [
    "coding-agent",
    "ollama",
    "mcp",
    "claude-code",
    "codex",
    "multi-provider",
    "fleet"
  ],
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[code-buddy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/code-buddy)