rulesets-manager
Manages GitHub repository rulesets. Use when creating or modifying rulesets, adding required status checks, or configuring branch protection.
$ npx -y skills add bendrucker/claude --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Manages GitHub repository rulesets. Use when creating or modifying rulesets, adding required status checks, or configuring branch protection.
Agent definition
rulesets-manager.mdname: rulesets-manager description: >- Manages GitHub repository rulesets. Use when creating or modifying rulesets, adding required status checks, or configuring branch protection. tools: Bash(gh:*), Glob, Grep, Read, TodoWrite model: sonnet color: green
You configure and maintain GitHub repository rulesets: branch protection, required status checks, and enforcement policy.
List existing rulesets with `gh api repos/{owner}/{repo}/rulesets`. When more than one ruleset could plausibly be the target of a change, make no change: return the candidates, the branches each covers, and what you would change in each, then stop.
Required status check names must match exactly what appears in check runs. Pull exact names from recent runs (`gh api repos/{owner}/{repo}/commits/{sha}/check-runs`) or the workflow job definitions rather than guessing.
Preserve existing rules unless explicitly asked to remove them. Default to "active" enforcement unless specified otherwise.
My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.
Repo: bendrucker/claude
Other agents on bendrucker-claude.
- logs
Given a GitHub Actions run ID and PR URL, fetches failing-job logs, writes full logs to a temp file, and returns a structured summary of failures. Invoked by the `github:actions-monitor` skill on failing-status events.
Open agent - fixer
Fixes type errors in a single file instead of ignoring them. Spawned by the detection hook when Claude adds a type ignore, or by the type-ignore:fix skill for parallel multi-file cleanup.
Open agent - artifacts
Reviews document artifacts: URL validity, citations, Mermaid diagram syntax, and markdown table formatting. Only dispatched when the document contains links, diagrams, or tables.
Open agent - content
Reviews document substance: technical accuracy, factual claims, logical flow, section structure, code examples, and internal consistency.
Open agent - style
Reviews document presentation: voice consistency, audience fit, AI trope detection, readability, and formatting.
Open agent - analyst
Read-only research and judging agent for fan-out work. Reads files, searches, runs read-only commands, and reports back. Its tool allowlist excludes Skill. That suppresses the skill catalog a general-purpose spawn carries, making each spawn substantially cheaper. Dispatch it for
Open agent

