Agent Plugins Marketplace
All plugins

exitbind

v0.24.0-rc.5

Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.

Agent Plugins2 Skills

By Veyndra SystemsLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 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

Get the plugin

git clone https://github.com/veyndrasystems/exitbind

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

exitbind/
├── plugin.json
├── skills/coffee/SKILL.md
└── skills/soulmate/SKILL.md

Included Skills2

coffeeskills/coffee/SKILL.md

Prepare a non-trivial coding task before implementation by selecting useful context methods and returning a bounded readiness brief; skip clear, small requests.

soulmateskills/soulmate/SKILL.md

Use Soulmate selectively for bounded handoffs, independent review, resumability, or deterministic evidence; ordinary reversible work stays direct.

Plugin manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "exitbind",
  "version": "0.24.0-rc.5",
  "description": "Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.",
  "author": {
    "name": "Veyndra Systems",
    "url": "https://github.com/veyndrasystems"
  },
  "repository": "https://github.com/veyndrasystems/exitbind",
  "license": "MIT",
  "keywords": [
    "agents",
    "acceptance",
    "evidence",
    "receipts"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Exitbind",
        "shortDescription": "Evidence-bound acceptance for agent work",
        "longDescription": "Exitbind — No result exits unbound. Bind the evidence to the exact result before exit. For your existing Codex or Claude lead; this skills-only plugin installs guidance, not the separate Exitbind CLI.",
        "developerName": "Veyndra Systems",
        "category": "Productivity",
        "capabilities": [
          "Read"
        ],
        "defaultPrompt": [
          "Use Exitbind for this material task; keep small reversible work direct."
        ]
      }
    },
    "systems.veyndra.soulmate": {
      "purpose": "Legacy host-hook compatibility resources for plugin consumers published before the rename; not a current Exitbind capability, and host-specific activation is not implied."
    },
    "systems.veyndra.exitbind": {
      "purpose": "Exitbind host-hook compatibility resources; host-specific activation is not implied."
    }
  }
}

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

[exitbind on Agent Plugins Marketplace](https://pluginsmp.com/plugins/exitbind)