Oh My Claudecode Website banner
Yeachan-Heo Yeachan-Heo

Oh My Claudecode Website

Development community

Description

Website for oh-my-claudecode - A multi-agent orchestration framework for Claude Code

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

oh-my-claudecode Website

Structure

├── index.html          # Main landing page (original 3D design)
├── css/                # Stylesheets for main site
├── js/                 # JavaScript for main site
├── data/               # Data files
├── docs/               # Legacy documentation (original docs.html)
└── assets/             # Images and media

Deployment

Main Site (GitHub Pages)

The main site at root is a static HTML/CSS/JS site deployed to GitHub Pages.

Docs Site

Documentation is hosted separately at [omc.vibetip.help](https://omc.vibetip.help/)

Navigation

  • Main site: Links to omc.vibetip.help for documentation
  • Legacy docs: Available at /docs/index.html (original documentation)

Development

Just open `index.html` in a browser or serve with any static server.

npx serve .