workflow-graph
v0.4.0Deterministic Core contracts and state for agent workflow graphs
By YMD7License: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 8, 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 workflow-graph for Codex and Claude Code
codex plugin marketplace add YMD7/agent-plugins
codex plugin marketplace upgrade agent-plugins
codex plugin add workflow-graph@agent-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the agent-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “workflow-graph” remain stable.
- Codex:
workflow-graph@agent-plugin-marketplace→workflow-graph@agent-plugins
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/YMD7/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/workflow-graph/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/core/SKILL.md
Included Skills1
Validate, resolve, materialize, inspect, or update a Workflow Graph Phase 1 Core run state with the bundled deterministic script.
Plugin manifests2
{
"name": "workflow-graph",
"version": "0.4.0",
"description": "Deterministic Core contracts and state for agent workflow graphs",
"author": {
"name": "YMD7"
},
"repository": "https://github.com/YMD7/agent-plugins",
"license": "MIT",
"keywords": [
"workflow",
"execution-graph",
"orchestration",
"agents"
],
"skills": "./skills/",
"interface": {
"displayName": "Workflow Graph",
"shortDescription": "Design agent work as a data-dependency graph.",
"longDescription": "Validate, resolve, materialize, and persist goals, nodes, artifacts, and lifecycle state as a reusable execution graph.",
"developerName": "YMD7",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Explain how to model this work as a Workflow Graph.",
"Validate these Workflow Graph definitions.",
"Materialize this goal as a Workflow Graph run."
]
}
}{
"name": "workflow-graph",
"description": "Deterministic Core contracts and state for agent workflow graphs",
"version": "0.4.0",
"author": {
"name": "YMD7"
},
"repository": "https://github.com/YMD7/agent-plugins",
"license": "MIT",
"skills": "./skills/"
}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.
[workflow-graph on Agent Plugins Marketplace](https://pluginsmp.com/plugins/workflow-graph)