skills/mermaid/SKILL.md
Must read guide on creating/editing mermaid charts with valiation tools
npx skillsauth add Fatih0234/agent-stuff mermaidInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to quickly validate Mermaid diagrams by parsing + rendering them with the official Mermaid CLI.
npx).PUPPETEER_EXECUTABLE_PATH../tools/validate.sh diagram.mmd [output.svg]
beautiful-mermaid (best-effort; not all diagram types are supported).output.svg is omitted, the SVG is rendered to a temp file and discarded.diagram.mmd first (the tool only validates plain Mermaid files).diagram.mmd../tools/validate.sh diagram.mmd.tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.
documentation
Read this skill before updating changelogs
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.