Leaderboard/Diagramming/axton-obsidian-visual-skills
Last commit on February 12, 2026·Created on January 10, 2026

axtonliu/axton-obsidian-visual-skills

Turns notes into diagrams you can edit and animate.
Combined rank
#110
across all skills
In Diagramming
#6
category rank
Stars
3.6k
+0.7% in last 7d
Forks
322
-0.3% in last 7d
Watchers
13
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill pack converts structured text into three visual formats native to Obsidian: Excalidraw diagrams with animation support, Mermaid diagrams for presentations and documentation, and interactive Canvas files in mindmap or freeform layouts. It helps Obsidian power users, technical writers, and knowledge teams turn written content into explorable visuals without leaving the note-taking workflow.

WHO IT'S FOR
Obsidian power users
create visual diagrams from text notes
Technical writers
embed professional diagrams in documentation
Knowledge workers / researchers
organize complex information into visual maps
AI automation builders
generate visuals programmatically via AI assistants
Repository contents

3 skill files

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill collection

Follow the documented setup, then try a first task.

Claude Code Plugin Marketplace

Installs: Complete obsidian-visual-skills plugin bundle containing the Excalidraw, Mermaid, and Obsidian Canvas skills · Claude Code

Before you start
  • Claude Code CLI installed
  • Obsidian installed
  • Obsidian Excalidraw plugin installed for the Excalidraw skill
  1. Enter these commands in a Claude Code session, in the documented order, to add the repository as a plugin marketplace and install the obsidian-visual-skills plugin.

    /plugin marketplace add axtonliu/axton-obsidian-visual-skills
    /plugin install obsidian-visual-skills
  2. Restart Claude Code so it loads the installed skills.

README.md · Checked Sep 18, 2026.claude-plugin/marketplace.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Create a CI/CD Excalidraw flowchart

Uses excalidraw-diagram

  • The stages, decisions, and transitions in the CI/CD pipeline to visualize
  • An Obsidian working setup with the Excalidraw plugin
Use the excalidraw-diagram skill to create an Excalidraw flowchart showing the CI/CD pipeline.
excalidraw-diagram/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Visualize a process with Mermaid

Uses mermaid-visualizer

  • The process text, including its steps, decisions, and relationships
Use the mermaid-visualizer skill to visualize this process as a Mermaid diagram.
mermaid-visualizer/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Turn an article into an Obsidian Canvas

Uses obsidian-canvas-creator

  • The complete article text to organize spatially
Use the obsidian-canvas-creator skill to turn this article into an Obsidian Canvas.
README.md · Checked Sep 18, 2026obsidian-canvas-creator/SKILL.md · Checked Sep 18, 2026