Tappaas Module Dependencies banner
TAPPaaS TAPPaaS

Tappaas Module Dependencies

Development community

Description

Generate a Mermaid dependency graph of all TAPPaaS modules and write it to `src/module-dependencies.md`. ## Steps ### 1. Load the module registry Read `src/module-catalog.json` and collect modules from these lists only: - `foundationModules` - `applicationModules` Also scan for provider-only modules not in the registry (e.g., `src/foundation/cluster/cluster.json`) that have a `provides` array. **Exclude** `proxmoxTemplates` and `testModules` from the graph entirely. ### 2. Read each module

Installation

Installs to ~/.claude/commands/tappaas-tappaas-tappaas-module-dependencies.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TAPPaaS/TAPPaaS/HEAD/.claude/commands/tappaas-module-dependencies.md -o ~/.claude/commands/tappaas-tappaas-tappaas-module-dependencies.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository