From 8b7fc428e6b471d1fbc8be8a77bbb53521c3e4b8 Mon Sep 17 00:00:00 2001 From: Ladislav Martincik Date: Fri, 31 Oct 2025 20:33:43 +0100 Subject: [PATCH] feat: add github plugin to marketplace Register github-plugin in marketplace for discoverability. Plugin features: - Auto-detect, analyze, and fix CI/CD failures (/fix-ci) - Create GitHub Pull Requests with proper formatting (/create-pr) - Specialized agents for CI log analysis and error fixing Repository: iamladi/cautious-computing-machine--github-plugin --- .claude-plugin/marketplace.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b050d88..b7da158 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -21,6 +21,14 @@ "repo": "iamladi/cautious-computing-machine--primitives-plugin" }, "description": "Essential building blocks for Claude Code workflows - smart commits, debugging, PRs, and environment setup" + }, + { + "name": "github", + "source": { + "source": "github", + "repo": "iamladi/cautious-computing-machine--github-plugin" + }, + "description": "GitHub CI/CD automation plugin for auto-detecting, analyzing, and fixing CI/CD failures on any branch" } ] }