Agent Plugins Marketplace
All plugins

akbun-draw-architecture

v1.0.3

Architecture drawing skills by akbun — AWS VPC and Kubernetes network draw.io diagrams

CodexClaude Code2 Skills

By akbunLicense: MIT2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 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 akbun-draw-architecture for Codex and Claude Code

Installs for the current user
codex plugin marketplace add choisungwook/akbun-aitools
codex plugin marketplace upgrade akbun-aitools
codex plugin add akbun-draw-architecture@akbun-aitools

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

Compatibility: the page URL and API slug “akbun-draw-architecture” remain stable.

  • Codex: akbun-draw-architecture@agent-plugin-marketplaceakbun-draw-architecture@akbun-aitools

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/choisungwook/akbun-aitools

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

Plugin files

plugins/akbun-draw-architecture/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/akbun-drawio-aws-vpc/SKILL.md
└── skills/kubernets-network-drawio/SKILL.md

Included Skills2

akbun-drawio-aws-vpcskills/akbun-drawio-aws-vpc/SKILL.md

draw.io Desktop CLI로 AWS VPC 기초 다이어그램을 `.drawio` XML로 만들고 PNG/SVG/PDF로 export한다. draw server나 MCP server를 사용하지 않고, macOS의 draw.io Desktop CLI와 AWS icon pack(mxgraph.aws4)을 사용한다. 이 skill은 VPC, Availability Zone, public/private/application/db subnet, Internet Gateway, NAT Gateway만 그린다. ALB/NLB, workload, VPC Endpoint, Route 53, Direct Connect, on-premises network, managed service는 다른 skill의 책임이다. Trigger on: "draw.io AWS VPC", "drawio aws vpc", "AWS VPC 기초 그려줘", "AWS VPC subnet 그려줘", "VPC subnet diagram", "public subnet private subnet", "AZ dashed container", "IGW NAT Gateway".

kubernets-network-drawioskills/kubernets-network-drawio/SKILL.md

draw kubernetes network with draw.io

Plugin manifests2

plugins/akbun-draw-architecture/.codex-plugin/plugin.json
{
  "name": "akbun-draw-architecture",
  "version": "1.0.3",
  "description": "Architecture drawing skills by akbun — AWS VPC and Kubernetes network draw.io diagrams",
  "author": {
    "name": "akbun",
    "url": "https://github.com/choisungwook"
  },
  "homepage": "https://github.com/choisungwook/akbun-aitools",
  "repository": "https://github.com/choisungwook/akbun-aitools",
  "license": "MIT",
  "keywords": [
    "architecture",
    "diagram",
    "drawio",
    "aws",
    "kubernetes",
    "network"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "akbun Draw Architecture",
    "shortDescription": "Architecture and network diagram drawing skills",
    "longDescription": "Architecture drawing skills — draw.io AWS VPC and Kubernetes network diagrams generated from prose, images, YAML, or existing draw.io files, validated as XML and exported for visual inspection.",
    "developerName": "akbun",
    "category": "Writing",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/choisungwook/akbun-aitools",
    "privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "defaultPrompt": [
      "Create a draw.io AWS VPC architecture diagram",
      "Draw a Kubernetes network diagram with draw.io"
    ],
    "brandColor": "#0F766E",
    "screenshots": []
  }
}
plugins/akbun-draw-architecture/.claude-plugin/plugin.json
{
  "name": "akbun-draw-architecture",
  "description": "Architecture drawing skills by akbun — AWS VPC and Kubernetes network draw.io diagrams",
  "version": "1.0.3",
  "author": {
    "name": "akbun"
  },
  "repository": "https://github.com/choisungwook/akbun-aitools",
  "license": "MIT",
  "keywords": [
    "architecture",
    "diagram",
    "drawio",
    "aws",
    "kubernetes",
    "network"
  ]
}

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

[akbun-draw-architecture on Agent Plugins Marketplace](https://pluginsmp.com/plugins/akbun-draw-architecture)