diff --git a/packages/omo-claude/marketplace.json b/packages/omo-claude/marketplace.json new file mode 100644 index 000000000..5e9759af9 --- /dev/null +++ b/packages/omo-claude/marketplace.json @@ -0,0 +1,23 @@ +{ + "name": "sisyphuslabs", + "owner": { + "name": "Yeongyu Kim", + "email": "yeongyu@users.noreply.github.com", + "url": "https://github.com/code-yeongyu" + }, + "description": "Sisyphus Labs — local Claude Code components delivered as one omo plugin.", + "plugins": [ + { + "name": "omo", + "source": "./plugins/omo", + "description": "Unified local Claude Code components: rules, comment-checker, LSP, ultrawork, ultragoal, start-work continuation, and telemetry — with bundled ast-grep + LSP MCP servers.", + "version": "0.1.0", + "author": { + "name": "Yeongyu Kim", + "url": "https://github.com/code-yeongyu" + }, + "category": "Developer Tools", + "keywords": ["claude-code", "claude-code-plugin", "omo", "hooks", "mcp", "skills"] + } + ] +}