Analyzes a single dependency bot PR and returns its safety classification. Invoked by the handle-dependency-prs skill with a PR number.
Attempts to fix CI failures on a single dependency bot PR using an isolated git worktree. Invoked by the handle-dependency-prs skill with a PR number.
Use when CI on the main branch is failing (security scans, linters, tests, builds), when grype/trivy/megalinter report vulnerabilities, or when dependency upgrades are needed to fix CI. KEYWORDS: fix ci, main failing, grype, trivy, megalinter, security scan, vulnerability, CVE, GHSA, dependency upgrade, fix linter, broken main.
Use when reviewing, triaging, or merging open PRs from dependency bots (e.g. Renovate, Dependabot), or when the user asks to handle dependency updates, or when a dependency bot upgrade caused CI failures that may be breaking changes needing investigation and fixing.
Claude Code plugin marketplace.
In Claude Code, run:
/plugin marketplace add rodrigoluizs/claude-plugins
You will be prompted to install available plugins. Accept to install them all, or choose individually.
After adding the marketplace:
/plugin install product
/plugin install maintenance
To get the latest versions of all installed plugins:
/plugin marketplace update
| Plugin | Skills | Agents | Description |
|---|---|---|---|
product | create-prd | — | Product management tools for feature definition and planning |
maintenance | handle-dependency-prs, fix-ci-main | analyze-dependency-pr, fix-dependency-pr | Tools for routine repository maintenance and housekeeping |
plugins/<your-plugin-name>/.claude-plugin/plugin.json with at minimum:
{
"name": "your-plugin-name",
"version": "1.0.0",
"description": "What it does",
"author": { "name": "Your Name", "email": "[email protected]" }
}
plugins/<your-plugin-name>/skills/<skill-name>/SKILL.md.claude-plugin/marketplace.jsonmain, the release workflow auto-tags and versions itEach plugin is versioned independently using tags in the format <plugin>/vX.Y.Z (e.g. product/v1.2.0).
Version bumps are determined automatically from Conventional Commits:
| Commit prefix | Version bump |
|---|---|
fix: | patch (1.0.0 → 1.0.1) |
feat: | minor (1.0.0 → 1.1.0) |
feat!: or BREAKING CHANGE | major (1.0.0 → 2.0.0) |
Each plugin has a CHANGELOG.md automatically updated on every release.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rodrigoluizs/claude-plugins --plugin maintenanceProduct management tools for feature definition and planning
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
End-to-end GitHub repository maintenance for open-source projects. Use when asked to triage issues, review PRs, analyze contributor activity, generate maintenance reports, or maintain a repository.
Editorial "OSS Maintainer" bundle for Claude Code from Antigravity Awesome Skills.
This is a getty104's base tool set