Creates visual representations of system structure including architecture diagrams, data flow diagrams, deployment diagrams, and sequence diagrams. Use when Claude needs to visualize system components, infrastructure, data flows, or interactions. Supports Mermaid (recommended for Markdown/GitHub), PlantUML (for detailed UML), and Graphviz/DOT (for complex networks). Trigger when users request diagrams, visualizations, or ask to "show", "diagram", "visualize", or "map out" system architecture, infrastructure, data flows, or component interactions.
npx skills add https://github.com/ArabelaTso/Skills-4-SE --skill system-diagram-generator
Generate clear, accurate visual representations of system structure using text-based diagram formats.
When a user requests a system diagram:
Use for most cases - renders in Markdown, GitHub, GitLab, and many documentation tools.
Best for:
See: mermaid-patterns.md for examples
Use when detailed UML diagrams are needed or when working with Java/enterprise systems.
Best for:
See: plantuml-patterns.md for examples
Use for complex network topologies or when fine-grained layout control is needed.
Best for:
See: graphviz-patterns.md for examples
Show system components, services, databases, and their relationships.
Use when:
Key elements:
Illustrate how data moves through the system.
Use when:
Key elements:
Show infrastructure, servers, containers, and deployment topology.
Use when:
Key elements:
Visualize API calls, user interactions, and process flows over time.
Use when:
Key elements:
User: "Show me the architecture of our authentication system"
→ Create Mermaid architecture diagram showing auth components
User: "Diagram the data flow for user registration"
→ Create Mermaid flowchart showing registration data flow
User: "Visualize our AWS deployment"
→ Create Mermaid or Graphviz deployment diagram with AWS infrastructure
User: "Show the sequence of API calls for checkout"
→ Create Mermaid sequence diagram showing checkout flow
User: "I need a detailed UML component diagram"
→ Create PlantUML component diagram with stereotypes
User: "Map out our network topology"
→ Create Graphviz network diagram with clusters
Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity, complexity, and risk management. No API key or registration required. Use when working with hedge fund data, systemic risk monitoring, financial stability research, hedge fund leverage or leverage ratios, counterparty concentration, Form PF statistics, repo market data, or OFR financial research data.
Design and automate Extract, Transform, Load data pipelines for data integration and analytics
Track and analyze US government shutdown liquidity impacts by monitoring TGA (Treasury General Account), bank reserves, EFFR, and SOFR data from FRED API. Use when user wants to (1) analyze current or past government shutdown effects on financial markets, (2) track liquidity conditions during fiscal policy disruptions, (3) assess "stealth tightening" effects, (4) compare shutdown episodes across different monetary policy regimes (QE vs QT), or (5) generate liquidity stress reports with historical context. Recommended usage frequency is weekly on Wednesdays after TGA/reserve data releases.
Auto-instrument Node.js applications with distributed tracing, metrics, and logs.
Azure Monitor Query SDK for Java. Execute Kusto queries against Log Analytics workspaces and query metrics from Azure resources.
Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics.
Use this skill when you need to search Datadog logs, query metrics, tail logs in real-time, trace distributed requests, investigate errors, compare time periods, find log patterns, check service health, or export observability data.
Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools.
Take arabelatso/system-diagram-generator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.