.claude/skills/excalidraw-diagram-generator/SKILL.md
Generates visual diagrams from natural language descriptions, outputting .excalidraw JSON files. Supports flowcharts, relationship diagrams, mind maps, architecture diagrams, data flow diagrams, business flows, class diagrams, sequence diagrams, and ER diagrams.
npx skillsauth add wallacedobbs428/thecalltaker excalidraw-diagram-generatorInstall 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.
Generates visual diagrams from natural language descriptions, outputting .excalidraw JSON files compatible with Excalidraw's platform.
For specialized diagrams, Python scripts can automatically integrate icons from downloaded .excalidrawlib libraries. Users can set up libraries from https://libraries.excalidraw.com/.
"create a diagram", "make a flowchart", "visualize a process", "draw architecture", "ER diagram", "mind map"
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
tools
Automate repetitive development tasks and workflows. Use when creating build scripts, automating deployments, or setting up development workflows. Handles npm scripts, Makefile, GitHub Actions workflows, and task automation.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
development
Implement web accessibility (a11y) standards following WCAG 2.1 guidelines. Use when building accessible UIs, fixing accessibility issues, or ensuring compliance with disability standards. Handles ARIA attributes, keyboard navigation, screen readers, semantic HTML, and accessibility testing.