From b62ebff53d974ad6fcf249a78161a24237846e05 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 23 Mar 2026 16:16:06 -0700 Subject: [PATCH] docs: add oss-autopilot plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a46b1..8628ac8 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ Over 150 production-ready plugins that extend Claude Code with domain-specific c | [opcode](https://github.com/winfunc/opcode) | Tauri 2 desktop GUI and toolkit for Claude Code. Manage sessions, create custom agents with visual editor, usage analytics, MCP integration. 21,000+ stars | | [openapi-expert](plugins/openapi-expert/) | OpenAPI spec generation, validation, and client code scaffolding | | [optimize](plugins/optimize/) | Code optimization for performance and bundle size reduction | +| [oss-autopilot](https://github.com/costajohnt/oss-autopilot) | Open source contribution manager — tracks PRs across repos, discovers issues, diagnoses CI failures, drafts maintainer responses. 7 agents, interactive commands, MCP server. Install: `/plugin marketplace add costajohnt/oss-autopilot` | | [peon-ping](https://github.com/PeonPing/peon-ping) | Warcraft III Peon voice notifications (+ StarCraft, Portal, Zelda) for Claude Code and other agents. Desktop banners, auto-detects SSH/devcontainers. 3,900+ stars | | [perf-profiler](plugins/perf-profiler/) | Performance analysis, profiling, and optimization recommendations | | [performance-monitor](plugins/performance-monitor/) | Profile API endpoints and run benchmarks to identify performance bottlenecks |