Agent Plugins Marketplace
All plugins

durable-threads

v0.2.0

Coordinate durable worker threads across Codex, Claude, Grok, and Cursor with provider-specific session controls.

Codex1 Skill

By Waleed DogarLicense: Apache-2.00 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 5, 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 durable-threads for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add durable-threads@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/Strataward/durable-threads

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

Plugin files

durable-threads/
├── .codex-plugin/plugin.json
└── skills/durable-threads/SKILL.md

Included Skills1

durable-threadsskills/durable-threads/SKILL.md

Coordinate complex software work through named durable sessions across Codex, Claude, Grok, and Cursor with compact context and evidence-based review. Use when a task benefits from persistent specialist sessions. Do not use for a simple one-session request.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "durable-threads",
  "version": "0.2.0",
  "description": "Coordinate durable worker threads across Codex, Claude, Grok, and Cursor with provider-specific session controls.",
  "author": {
    "name": "Waleed Dogar",
    "url": "https://github.com/waleeddogar"
  },
  "homepage": "https://github.com/waleeddogar/durable-threads",
  "repository": "https://github.com/waleeddogar/durable-threads",
  "license": "Apache-2.0",
  "keywords": [
    "codex",
    "claude",
    "grok",
    "cursor",
    "threads",
    "orchestration",
    "agents",
    "context-management",
    "software-engineering"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Durable Threads",
    "shortDescription": "Route work through durable multi-provider threads",
    "longDescription": "Use a strong planning and review task with named worker threads across Codex, Claude, Grok, and Cursor. Keep packets compact, preserve provider sessions, and require evidence before integration.",
    "developerName": "Waleed Dogar",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Use $durable-threads to plan and route this work.",
      "Use $durable-threads with named provider sessions.",
      "Use $durable-threads to review this change with evidence."
    ],
    "brandColor": "#4F46E5"
  }
}

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

[durable-threads on Agent Plugins Marketplace](https://pluginsmp.com/plugins/durable-threads)