Files
oh-my-opencode/packages/omo-claude/plugin/.claude-plugin/plugin.json
T

36 lines
1.5 KiB
JSON
Raw Normal View History

2026-05-29 12:44:34 +09:00
{
"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": []
}
}