Agent Plugins Marketplace
All plugins

pwdev-excalidraw

v0.1.0

Visual planning with Excalidraw diagrams through an MCP server, portable across Claude Code and Codex.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By Paulo SoaresLicense: Apache-2.02 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 15, 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 pwdev-excalidraw 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 pwdev-excalidraw@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/pwdev-solucoes/pwdev-claude-marketplace

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

Plugin files

plugins/pwdev-excalidraw/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/excalidraw/SKILL.md
└── .mcp.json

Included Skills1

excalidrawskills/excalidraw/SKILL.md

Cria diagramas Excalidraw para apoiar planejamento, arquitetura e decisões.

MCP servers1

excalidrawStreamable HTTP
url
https://mcp.excalidraw.com/mcp

Plugin manifests2

plugins/pwdev-excalidraw/.codex-plugin/plugin.json
{
  "name": "pwdev-excalidraw",
  "version": "0.1.0",
  "description": "Visual planning with Excalidraw diagrams through an MCP server, portable across Claude Code and Codex.",
  "author": {
    "name": "Paulo Soares",
    "url": "https://github.com/soarescbm"
  },
  "homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
  "repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
  "license": "Apache-2.0",
  "keywords": [
    "codex",
    "excalidraw",
    "mcp",
    "planning",
    "architecture",
    "diagramming"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "PWDEV Excalidraw",
    "shortDescription": "Visual planning with Excalidraw",
    "longDescription": "Create and review editable Excalidraw diagrams for architecture, user flows, dependencies, roadmaps, decisions, and risks. The skill is runtime-neutral and uses the configured Excalidraw MCP server when available.",
    "developerName": "PWDEV Solucoes",
    "category": "Planning",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Create an Excalidraw architecture diagram for this plan.",
      "Visualize the user flow and dependencies without changing code.",
      "Review this proposal visually and highlight risks and unknowns."
    ]
  }
}
plugins/pwdev-excalidraw/.claude-plugin/plugin.json
{
  "name": "pwdev-excalidraw",
  "displayName": "PWDEV Excalidraw — Planejamento Visual",
  "version": "0.1.0",
  "description": "Planejamento visual com diagramas Excalidraw via servidor MCP oficial — arquitetura, fluxos, dependências, decisões e roadmaps editáveis.",
  "author": {
    "name": "Paulo Soares",
    "url": "https://github.com/soarescbm"
  },
  "homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
  "repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
  "license": "Apache-2.0",
  "keywords": [
    "claude-code",
    "claude-plugin",
    "excalidraw",
    "diagram",
    "planning",
    "architecture",
    "mcp",
    "pt-br"
  ],
  "mcpServers": "./.mcp.json"
}

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

[pwdev-excalidraw on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pwdev-excalidraw)