Skill Visualizer banner
Agents365-ai Agents365-ai

Skill Visualizer

Development community

Description

Claude Code skill for visualizing skill structures using Mermaid flowcharts

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Skill Visualizer

[中文文档](README_CN.md)

A Claude Code skill for visualizing and analyzing skill structures using Mermaid flowcharts.

Features

  • Automatic Analysis: Reads and comprehends skill logic
  • Mermaid Diagrams: Generates flowcharts for skill workflows
  • PDF Output: Renders diagrams to timestamped PDF files
  • Structure Suggestions: Provides actionable improvement recommendations

Requirements

System Requirements

  • Node.js 16+
  • npm

Installation

npm install -g @mermaid-js/mermaid-cli

Dependencies

  • pdf skill (for merging multiple PDFs)

Quick Start

Natural Language (Claude Code)

Just tell Claude what you want:

Visualize the video-podcast-maker skill
Diagram the ffmpeg skill structure
Analyze the remotion skill flow

Process

  1. Read - Scans skill directory and all files
  2. Analyze - Determines complexity (simple vs complex)
  3. Generate - Creates Mermaid .mmd diagrams
  4. Render - Converts to PDF via mmdc
  5. Report - Writes summary and suggestions

Output

~/.claude/skills//
├── SKILL.md
├── -YYYYMMDD-HHMMSS.pdf           # diagrams + summary + suggestions
├── -YYYYMMDD-HHMMSS-summary.md    # optional
└── -YYYYMMDD-HHMMSS-suggestions.md # optional

Complexity Criteria

Type Criteria Diagrams
Simple ≤3 sections, no scripts, linear flow 1 comprehensive flowchart
Complex Multiple scripts, multi-phase Overview + per-phase diagrams

License

MIT License

Support

If this project helps you, consider supporting the author:

WeChat Pay
WeChat Pay

Related Skills