πŸ‘οΈ
DataTypeScript

Omm View

by oh-my-mermaid

Omm View is a Data skill for Claude Code, published by oh-my-mermaid in oh-my-mermaid.

2.2K stars187 forkson oh-my-mermaid/oh-my-mermaidAdded 2026/08/18Repository updated 2026/04/07
aiarchitectureclaude-codeclaude-code-skillclicodebase-visualizationdeveloper-toolsdiagramsdocumentationmermaid
Install in seconds
Install Omm View
Copy Omm View 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/oh-my-mermaid/oh-my-mermaid/tree/main/skills/omm-view ~/.claude/skills/omm-view

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/oh-my-mermaid/oh-my-mermaid.git

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

In this catalog

Source file
skills/omm-view/SKILL.md in oh-my-mermaid/oh-my-mermaid
Installs to
~/.claude/skills/omm-view
Collection
One of 3 skills cataloged from this repository
Category
Data β€” 668 skills

What Omm View does

Omm View launches the omm web viewer so users can explore .omm architecture diagrams in their browser. Use it when the user wants to open the viewer, show diagrams, or view architecture.

Omm View is cataloged under Data on DirSkills. Omm View comes from a repository tagged ai, architecture, claude-code, claude-code-skill and cli.

Documentation

README

omm-view β€” Architecture Viewer

Purpose

Launch the interactive web viewer so the user can explore .omm/ architecture diagrams in their browser.

Prerequisites

Ensure the omm CLI is available:

command -v omm || npm install -g oh-my-mermaid

If the install command fails (permission denied), tell the user: "Please run npm install -g oh-my-mermaid in your terminal, then try again."

Steps

Step 1: Verify .omm/ exists

omm list

If no classes found, tell the user: "No architecture docs found. Run /omm-scan first to generate them." Then stop.

Step 2: Start the viewer

omm view

If the user specified a port:

omm view --port <port>

Step 3: Report

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

Commands Omm View provides

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

  • /omm-scan

Frequently asked about Omm View

  • What else does oh-my-mermaid publish alongside Omm View?

    Omm View is one of 3 skills that DirSkills catalogs from oh-my-mermaid/oh-my-mermaid, the repository it ships in. Its siblings there include Architecture Scanner and Omm Push. Each one is a separate skill with its own page in this directory, installs the same way Omm View does, and is maintained by oh-my-mermaid in that same repository. The rest of the collection is listed on the oh-my-mermaid/oh-my-mermaid page.

  • How does Omm View compare to other Data skills?

    Omm View ranks #335 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. 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 Omm View against them. Open each page to compare what they document and how they install.