Agent Plugins Marketplace
All plugins

coding-agents

v0.6.3

Coding-agent environments and coordination: /operate-prowl, /message-agents, /coordinate-agents, /recover-prowl-agents

CodexClaude Code4 Skills

By Simon HeimlicherLicense: MIT1 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 16, 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 coding-agents for Codex and 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 coding-agents-3@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.

Compatibility: the page URL and API slug “coding-agents-3” remain stable.

  • Codex: Legacy selector coding-agents-3@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

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.

Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.

Get the source manually
git clone https://github.com/outcomeeng/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is src/plugins/coding-agents/.

Plugin files

src/plugins/coding-agents/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/coordinate-agents/SKILL.md
├── skills/message-agents/SKILL.md
├── skills/operate-prowl/SKILL.md
└── skills/recover-prowl-agents/SKILL.md

Included Skills4

coordinate-agentsskills/coordinate-agents/SKILL.md

ALWAYS invoke this skill when coding agents in separate worktrees may overlap, depend on each other, share an external blocker, or need ownership coordination.

message-agentsskills/message-agents/SKILL.md

ALWAYS invoke this skill when discovering a Prowl coding-agent recipient or sending facts, ownership proposals, state reports, authorizations, or acknowledgements to another agent pane.

operate-prowlskills/operate-prowl/SKILL.md

ALWAYS invoke this skill when a workflow needs a public Prowl operation or a correlated delegation handback between Prowl coding agents. NEVER run Prowl command help or construct the public CLI command directly when this capability is available.

recover-prowl-agentsskills/recover-prowl-agents/SKILL.md

ALWAYS invoke this skill when preparing for or recovering coding-agent sessions after a Prowl restart. NEVER restart Prowl without a prepared exact-session manifest.

Plugin manifests2

src/plugins/coding-agents/.codex-plugin/plugin.json
{
  "name": "coding-agents",
  "version": "0.6.3",
  "description": "Coding-agent environments and coordination: /operate-prowl, /message-agents, /coordinate-agents, /recover-prowl-agents",
  "author": {
    "name": "Simon Heimlicher",
    "url": "https://github.com/outcomeeng"
  },
  "homepage": "https://outcomeeng/plugins",
  "repository": "https://github.com/outcomeeng/plugins",
  "license": "MIT",
  "keywords": [
    "coding-agents",
    "coordination",
    "prowl",
    "worktrees"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Coding Agents",
    "shortDescription": "Operate and coordinate coding agents across Prowl panes",
    "longDescription": "Operate the public Prowl environment, delegate bounded work with terminal handbacks, prepare and recover exact native sessions, deliver source-owned messages, and coordinate independent coding-agent workflows.",
    "developerName": "Outcome Engineering",
    "category": "Developer Tools",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://outcome.engineering"
  }
}
src/plugins/coding-agents/.claude-plugin/plugin.json
{
  "name": "coding-agents",
  "version": "0.6.3",
  "description": "Coding-agent environments and coordination: /operate-prowl, /message-agents, /coordinate-agents, /recover-prowl-agents",
  "author": {
    "name": "Simon Heimlicher"
  },
  "repository": "https://github.com/outcomeeng/plugins",
  "license": "MIT",
  "keywords": [
    "coding-agents",
    "coordination",
    "prowl",
    "worktrees"
  ]
}

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

[coding-agents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coding-agents-3)