Help us improve
Share bugs, ideas, or general feedback.
From jot
This skill should be used when the user wants to create a visual sketch, diagram, or mind map from captured content like articles, videos, or blips. Enables creating Excalidraw visualizations from jot captures.
npx claudepluginhub jskswamy/claude-plugins --plugin jotHow this skill is triggered — by the user, by Claude, or both
Slash command
/jot:sketch-from-captureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a user captures content and wants to visualize it, use the `/sketch` command from the sketch-note plugin.
Generates Excalidraw JSON diagram files (.excalidraw) for visualizing workflows, architectures, and concepts as visual arguments with evidence artifacts for technical diagrams.
Generates hand-drawn Excalidraw diagrams for concepts, architectures, mind maps, flows, and comparisons. Enforces accessibility and cognitive limits; auto-renders JSON to SVG.
Generates Excalidraw diagram JSON files (.excalidraw) that argue visually for workflows, architectures, or concepts. Ideal for teaching relationships, flows, and technical integrations with evidence artifacts.
Share bugs, ideas, or general feedback.
When a user captures content and wants to visualize it, use the /sketch command from the sketch-note plugin.
Use this skill when the user mentions:
Extract the key information needed for visualization:
When visualizing video content:
Visualization approach:
When visualizing article content:
Visualization approach:
When visualizing tech radar blips:
Visualization approach:
After extracting content, invoke the sketch command:
/sketch --mode custom "{extracted content description}"
Example workflow:
User: "capture https://youtube.com/watch?v=abc123 and visualize it"
First, capture the video using jot capture:
Extract key concepts:
Create visualization:
/sketch --mode custom "REST API tutorial flow: Setup → Routing → Middleware → Authentication → Error Handling → Testing. Key concepts: Express.js framework, JWT tokens, middleware pattern"
Link the sketch to the capture note (both in workbench)
Both captures and sketches are saved to the shared workbench:
${workbench_path}/notes/{type}/${workbench_path}/sketches/This makes it easy to find related content together.
When creating a sketch from captured content, include a reference in the sketch description:
This maintains traceability between captures and their visualizations.