feat(omo-claude): add CC plugin manifest

Distinct omo-claude branding (brandColor #D97757, Claude Code copy), same
plugin name 'omo'. Declares skills/hooks/mcpServers paths; homepage/repository
point at code-yeongyu/lazyclaudecode.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
YeonGyu-Kim
2026-05-29 12:44:34 +09:00
parent 9ecbbd443f
commit 53a1c633a5
2 changed files with 35 additions and 0 deletions
@@ -0,0 +1,35 @@
{
"name": "omo",
"version": "0.1.0",
"description": "One Claude Code plugin namespace for Yeongyu's local Claude Code components.",
"author": {
"name": "Yeongyu Kim",
"email": "yeongyu@users.noreply.github.com",
"url": "https://github.com/code-yeongyu"
},
"homepage": "https://github.com/code-yeongyu/lazyclaudecode",
"repository": "https://github.com/code-yeongyu/lazyclaudecode",
"license": "MIT",
"keywords": ["claude-code", "claude-code-plugin", "omo", "hooks", "mcp", "skills"],
"skills": "./skills/",
"hooks": "./hooks/hooks.json",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "OMO",
"shortDescription": "Unified local Claude Code components",
"longDescription": "OMO exposes the local Claude Code Rules, Comment Checker, LSP, Ultrawork, and Ultragoal components as one plugin namespace while keeping each component isolated under components/ for maintenance.",
"developerName": "Yeongyu Kim",
"category": "Developer Tools",
"capabilities": ["Hooks", "MCP Tools", "Code Intelligence", "Workflow", "Context Injection"],
"websiteURL": "https://github.com/code-yeongyu/lazyclaudecode",
"privacyPolicyURL": "https://github.com/code-yeongyu/lazyclaudecode#privacy",
"termsOfServiceURL": "https://github.com/code-yeongyu/lazyclaudecode#license",
"defaultPrompt": [
"Use OMO LSP diagnostics on this workspace.",
"Show which OMO rules matched this file.",
"ulw: run this change with evidence."
],
"brandColor": "#D97757",
"screenshots": []
}
}