Agent Plugins Marketplace
All plugins

plantuml

v0.3.1

PlantUML diagram reference, creation, and validation plugin

CodexClaude Code

By studykitLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 20, 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 plantuml for Codex and Claude Code

Installs for the current user
codex plugin marketplace add studykit/studykit-plugins
codex plugin marketplace upgrade studykit-plugins
codex plugin add plantuml@studykit-plugins

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

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

  • Codex: plantuml@agent-plugin-marketplaceplantuml@studykit-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/studykit/studykit-plugins

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

Plugin files

plantuml/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plantuml/.codex-plugin/plugin.json
{
  "name": "plantuml",
  "version": "0.3.1",
  "description": "PlantUML diagram reference, creation, and validation plugin",
  "author": {
    "name": "studykit"
  },
  "repository": "https://github.com/studykit/studykit-plugins",
  "license": "MIT",
  "keywords": [
    "plantuml",
    "diagram",
    "uml",
    "sequence",
    "class",
    "activity",
    "visualization"
  ],
  "interface": {
    "displayName": "PlantUML",
    "shortDescription": "Create and reference PlantUML diagrams",
    "developerName": "studykit",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ]
  },
  "skills": "./skills/"
}
plantuml/.claude-plugin/plugin.json
{
  "name": "plantuml",
  "version": "0.3.1",
  "description": "PlantUML diagram reference, creation, and validation plugin",
  "author": {
    "name": "studykit"
  },
  "repository": "https://github.com/studykit/claude-plugin-marketplace",
  "license": "MIT",
  "keywords": [
    "plantuml",
    "diagram",
    "uml",
    "sequence",
    "class",
    "activity",
    "visualization"
  ]
}

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

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