Agent Plugins Marketplace
← All plugins

graphhelm

v0.1.1

GraphHelm methodology, host setup guidance, and evidence-based next-step selection.

CodexClaude CodeAgent Plugins3 Skills

By GraphHelmLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 26, 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 graphhelm for Codex and Claude Code

Installs for the current user
codex plugin marketplace add stabem/GraphHelm
codex plugin marketplace upgrade graphhelm
codex plugin add graphhelm@graphhelm

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

Compatibility: the page URL and API slug “graphhelm” remain stable.

  • Codex: graphhelm@agent-plugin-marketplace → graphhelm@graphhelm

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/stabem/GraphHelm

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

Plugin files

plugins/graphhelm/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/graphhelm-guide/SKILL.md
├── skills/graphhelm-resume/SKILL.md
└── skills/graphhelm-setup/SKILL.md

Included Skills3

graphhelm-guideskills/graphhelm-guide/SKILL.md

Use when the user asks how GraphHelm works, how Keel and Journey-Proven Development fit together, or how to start using its plugin, CLI, Runtime, and host setup.

graphhelm-resumeskills/graphhelm-resume/SKILL.md

Use when the user asks what to do next, wants to resume GraphHelm work, or invokes graphhelm-resume to choose between concrete next actions.

graphhelm-setupskills/graphhelm-setup/SKILL.md

Use when the owner wants to inspect or adopt GraphHelm in a Claude Code or Codex host, asks about graphhelm setup, or invokes graphhelm-setup to review host configuration and recovery.

Plugin manifests3

plugins/graphhelm/.codex-plugin/plugin.json
{
  "name": "graphhelm",
  "version": "0.1.1",
  "description": "GraphHelm methodology, host setup guidance, and evidence-based next-step selection.",
  "author": {
    "name": "GraphHelm"
  },
  "repository": "https://github.com/stabem/GraphHelm",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "GraphHelm",
    "shortDescription": "Understand the method, review setup, and choose the next move.",
    "longDescription": "A lightweight entry to GraphHelm. The guide explains how Keel, Journey-Proven Development, and Runtime evidence fit together. Setup guides a reviewed host adoption with backup and restore. Resume reads current evidence and offers exactly two next actions.",
    "developerName": "GraphHelm",
    "category": "Developer Tools",
    "capabilities": [
      "skills"
    ],
    "defaultPrompt": [
      "Explain how GraphHelm should work here.",
      "Review GraphHelm setup for this host.",
      "Resume this work and give me two next steps."
    ]
  }
}
plugins/graphhelm/.claude-plugin/plugin.json
{
  "name": "graphhelm",
  "version": "0.1.1",
  "description": "GraphHelm methodology, host setup guidance, and evidence-based next-step selection.",
  "author": {
    "name": "GraphHelm"
  },
  "homepage": "https://github.com/stabem/GraphHelm",
  "repository": "https://github.com/stabem/GraphHelm",
  "license": "MIT"
}
plugins/graphhelm/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "graphhelm",
  "version": "0.1.1",
  "description": "GraphHelm methodology, host setup guidance, and evidence-based next-step selection.",
  "author": {
    "name": "GraphHelm"
  },
  "repository": "https://github.com/stabem/GraphHelm",
  "license": "MIT"
}

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

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