Files
oh-my-opencode/packages/omo-claude/plugin
YeonGyu-Kim b68b6be2ff feat(omo-claude): aggregate 14 skills + author root hooks.json and plugin test
sync-skills aggregates 4 component skills + 10 shared; 6 harness-tool skills get
the Claude Code Harness Tool Compatibility block; start-work's embedded Codex
section is demoted. Root hooks.json uses ${CLAUDE_PLUGIN_ROOT}, widens PostToolUse
to Write|Edit|MultiEdit, and registers no create_goal PreToolUse (D4). Plugin
aggregate test pins hooks/skills/mcp shape.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 13:40:11 +09:00
..

omo

omo is the single local Claude Code plugin namespace for Yeongyu's Claude Code components.

Internally each component remains isolated under components/:

  • components/comment-checker
  • components/rules
  • components/lsp
  • components/ultrawork
  • components/ultragoal
  • components/start-work-continuation
  • components/telemetry

The root plugin manifest (.claude-plugin/plugin.json) exports one Claude Code plugin named omo, with aggregate hooks (hooks/hooks.json), bundled skills (skills/), subagents (agents/), and the LSP + ast-grep MCP servers (.mcp.json).