verkyyi/github-agent-runner
9 stars · Last commit 2026-04-26
Claude Code plugin to discover and install GitHub agentic workflows (gh-aw) into your repo
README preview
# github-agent-runner A Claude Code plugin for conversational discovery and installation of GitHub agentic workflows (gh-aw), with subscription-aware auth setup. > **Status**: v0.2.1 — see [Releases](https://github.com/verkyyi/github-agent-runner/releases) for the changelog. ## What is this? `github-agent-runner` is a Claude Code plugin that helps you add AI-powered automation to any GitHub repository. It does two things: 1. **Discover** — recommends 1–3 agentic workflows from the [`githubnext/agentics`](https://github.com/githubnext/agentics) catalog that match your repo's shape (language, CI setup, activity level, etc.). 2. **Install** — walks you through fetching, authenticating, and wiring up each workflow end-to-end, including the OAuth token tweak that makes your Claude subscription work inside GitHub Actions. It also ships the **agent-team** pattern — four workflows (spec → plan → impl → review) installable in one pass via `/install-agent-team`. See [catalog/agent-team/](catalog/agent-team/README.md). ## Quick start Open your repo in Claude Code (or any coding agent) and paste: > Install the github-agent-runner plugin from `https://raw.githubusercontent.com/verkyyi/github-agent-runner/main/.claude-plugin/marketplace.json` and recommend workflows for this repo.