
from claude-plugins35
Generate flowcharts, sequence diagrams, ERDs and other visuals from text using the Mermaid CLI (mmdc).
Expert skill for converting Markdown-like diagram syntax into production-ready diagrams using Mermaid CLI (mmdc). Supports flowcharts, sequence diagrams, class diagrams, ERDs, state machines, Gantt, pie and git graphs, and exports to SVG/PNG/PDF. Includes practical commands, theming, sizing and Docker options for headless rendering.
Use this skill when you need to generate diagrams from text in documentation, READMEs, wikis, or automated docs pipelines. Good for quick flowcharts, sequence visualizations, and batch exports (CI/CD or docs builds). Not ideal for heavy icon-based architecture diagrams where tools like D2 may be better.
Best used by agents that can run shell commands or invoke CLIs (Copilot/Codex/GitHub Actions/Claude Code) where the agent has access to npm/npx or Docker to run mmdc.
Comprehensive Mermaid CLI reference skill covering flowcharts, sequence diagrams, ERDs, class diagrams, state machines, Gantt charts, and more. No bundled scripts — purely instructional. Well-organized with clear when-to-use guidance, diagram type examples, styling options, Docker usage, and troubleshooting. The --no-sandbox tip for Linux Puppeteer is noted without strong security caveats.
No scripts to execute. Static analysis only. Skill is a thorough reference document for Mermaid CLI usage. Minor security note: suggests --no-sandbox for Puppeteer on Linux without emphasizing that this reduces security and should only be used in trusted environments.
OpenFeature SDK Integration
Guides integration of the vendor-agnostic OpenFeature feature-flag SDK across languages: installation, provider setup, flag evaluation, hooks, and testing patte
CI Workflow Standards
Guidelines and templates for GitHub Actions CI/CD: container builds, testing, release automation, and optional auto-fix workflows.
Project Discovery
Automatically orient an agent to an unfamiliar git codebase: analyze git state, detect project type and tooling, surface risk flags and give actionable next ste
Rust Development (Modern Practices)
Provides expert guidance for modern Rust systems programming: cargo workflows, ownership, async/concurrency (Tokio), testing, profiling, and tooling best practi
Git Repository Detection
Extract owner/repo identifiers from git remotes (HTTPS/SSH/enterprise) so CLIs and APIs can target the correct GitHub repository.
UV Workspaces — Python Monorepo Guide
Practical reference for managing Python monorepos with uv workspaces: workspace layout, shared lockfiles, member dependencies, sync/build commands, and Docker-f
MCP Server Management
Install, configure, and manage Model Context Protocol (MCP) servers for Claude Code, including runtime enable/disable, OAuth remote servers, and dynamic tool di
TFC Run Logs (Terraform Cloud)
Fetch and display Terraform Cloud plan and apply logs for a run ID to debug or review failed plans/applies (requires TFE_TOKEN).
Obsidian File History & Recovery
Inspect, diff, and restore previous Obsidian note versions from local file recovery or Obsidian Sync history.
Python Testing (pytest)
Quick reference for writing Python tests with pytest: fixtures, parametrization, coverage, mocking, and async testing.