Agent Plugins Marketplace
All plugins

soulmate

v0.24.0-rc.5

It verifies what you asked an agent to do and what came back, in the same record. Use it as an opt-in, bounded project guidance surface; ordinary work remains unchanged. Plugin installation provides host guidance and does not install the separate soulmate CLI.

CodexClaude Code

By Veyndra SystemsLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 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

Install soulmate for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add soulmate@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/veyndrasystems/exitbind

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

Plugin files

systems.veyndra.soulmate/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

systems.veyndra.soulmate/.codex-plugin/plugin.json
{
  "name": "soulmate",
  "version": "0.24.0-rc.5",
  "description": "It verifies what you asked an agent to do and what came back, in the same record. Use it as an opt-in, bounded project guidance surface; ordinary work remains unchanged. Plugin installation provides host guidance and does not install the separate soulmate CLI.",
  "author": {
    "name": "Veyndra Systems",
    "url": "https://github.com/veyndrasystems"
  },
  "repository": "https://github.com/veyndrasystems/soulmate",
  "license": "MIT",
  "keywords": [
    "agents",
    "briefs",
    "orchestration",
    "receipts"
  ],
  "skills": "./skills/",
  "hooks": "./systems.veyndra.soulmate/hooks/hooks.json",
  "interface": {
    "displayName": "Soulmate",
    "shortDescription": "Bounded, inspectable agent handoffs",
    "longDescription": "It verifies what you asked an agent to do and what came back, in the same record. Use it as an opt-in, bounded project guidance surface; ordinary work remains unchanged. Plugin installation provides host guidance and does not install the separate soulmate CLI.",
    "developerName": "Veyndra Systems",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "Create a bounded plan for this task."
    ]
  }
}
systems.veyndra.soulmate/.claude-plugin/plugin.json
{
  "name": "soulmate",
  "version": "0.24.0-rc.5",
  "description": "It verifies what you asked an agent to do and what came back, in the same record. Use it as an opt-in, bounded project guidance surface; ordinary work remains unchanged. Plugin installation provides host guidance and does not install the separate soulmate CLI.",
  "author": {
    "name": "Veyndra Systems",
    "url": "https://github.com/veyndrasystems"
  },
  "repository": "https://github.com/veyndrasystems/soulmate",
  "license": "MIT",
  "keywords": [
    "agents",
    "briefs",
    "orchestration",
    "receipts"
  ],
  "hooks": "./systems.veyndra.soulmate/hooks/hooks.json",
  "skills": "./skills/"
}

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

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