omm-scan
Scan codebase architecture and generate/update .omm/ documentation. Use when the user says "omm scan", "scan architecture", "update architecture", "refresh…
Push architecture docs to oh-my-mermaid cloud. Handles login, link, and push workflow with error guidance. Use when the user says "omm push", "push to cloud", "deploy architecture", or "share architecture".
$ npx -y skills add oh-my-mermaid/oh-my-mermaid --skill omm-push --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/omm-pushContext preview
The summary Claude sees to decide when to auto-load this skill.
Push architecture docs to oh-my-mermaid cloud. Handles login, link, and push workflow with error guidance. Use when the user says "omm push", "push to cloud", "deploy architecture", or "share architecture".
name: omm-push description: Push architecture docs to oh-my-mermaid cloud. Handles login, link, and push workflow with error guidance. Use when the user says "omm push", "push to cloud", "deploy architecture", or "share architecture".
Automate the full workflow of pushing .omm/ architecture docs to the oh-my-mermaid cloud service.
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."
Run `omm share` via Bash. If it errors with "not logged in":
Run `omm share` via Bash. If it errors with "no project slug":
Run `omm push` via Bash.
Handle errors:
On success, output:
Turn complex codebases into clear, navigable architecture diagrams with Claude Code.
Repo: oh-my-mermaid/oh-my-mermaid
Scan codebase architecture and generate/update .omm/ documentation. Use when the user says "omm scan", "scan architecture", "update architecture", "refresh…
Start the omm web viewer to explore architecture diagrams in the browser. Use when the user says "omm view", "open viewer", "show diagrams", "view…