code-buddy
v2.0.0Drive 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`.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-buddy@agent-plugin-marketplacePaste 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-buddyClone 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
├── .claude-plugin/plugin.json├── skills/code-buddy/SKILL.md└── .mcp.json
Included Skills1
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
- command
- buddy
- args
- mcp serve
Plugin manifests1
{
"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/"
}For maintainers
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)