🗺️
Writing

Wiki Diagram

by IssacW228

Wiki Diagram is a Writing skill for Claude Code, published by IssacW228 in student-llm-wiki.

176 stars4 forkson IssacW228/student-llm-wikiAdded 2026/09/07+2% in starsRepository updated 2026/06/16
ai-toolsclaude-codeclaude-coworkfeynman-techniquekarpathyknowledge-basellm-wikinote-takingobsidianpersonal-knowledge-managementpkmsecond-brainstudent-toolsstudy-tools
Install in seconds
Install Wiki Diagram
Copy Wiki 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/IssacW228/student-llm-wiki/tree/main/skills/wiki-diagram ~/.claude/skills/wiki-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/IssacW228/student-llm-wiki.git

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

In this catalog

Source file
skills/wiki-diagram/SKILL.md in IssacW228/student-llm-wiki
Installs to
~/.claude/skills/wiki-diagram
Collection
One of 9 skills cataloged from this repository
Category
Writing1328 skills

What Wiki Diagram does

Wiki Diagram adds Mermaid diagrams to wiki pages when a concept is easier to understand visually. Use it for processes, architecture, sequences, hierarchies, comparisons, or when someone asks to diagram a concept.

Wiki Diagram is cataloged under Writing on DirSkills. Wiki Diagram comes from a repository tagged ai-tools, claude-code, claude-cowork, feynman-technique and karpathy.

Documentation

README

Wiki Diagram — Mermaid 可视化

用 Mermaid 给概念页配图。Obsidian 原生渲染 ```mermaid 代码块,无需安装插件。

何时配图 When to Diagram

只在"文字描述比图更难懂"时配图,不要每页都加。适合配图的情况:

  • 多步骤流程/算法 → flowchart
  • 协议交互/攻击步骤,含时序(适合 COMP4337) → sequenceDiagram
  • 系统架构/模型结构,含组件关系 → flowchart
  • 概念分类/知识地图 → mindmap
  • 状态转换/生命周期 → stateDiagram-v2
  • 概念间关系网(跨课程连接) → graph

不适合配图:单一定义、纯数学公式推导、线性叙述无分支无关系的内容。

图表类型映射 Diagram Type Mapping

内容类型 Mermaid 类型
算法步骤/数据处理流程 flowchart TD
协议/攻击交互序列 sequenceDiagram
模型架构/系统组件 flowchart LR
概念分类/知识地图 mindmap
状态机/生命周期 stateDiagram-v2
概念间关系网 graph TD

放置位置 Placement

在概念页的 直觉 Intuition详细解释 Detailed 章节之后,新增 ## 图解 Diagram 小节。局部插入,不重写全页。

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

Commands Wiki Diagram provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /diagram

Frequently asked about Wiki Diagram

  • What else does IssacW228 publish alongside Wiki Diagram?

    Wiki Diagram is one of 9 skills that DirSkills catalogs from IssacW228/student-llm-wiki, the repository it ships in. Its siblings there include Exam Prep, Exam Prep and Exam Prep. Each one is a separate skill with its own page in this directory, installs the same way Wiki Diagram does, and is maintained by IssacW228 in that same repository. The rest of the collection is listed on the IssacW228/student-llm-wiki page.

  • How does Wiki Diagram compare to other Writing skills?

    Wiki Diagram ranks #1151 by stars among the 1328 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. 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 Wiki Diagram against them. Open each page to compare what they document and how they install.