☁️
AutomationTypeScript

Omm Push

by oh-my-mermaid

Omm Push is an Automation 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 Push
Copy Omm Push 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-push ~/.claude/skills/omm-push

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-push/SKILL.md in oh-my-mermaid/oh-my-mermaid
Installs to
~/.claude/skills/omm-push
Collection
One of 3 skills cataloged from this repository
Category
Automation1523 skills

What Omm Push does

Omm Push pushes architecture docs to oh-my-mermaid cloud, handling login, link, and push workflow with error guidance. Use it when the user says 'omm push', 'push to cloud', 'deploy architecture', or 'share architecture'.

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

Documentation

README

omm-push — Cloud Push Workflow

Purpose

Automate the full workflow of pushing .omm/ architecture docs to the oh-my-mermaid cloud service.

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."

Workflow

Step 1: Check Login Status

Run omm share via Bash. If it errors with "not logged in":

  • Tell the user: "You need to log in first."
  • Run omm login — this opens a browser for GitHub OAuth
  • Wait for the user to complete login

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

Frequently asked about Omm Push

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

    Omm Push 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 View. Each one is a separate skill with its own page in this directory, installs the same way Omm Push 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 Push compare to other Automation skills?

    Omm Push ranks #491 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Push against them. Open each page to compare what they document and how they install.