arkitect
v1.5.1Your agent draws the architecture. Creates and edits native, editable Draw.io (.drawio) and Excalidraw (.excalidraw) diagrams - cloud and system architectures, data pipelines, agentic systems, network views and flow diagrams - with 6,000+ bundled icons, a learned house style, and everything running locally.
By mouadja02License: MIT2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 19, 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 arkitect for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install arkitect@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/mouadja02/arkitectClone 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
├── .claude-plugin/plugin.json├── skills/apply-drawio-style/SKILL.md├── skills/apply-excalidraw-style/SKILL.md├── skills/arkitect-drawio/SKILL.md├── skills/arkitect-excalidraw/SKILL.md├── skills/learn-drawio-style/SKILL.md└── skills/learn-excalidraw-style/SKILL.md
Included Skills6
Choose which conventions learn-drawio-style found in the user's own .drawio diagrams this install should draw with - what an edge style means, connector colours, font sizes, text colour, corner rounding - and write them into the per-install style override that build-diagram.mjs merges in. User-invoked only.
Choose which conventions learn-excalidraw-style found in the user's own .excalidraw scenes this install should draw with - what a connector style means, connector colour, width and routing, shape stroke width, fill style, corner rounding, boundary strokes - and write them into the per-install style override that build-diagram.mjs merges in. User-invoked only.
Create or edit editable Draw.io (.drawio) solution-architecture diagrams in the Arkitect house style, using the bundled icon packs for AWS, Azure, Google Cloud, data platforms, AI frameworks, DevOps, GitHub, file types and agent concepts. Use whenever the request involves a Draw.io/diagrams.net diagram, an AWS or cloud architecture diagram, a monitoring or observability architecture, a data-ingestion or data-pipeline architecture, an agentic/LLM system architecture, a solution-options or as-is/to-be comparison diagram, a flow or decision diagram wanted as .drawio, or an edit to an existing .drawio file.
Create or edit editable Excalidraw (.excalidraw) diagrams — system and solution architectures for any cloud or stack, software component and block diagrams, data pipelines, agentic/LLM systems, network and deployment views, flows and decision paths — in a hand-drawn house style, using Excalidraw's own default libraries plus custom icons built from real product logos. Use whenever the request involves an Excalidraw scene or library, an architecture or block diagram wanted in a sketchy style, an icon built from a product logo, or an edit to an existing .excalidraw file.
Teach the arkitect-drawio skill from additional .drawio examples the user explicitly designates. Builds this install's own style record, findings and notes outside the plugin, where an update cannot wipe them. Never changes what gets drawn - that is apply-drawio-style. User-invoked only.
Teach the arkitect-excalidraw skill from additional .excalidraw examples the user explicitly designates. Builds this install's own style record, findings and notes outside the plugin, where an update cannot wipe them. Never changes what gets drawn - that is apply-excalidraw-style. User-invoked only.
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "arkitect",
"version": "1.5.1",
"description": "Your agent draws the architecture. Creates and edits native, editable Draw.io (.drawio) and Excalidraw (.excalidraw) diagrams - cloud and system architectures, data pipelines, agentic systems, network views and flow diagrams - with 6,000+ bundled icons, a learned house style, and everything running locally.",
"author": {
"name": "mouadja02",
"email": "[email protected]"
},
"homepage": "https://github.com/mouadja02/arkitect",
"repository": "https://github.com/mouadja02/arkitect",
"license": "MIT",
"skills": [
"./skills/"
],
"keywords": [
"drawio",
"diagrams.net",
"excalidraw",
"architecture",
"diagram",
"flowchart",
"solution-architecture",
"system-design",
"aws",
"azure",
"gcp",
"icons",
"docker",
"mcp"
]
}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.
[arkitect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/arkitect)