From github-agent-runner
Recommends 1-3 GitHub agent workflows from githubnext/agentics catalog tailored to repo shape including language, framework, tests, CI, and size. Fetches latest upstream, explains fit, offers install.
How this skill is triggered — by the user, by Claude, or both
Slash command
/github-agent-runner:discover-workflowsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Recommend 1-3 workflows from the upstream `githubnext/agentics` catalog that fit the user's current repo. No local catalog — every call fetches the latest state from upstream.
Recommend 1-3 workflows from the upstream githubnext/agentics catalog that fit the user's current repo. No local catalog — every call fetches the latest state from upstream.
git and filesystem inspection only — no external calls yet.gh aw list (or equivalent listing verb) if it enumerates upstream workflows.gh api repos/githubnext/agentics/contents/workflows to list available .md workflow files, and fetch githubnext/agentics's README or workflows/README.md for one-line descriptions.gh api repos/githubnext/agentics/contents/workflows/<name>.md → base64-decode → parse YAML frontmatter). Confirm triggers, required secrets, and fit signals./install-workflow <name>.zircote/github-agentic-workflows and stop.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub verkyyi/github-agent-runner --plugin github-agent-runner