Agent Plugins Marketplace
All plugins

craft

v0.12.30

An evolvable Agent runtime with context, capability discovery, verified execution, quality evidence, and bounded workflow evolution.

Codex1 Skill1 MCP serverstdio

By wdx9413License: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
2 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 craft for Codex

Installs for the current user
codex plugin marketplace add wdx9413/craft
codex plugin marketplace upgrade craft-marketplace
codex plugin add craft@craft-marketplace

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

Compatibility: the page URL and API slug “craft-3” remain stable.

  • Codex: craft-3@agent-plugin-marketplacecraft@craft-marketplace

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/wdx9413/craft

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

Plugin files

plugins/craft/
├── .codex-plugin/plugin.json
├── skills/craft-route/SKILL.md
└── .mcp.json

Included Skills1

craft-routeskills/craft-route/SKILL.md

Route substantial work through Craft's smallest safe MCP surface; load a verified capability only when the route selects it.

MCP servers1

craftstdio
command
node
args
dist/plugin/craft-mcp.cjs --product full
cwd
.

Plugin manifests1

plugins/craft/.codex-plugin/plugin.json
{
  "name": "craft",
  "version": "0.12.30",
  "description": "An evolvable Agent runtime with context, capability discovery, verified execution, quality evidence, and bounded workflow evolution.",
  "author": {
    "name": "wdx9413",
    "url": "https://github.com/wdx9413"
  },
  "homepage": "https://github.com/wdx9413/craft",
  "repository": "https://github.com/wdx9413/craft",
  "license": "MIT",
  "keywords": [
    "agent",
    "skills",
    "workflow",
    "memory",
    "mcp"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Craft",
    "shortDescription": "Build governed context, discover capabilities, and verify better Agent work.",
    "longDescription": "The complete Craft runtime composes Core, Context, Capability, Quality, and bounded Workflow Evolution behind a minimal route-first surface. It stores governed knowledge and memory, discovers Skills/MCPs, evaluates versioned Subjects, and evolves only candidates backed by evidence. In Codex it uses the current app as an embedded execution host and never launches a second Codex CLI by default.",
    "developerName": "wdx9413",
    "category": "Productivity",
    "brandColor": "#000000",
    "composerIcon": "./assets/craft-icon.svg",
    "logo": "./assets/craft-icon.svg",
    "capabilities": [
      "Knowledge and memory",
      "Capability discovery",
      "Task continuity",
      "Shared work objects",
      "Dependency impact analysis",
      "Bounded context assembly",
      "Execution trials",
      "Evidence records",
      "Multi-agent orchestration",
      "Quality signoff",
      "Version comparison",
      "Verified workflows",
      "Experience patterns",
      "Safe Skill publishing"
    ],
    "defaultPrompt": [
      "Use Craft as the default orchestrator for this substantial goal.",
      "Use Craft to create a safe incremental-development plan: preserve behavior, make the smallest change, then verify tests, coverage, and Git diff.",
      "Use Craft to list experience candidates with enough Trial and Evidence history; do not publish anything."
    ]
  },
  "mcpServers": "./.mcp.json"
}

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

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