plugins marketplace
← All plugins

c4-architecture

v1.0.1

Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation

CodexClaude Code

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/c4-architecture/ inside the repository.

Layout

plugins/c4-architecture/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/c4-architecture/.codex-plugin/plugin.json
{
  "name": "c4-architecture",
  "version": "1.0.1",
  "description": "Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "C4 Architecture",
    "shortDescription": "Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container…",
    "category": "Coding"
  }
}
plugins/c4-architecture/.claude-plugin/plugin.json
{
  "name": "c4-architecture",
  "version": "1.0.1",
  "description": "Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}