Oh-My-Mermaid: Claude Code Skill for Auto-Generating Architecture Diagrams

✍️ OpenClawRadar📅 Published: April 1, 2026🔗 Source
Oh-My-Mermaid: Claude Code Skill for Auto-Generating Architecture Diagrams
Ad

Oh-My-Mermaid is a Claude Code skill that automatically generates architecture diagrams and documentation from codebases. The tool uses Claude Code to analyze code, identify architectural patterns, and write Mermaid diagrams.

Ad

Key Details

The tool is installed globally via npm:

npm install -g oh-my-mermaid && omm setup

In Claude Code, you use the skill with:

/omm-scan (skill) → omm view

The developer emphasizes several design principles:

  • Zero runtime dependencies (just YAML)
  • Claude Code writes the diagrams while the CLI owns the files
  • Plain text output (.mmd + markdown) that's fully git-diffable
  • Recursive analysis where complex modules get nested diagrams

The project is free and open source under the MIT license. The GitHub repository is available at https://github.com/oh-my-mermaid/oh-my-mermaid.

A demo video and preview image are available through the Reddit post, and there's a live exploration link at https://ohmymermaid.com/share/8fca9ff0fef84a139ac2d3f9875db0d2.

This type of tool is useful for developers who need to quickly understand or document the architecture of existing codebases, particularly when onboarding to new projects or conducting code reviews.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenClaw skill reduces accessibility tree tokens from 600K to 1.3K for ad-heavy sites
Tools

OpenClaw skill reduces accessibility tree tokens from 600K to 1.3K for ad-heavy sites

A developer built an OpenClaw skill that uses ML-based element ranking to prune accessibility trees, cutting slickdeals.com from ~598K tokens to ~1.3K tokens by keeping only the top ~50 actionable elements.

OpenClawRadar
Claude AI Product Launch Skill: Structured Playbooks for AI Product Launches
Tools

Claude AI Product Launch Skill: Structured Playbooks for AI Product Launches

A free Claude skill provides six battle-tested launch playbooks covering strategy, preparation, messaging, and channel execution for AI product launches. The repository includes English and Chinese materials organized by launch stage.

OpenClawRadar
Open Source Browser Tool for Testing MCP Servers Without Installation
Tools

Open Source Browser Tool for Testing MCP Servers Without Installation

An open source web tool called MCP Playground lets developers test MCP servers directly in their browser using WebContainers, a WASM Node.js runtime. It can run npm-based MCP servers locally without backend installation and connect to remote servers via URL.

OpenClawRadar
Claude-Skills Maintainer Seeks Feedback on 181 Agent Skills Library
Tools

Claude-Skills Maintainer Seeks Feedback on 181 Agent Skills Library

Reza, maintainer of claude-skills, is asking the community for feedback on his open-source library containing 181 agent skills, 250 Python tools, and 15 agent personas that work across 11 AI coding tools. He's questioning whether the isolated skill approach is effective and wants input on missing skills, persona-based agents, and tool integrations.

OpenClawRadar