Skip to content

Ecosystem

Community plugins rewritten on the AgentPlugins universal manifest. Each targets functional parity across the four supported harnesses — the same functionality across Claude Code, Codex, OpenCode, and Pi Mono.

Install any plugin with a single command:

bash
agentplugins add owner/repo

This installs the plugin into ~/.agents/plugins/<name>/ and symlinks it to every detected agent on your machine.


Adding your plugin

  1. Build on the AgentPlugins universal manifest (see Creating Plugins)
  2. Target all four supported harnesses and confirm functional parity
  3. Open a PR or issue to add your plugin to this page

See Rewriting for Tier-1 Parity for the step-by-step process.


Available plugins

PluginDescription
agentplugins-autoresearchAutonomous experiment loop that gathers what to optimize and runs iterations until the target improves.
agentplugins-goalAutonomous goal-completion loop — set a goal once, the agent iterates until done across all supported harnesses.
agentplugins-ponytailLazy senior dev mode — forces the minimum solution that works: YAGNI → stdlib → native → one line.
agentplugins-cavemanUltra-compressed communication mode — cuts ~75% of output tokens while preserving full technical accuracy.
agentplugins-btwParallel side-thread thoughts — spin up side conversations without interrupting the main agent.

Note: Capability status per plugin lives in each plugin's README. For the harness-level baseline see the Capability Matrix.

Released under the Apache License 2.0.