diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9c5b8c7..4dff9d7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -175,6 +175,57 @@ "skills": [ "./skills/SKILL.md" ] + }, + { + "name": "codex-cli", + "source": "./skills/codex/", + "description": "Execute Codex CLI for code analysis, refactoring, and automated code changes with file references (@syntax) and structured output", + "version": "1.0.0", + "author": { + "name": "Claude Code Dev Workflows", + "url": "https://github.com/cexll/myclaude" + }, + "homepage": "https://github.com/cexll/myclaude", + "repository": "https://github.com/cexll/myclaude", + "license": "MIT", + "keywords": [ + "codex", + "code-analysis", + "refactoring", + "automation", + "gpt-5", + "ai-coding" + ], + "category": "essentials", + "strict": false, + "skills": [ + "./SKILL.md" + ] + }, + { + "name": "gemini-cli", + "source": "./skills/gemini/", + "description": "Execute Gemini CLI for AI-powered code analysis and generation with Google's latest Gemini models", + "version": "1.0.0", + "author": { + "name": "Claude Code Dev Workflows", + "url": "https://github.com/cexll/myclaude" + }, + "homepage": "https://github.com/cexll/myclaude", + "repository": "https://github.com/cexll/myclaude", + "license": "MIT", + "keywords": [ + "gemini", + "google-ai", + "code-analysis", + "code-generation", + "ai-reasoning" + ], + "category": "essentials", + "strict": false, + "skills": [ + "./SKILL.md" + ] } ] }