🖼️
FrontendJavaScript

Svg Diagram

by bybit-exchange

Svg Diagram is a Frontend skill for Claude Code, published by bybit-exchange in svg-diagram.

217 stars9 forkson bybit-exchange/svg-diagramAdded 2026/09/05+1569% in starsRepository updated 2026/09/03
agent-skillsarchitecture-diagramcjkclaude-codeclaude-skillcodexcoding-agentsdata-flow-diagramdeveloper-toolsdiagramsdiagrams-as-codeflowchartlintermermaid-alternativeopencodesequence-diagramsoftware-architecturesvgsystem-designtechnical-documentation
Install in seconds
Install Svg Diagram
Copy Svg Diagram into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/bybit-exchange/svg-diagram ~/.claude/skills/svg-diagram

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/bybit-exchange/svg-diagram.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in bybit-exchange/svg-diagram
Installs to
~/.claude/skills/svg-diagram
Collection
The only skill cataloged from this repository
Category
Frontend653 skills

What Svg Diagram does

Svg Diagram defines conventions for hand-written SVG diagrams, including layout, spacing, typography, and file placement. Use it when creating flowcharts, architecture diagrams, and other SVG figures that need consistent styling.

Svg Diagram is cataloged under Frontend on DirSkills. Svg Diagram comes from a repository tagged agent-skills, architecture-diagram, cjk, claude-code and claude-skill.

Documentation

README

SVG Diagramming Conventions

Output location and referencing

Diagrams go in SVG, never ASCII art. That rule decides whether to draw; this skill covers how, starting with where the file lands.

  • Put the file in an assets/ directory next to the document (e.g. docs/foo.mddocs/assets/foo-arch.svg)
  • Reference it from markdown with a relative path, ![title](assets/xxx.svg). Do not inline SVG XML.
  • When data in the document changes, the corresponding SVG must be updated too. A figure that contradicts the prose beside it is worse than no figure

Core principles

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Svg Diagram

  • How does Svg Diagram compare to other Frontend skills?

    Svg Diagram ranks #589 by stars among the 653 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Svg Diagram against them. Open each page to compare what they document and how they install.