Use when a broad ecosystem (plugin landscape, wiki cluster, repo monorepo, DCO function map) needs an audit where the actual graph emerges through exploration, not from a pre-defined plan. Trigger phrases - "audit the plugin ecosystem", "schau dir alles an", "inventur machen", "find redundancies", "map the wiki", "/workflow audit", "ecosystem review". Returns inventory, clusters, role/dataflow map, redundancies, synergies, prioritized TODOs. Skip when the scope is small enough for a single-loop pass or when the audit was just done within the last 7 days.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-workflow-suite:dynamic-graph-auditorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inventarisiert ein breites Oekosystem und analysiert es als dynamischen Graph — Knoten und Kanten entstehen waehrend der Arbeit, nicht aus einem Voraus-Plan. Output: Report mit Inventar, Clustern, Rollen-/Datenfluss-Map, Redundanz-Liste, Synergie-Vorschlaegen und priorisierten TODOs.
Inventarisiert ein breites Oekosystem und analysiert es als dynamischen Graph — Knoten und Kanten entstehen waehrend der Arbeit, nicht aus einem Voraus-Plan. Output: Report mit Inventar, Clustern, Rollen-/Datenfluss-Map, Redundanz-Liste, Synergie-Vorschlaegen und priorisierten TODOs.
Nicht nutzen wenn:
audit:
scope: <pfad oder beschreibung>
date: YYYY-MM-DD
inventory_count: <zahl>
clusters:
- name:
members: []
role:
health: green | yellow | red
role_dataflow:
- from: <knoten>
to: <knoten>
kind: depends_on | supports | applies_to | unknown
redundancies:
- description:
members: []
proposal:
synergies:
- description:
proposal:
todos:
- severity: P0 | P1 | P2 | P3
action:
effort: small | medium | large
target: <pfad oder komponente>
Optionaler Ergaenzungsblock: Mermaid-Diagramm des Cluster-Graphs (nur als Visualisierung, nicht als Spec).
health-Markierung mit Begruendung.code-reviewer-Job.)agent-orchestrator-plugin und multi-model-orchestrator decken Multi-Agent-Audits ab; dieser Skill ist single-loop und fokussiert auf statische Inventur. Bei sehr grossen Scopes auf Multi-Agent uebergeben.
npx claudepluginhub dynamic-dome/claude-plugins-marketplace --plugin agentic-workflow-suiteGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.