archimate

Installation
SKILL.md

Enterprise Architecture Diagram Generator (ArchiMate)

Quick Start: Add !include <archimate/Archimate> → Declare typed elements → Connect with Rel_* macros → Group into layers with rectangle → Wrap in ```plantuml fence.

⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram.

Critical Rules

  • Every diagram starts with @startuml and ends with @enduml
  • Must include !include <archimate/Archimate> before using any macros
  • Element syntax: Layer_Type(alias, "Label")
  • Relationship syntax: Rel_Type(fromAlias, toAlias, "label")
  • Use rectangle "Layer" { ... } to group elements into ArchiMate layers
  • Directional suffixes _Up, _Down, _Left, _Right control relationship direction

Element Macros

Business Layer

Related skills
Installs
1.7K
GitHub Stars
2.4K
First Seen
Apr 11, 2026