Agent Plugins Marketplace
← All plugins

superdurable-dex

v0.25.4

Build Dex process products in a repository-backed coding workspace.

CodexClaude Code

By Super DurableLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 27, 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 superdurable-dex for Codex and Claude Code

Installs for the current user
codex plugin marketplace add superdurable/dex-skills
codex plugin marketplace upgrade superdurable
codex plugin add superdurable-dex@superdurable

Paste and run these commands in a terminal with Codex. They add and refresh the superdurable catalog, then install this plugin.

Compatibility: the page URL and API slug “superdurable-dex” remain stable.

  • Codex: superdurable-dex@agent-plugin-marketplace → superdurable-dex@superdurable

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/superdurable/dex-skills

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

superdurable-dex/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "superdurable-dex",
  "version": "0.25.4",
  "description": "Build Dex process products in a repository-backed coding workspace.",
  "author": {
    "name": "Super Durable",
    "url": "https://superdurable.io"
  },
  "homepage": "https://docs.superdurable.io/build-with-ai/dex-developer-skill",
  "repository": "https://github.com/superdurable/dex-skills",
  "license": "MIT",
  "keywords": [
    "dex",
    "durable-execution",
    "workflow",
    "connectors",
    "ai-platform",
    "coding-agent"
  ],
  "skills": "./",
  "interface": {
    "displayName": "Dex",
    "shortDescription": "Build Dex apps in a coding workspace",
    "longDescription": "Developer skills for a coding-agent host with a writable repository or project workspace. Start with Dex App Builder for end-to-end process products; it loads Dex SDK and routes confirmed official connector gaps to Dex Connector Contributor. Without repository and command access, the plugin supports planning and handoff only.",
    "developerName": "Super Durable",
    "category": "Productivity",
    "capabilities": [
      "Guidance"
    ],
    "websiteURL": "https://docs.superdurable.io/build-with-ai/dex-developer-skill",
    "defaultPrompt": [
      "Use $dex-app-builder to discover and design a process application.",
      "Use $dex-connector-contributor to build and upstream this connector capability.",
      "Use $dex-sdk to design a reliable Dex Flow.",
      "Use $dex-app-builder to prototype and build this workflow."
    ],
    "brandColor": "#78C51C",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png"
  }
}
.claude-plugin/plugin.json
{
  "name": "superdurable-dex",
  "version": "0.25.4",
  "description": "Build Dex process products in a repository-backed coding workspace.",
  "author": {
    "name": "Super Durable",
    "url": "https://superdurable.io"
  },
  "homepage": "https://docs.superdurable.io/build-with-ai/dex-developer-skill",
  "repository": "https://github.com/superdurable/dex-skills",
  "license": "MIT",
  "keywords": [
    "dex",
    "durable-execution",
    "workflow",
    "connectors",
    "ai-platform",
    "coding-agent"
  ]
}

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

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