Agent Plugins Marketplace
All plugins

machinery

v0.10.1

Design greenfield, brownfield, hybrid, and rebuild software as a build-ready, formally verified blueprint with deterministic gates.

CodexClaude Code1 Skill

By RamXXLicense: Apache-2.013 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 machinery 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 machinery@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/RamXX/machinery

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

machinery/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/machinery/SKILL.md

Included Skills1

machineryskills/machinery/SKILL.md

Design software as a build-ready blueprint for greenfield, brownfield, rebuild, or hybrid work. Use for domain modeling, C4 architecture, state machines, formal verification, legacy adoption, and zero-context BUILD handoffs under hard TDD. Do not use for ordinary implementation-only tasks.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "machinery",
  "version": "0.10.1",
  "description": "Design greenfield, brownfield, hybrid, and rebuild software as a build-ready, formally verified blueprint with deterministic gates.",
  "author": {
    "name": "RamXX",
    "url": "https://github.com/RamXX"
  },
  "homepage": "https://github.com/RamXX/machinery",
  "repository": "https://github.com/RamXX/machinery",
  "license": "Apache-2.0",
  "keywords": [
    "design",
    "architecture",
    "state-machines",
    "formal-verification",
    "tdd",
    "migration",
    "rebuild"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "machinery",
    "shortDescription": "Checked software blueprints for new and existing systems",
    "longDescription": "Turn greenfield, brownfield, hybrid, or rebuild work into a build-ready blueprint with traceable domain, architecture, state-machine, migration, and test contracts.",
    "developerName": "RamXX",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/RamXX/machinery",
    "defaultPrompt": [
      "Design this system with machinery",
      "Run the machinery gates and explain the findings",
      "Plan a production rebuild that preserves valuable behavior"
    ],
    "brandColor": "#2563EB",
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "machinery",
  "version": "0.10.1",
  "description": "Design greenfield, brownfield, hybrid, and rebuild software as a build-ready, formally verified blueprint, then hold the line with deterministic gates and governance hooks.",
  "author": {
    "name": "RamXX",
    "url": "https://github.com/RamXX"
  },
  "homepage": "https://github.com/RamXX/machinery",
  "repository": "https://github.com/RamXX/machinery",
  "license": "Apache-2.0",
  "keywords": [
    "design",
    "architecture",
    "state-machines",
    "formal-verification",
    "xstate",
    "c4",
    "tla",
    "tdd",
    "governance",
    "migration",
    "rebuild"
  ]
}

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

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