Agent Plugins Marketplace
All plugins

open-source-maintenance

v0.1.2

Open-source maintenance team — agents (oss-maintainer-strategist, release-and-versioning-engineer) for running a public project people can contribute to: license choice (permissive vs copyleft, dependency compatibility, CLA vs DCO), governance & community-health (CONTRIBUTING / CODE_OF_CONDUCT / GOVERNANCE / SECURITY.md, issue & PR triage + SLAs, the contributor funnel, bus factor, funding), semver + changelogs (Keep a Changelog / Conventional Commits), release automation (release-please / semantic-release / Changesets), deprecation windows, coordinated security releases (private report -> CVE/GHSA -> disclosure), and supply-chain provenance (SLSA, Sigstore). skills, a knowledge bank with two Mermaid decision trees + a dated 2026 tooling map, best-practices, templates, an advisory hook. Seams: release pipelines -> devops-cicd; vuln analysis -> security-engineering; community growth -> developer-relations; docs -> technical-writing-docs. Requires ravenclaude-core@>=0.7.0.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install open-source-maintenance for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install open-source-maintenance@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/open-source-maintenance/.

Plugin files

plugins/open-source-maintenance/
├── .claude-plugin/plugin.json
├── skills/choose-an-open-source-license/SKILL.md
├── skills/coordinate-a-security-release/SKILL.md
├── skills/manage-breaking-changes-and-deprecations/SKILL.md
├── skills/plan-a-release/SKILL.md
└── skills/triage-issues-and-prs/SKILL.md

Included Skills5

choose-an-open-source-licenseskills/choose-an-open-source-license/SKILL.md

Recommend an open-source license for a project from its intent (permissive adoption vs reciprocal sharing), its dependency-license graph (the strongest copyleft constrains the whole), and its contribution-agreement need (CLA vs DCO vs neither). Returns a license recommendation, the LICENSE/NOTICE files to add, and the contribution posture. Used by `oss-maintainer-strategist` (primary).

coordinate-a-security-releaseskills/coordinate-a-security-release/SKILL.md

Run a coordinated security release for a privately-reported vulnerability — private fix branch, GHSA/CVE assignment, patched versions on every supported line, an advisory, and disclosure timing. Returns the coordinated-release runbook and the advisory skeleton. The vulnerability ANALYSIS routes to security-engineering; this skill owns the release choreography. Shared by both agents.

manage-breaking-changes-and-deprecationsskills/manage-breaking-changes-and-deprecations/SKILL.md

Ship a breaking change without stranding users — run a deprecation lifecycle (warn -> window -> remove), author a migration guide, and pair the removal with a major bump and a BREAKING changelog note. Returns the deprecation plan, the migration guide skeleton, and the support-window statement. Used by `release-and-versioning-engineer` (primary).

plan-a-releaseskills/plan-a-release/SKILL.md

Plan a release end to end — decide the semver bump from the change set, assemble a human-readable changelog (Keep a Changelog groups), and run a release checklist (tests green, version bumped, tag signed, artifact + provenance, advisory if needed). Returns the version, the changelog entry, and the release runbook. Used by `release-and-versioning-engineer` (primary).

triage-issues-and-prsskills/triage-issues-and-prs/SKILL.md

Turn an unbounded issue/PR backlog into a tractable system — a label taxonomy, SLA tiers, a reproduction gate for bugs, a stale policy, and a graceful decline path. Returns a TRIAGE policy, issue/PR templates, and label definitions. Prevents the silent-backlog burnout the project exists to avoid. Used by `oss-maintainer-strategist` (primary).

Plugin manifests1

plugins/open-source-maintenance/.claude-plugin/plugin.json
{
  "name": "open-source-maintenance",
  "version": "0.1.2",
  "description": "Open-source maintenance team — agents (oss-maintainer-strategist, release-and-versioning-engineer) for running a public project people can contribute to: license choice (permissive vs copyleft, dependency compatibility, CLA vs DCO), governance & community-health (CONTRIBUTING / CODE_OF_CONDUCT / GOVERNANCE / SECURITY.md, issue & PR triage + SLAs, the contributor funnel, bus factor, funding), semver + changelogs (Keep a Changelog / Conventional Commits), release automation (release-please / semantic-release / Changesets), deprecation windows, coordinated security releases (private report -> CVE/GHSA -> disclosure), and supply-chain provenance (SLSA, Sigstore). skills, a knowledge bank with two Mermaid decision trees + a dated 2026 tooling map, best-practices, templates, an advisory hook. Seams: release pipelines -> devops-cicd; vuln analysis -> security-engineering; community growth -> developer-relations; docs -> technical-writing-docs. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "open-source",
    "oss-maintenance",
    "semver",
    "changelog",
    "release-management",
    "conventional-commits",
    "licensing",
    "cla",
    "dco",
    "issue-triage",
    "governance",
    "security-disclosure",
    "supply-chain",
    "dependabot",
    "renovate"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[open-source-maintenance on Agent Plugins Marketplace](https://pluginsmp.com/plugins/open-source-maintenance)