machinery
v0.10.1Design greenfield, brownfield, hybrid, and rebuild software as a build-ready, formally verified blueprint with deterministic gates.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add machinery@agent-plugin-marketplacePaste 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/machineryClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/machinery/SKILL.md
Included Skills1
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
{
"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": []
}
}{
"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"
]
}For maintainers
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)