Home / yeachan-heo / oh-my-claudecode · src/AGENTS.md · GitHub

AGENTS.md@src agentsA

AGENTS.md@src is agent-read markdown (agents) from yeachan-heo/oh-my-claudecode.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

<!-- Parent: ../AGENTS.md -->
<!-- Generated: 2026-01-28 | Updated: 2026-03-02 -->

# src

TypeScript source code for oh-my-claudecode - the core library that powers multi-agent orchestration.

## Purpose

This directory contains all TypeScript source code organized into modules:

- **agents/** - 32 specialized AI agent definitions with tiered variants
- **tools/** - 15 LSP/AST/REPL tools for IDE-like capabilities
- **hooks/** - 31 event-driven behaviors for execution modes
- **features/** - Core features (model routing, state management, verification)
- **config/** - Configuration loading and validation
- **commands/** - Command expansion utilities
- **mcp/** - MCP server integration

## Key Files

| File | Description |
|------|-------------|
| `index.ts` | Main entry point - exports `createOmcSession()` |
| `shared/types.ts` | Shared TypeScript types used across modules |

## Subdirectories

| Directory | Purpose |
|-----------|---------|
| `agents/` | 32 agent definitions with prompts and tools (see `agents/AGENTS.md`) |
| `tools/` | 15 LSP, AST, and Python REPL tools (see `tools/AGENTS.md`) |
| `hooks/` | 31 hooks for execution modes (see `hooks/AGENTS.md`) |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add yeachan-heo/oh-my-claudecode/src/AGENTS.md@git:20260311.fc226e7
Exact content
mdr add yeachan-heo/oh-my-claudecode/src/AGENTS.md@sha256:ba53a9297d4d86ff

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_lzm63vzrcebc55hb.svg)](https://markdownregistry.com/a/art_lzm63vzrcebc55hb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260311.fc226e7 latest2026-03-11 fc226e7 5,280 BA view · diff
git:20260302.f6393982026-03-02 f639398 5,334 BA view · diff
git:20260222.040fafd2026-02-22 040fafd 5,053 BA view · diff
git:20260201.b5acd0d2026-02-01 b5acd0d 5,063 BA view · diff
git:20260128.2389f0f2026-01-28 2389f0f 4,515 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (5280 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

yeachan-heo/oh-my-claudecode · 39,312 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_lzm63vzrcebc55hb
GET https://markdownregistry.com/api/v1/resolve?ref=yeachan-heo/oh-my-claudecode/src/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/ba53a9297d4d86fff9572fa49180169e620dc42663be10b43624d71a7cb52c1b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from yeachan-heo/oh-my-claudecode

CLAUDE.md@.github claude
yeachan-heo/oh-my-claudecode · .github/CLAUDE.md
git:20260921.a02ea28 · audit A · 39,312 stars
AGENTS.md agents
yeachan-heo/oh-my-claudecode · AGENTS.md
git:20260907.0f2b9dc · audit A · 39,312 stars
CLAUDE.md claude
yeachan-heo/oh-my-claudecode · CLAUDE.md
git:20260921.a02ea28 · audit A · 39,312 stars
AGENTS.md@docs agents
yeachan-heo/oh-my-claudecode · docs/AGENTS.md
git:20260311.fc226e7 · audit A · 39,312 stars
CLAUDE.md@docs claude
yeachan-heo/oh-my-claudecode · docs/CLAUDE.md
git:20260921.a02ea28 · audit A · 39,312 stars
AGENTS.md@skills agents
yeachan-heo/oh-my-claudecode · skills/AGENTS.md
git:20260914.e8415b3 · audit A · 39,312 stars
agent-doc-discipline skill
yeachan-heo/oh-my-claudecode · skills/agent-doc-discipline/SKILL.md · Writing-time discipline for documents agents consume (the five surfaces, specs, tickets, .omc/skills/) — every rule…
git:20260915.0fab8e7 · audit A · 39,312 stars
ai-slop-cleaner skill
yeachan-heo/oh-my-claudecode · skills/ai-slop-cleaner/SKILL.md · Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
git:20260507.8690a21 · audit A · 39,312 stars
architecture-survey skill
yeachan-heo/oh-my-claudecode · skills/architecture-survey/SKILL.md · Periodic architecture survey — walks the module graph and reports ranked deepening candidates (shallow modules…
git:20260913.629d16f · audit A · 39,312 stars
ask-navigator skill
yeachan-heo/oh-my-claudecode · skills/ask-navigator/SKILL.md · Shipyard's navigator — chart a foggy effort (destination unclear, questions not yet stateable) into a map of decision…
git:20260918.6720bd8 · audit A · 39,312 stars
ask skill
yeachan-heo/oh-my-claudecode · skills/ask/SKILL.md · Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact…
git:20260622.1871a64 · audit A · 39,312 stars
autopilot skill
yeachan-heo/oh-my-claudecode · skills/autopilot/SKILL.md · Full autonomous execution from idea to working code
git:20260828.81b3f71 · audit A · 39,312 stars

Every file in yeachan-heo/oh-my-claudecode

Other files named AGENTS.md@src

AGENTS.md@src agents
vinhnx/vtcode · src/AGENTS.md
git:20260924.7d5e6c7 · audit A · 855 stars
AGENTS.md@src agents
ppgranger/token-saver · src/AGENTS.md
git:20260919.8bd664b · audit A · 153 stars
AGENTS.md@src agents
7xuanlu/wenlan · src/AGENTS.md
git:20260816.95cb545 · audit A · 78 stars
AGENTS.md@src agents
bug-ops/zeph · src/AGENTS.md
git:20260714.426058a · audit A · 60 stars
AGENTS.md@src agents
sfc-gh-eraigosa/dotfiles · src/AGENTS.md
git:20260707.3f46d49 · audit A · 48 stars
AGENTS.md@src agents
pdugan20/claudelint · src/AGENTS.md
git:20260727.016b46d · audit A · 12 stars
AGENTS.md@src agents
hraness/slopcamera · src/AGENTS.md
git:20260921.176d346 · audit A · 6 stars
AGENTS.md@src agents
hraness/atet · src/AGENTS.md
git:20260921.176d346 · audit A · 6 stars

Browse by kind, by grade A, or by owner.