coding-agents
v0.6.3Coding-agent environments and coordination: /operate-prowl, /message-agents, /coordinate-agents, /recover-prowl-agents
By Simon HeimlicherLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 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
codex plugin marketplace add outcomeeng/plugins
codex plugin marketplace upgrade outcomeeng
codex plugin add coding-agents@outcomeengPaste and run these commands in a terminal with Codex. They add and refresh the outcomeeng catalog, then install this plugin.
Compatibility: the page URL and API slug “coding-agents-2” remain stable.
- Codex:
coding-agents-2@agent-plugin-marketplace→coding-agents@outcomeeng
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/outcomeeng/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/codex/coding-agents/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/coding-agents-plugin/SKILL.md├── skills/coordinate-agents/SKILL.md├── skills/message-agents/SKILL.md├── skills/operate-prowl/SKILL.md└── skills/recover-prowl-agents/SKILL.md
Included Skills5
ALWAYS invoke this skill to operate the coding-agents plugin's own lifecycle — report its version and check or reconcile its agent-delivery footprint. Invoke it when this plugin's agents are missing from a session. NEVER commit marketplace-delivered agent definitions into a checkout.
ALWAYS invoke this skill when coding agents in separate worktrees may overlap, depend on each other, share an external blocker, or need ownership coordination.
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.
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.
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
{
"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"
}
}{
"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"
]
}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.
[coding-agents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/coding-agents-2)