Agent Plugins Marketplace
All plugins

oss

v0.39.0

Run an open-source repo as its maintainer: triage the tracker, delegate the work, review hard, merge on green. One loop, one version, per-repo differences in config instead of prose.

Claude Code1 Skill

By Digital Process ToolsLicense: Community License4 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 oss 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 oss-2@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/Digital-Process-Tools/claude-oss

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

Plugin files

oss/
├── .claude-plugin/plugin.json
└── skills/manager/SKILL.md

Included Skills1

managerskills/manager/SKILL.md

Run an open-source repo as its maintainer: triage the tracker, decide what is worth building, delegate implementation, review hard, merge on green, release. Use when managing a repo you own and merge for.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "oss",
  "description": "Run an open-source repo as its maintainer: triage the tracker, delegate the work, review hard, merge on green. One loop, one version, per-repo differences in config instead of prose.",
  "version": "0.39.0",
  "author": {
    "name": "Digital Process Tools"
  },
  "license": "Community License",
  "repository": "https://github.com/Digital-Process-Tools/claude-oss",
  "keywords": [
    "open-source",
    "maintainer",
    "triage",
    "review",
    "release",
    "changelog",
    "github"
  ],
  "dependencies": [
    "supertool",
    "remember",
    "claude-jit-context"
  ]
}

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

[oss on Agent Plugins Marketplace](https://pluginsmp.com/plugins/oss-2)