Agent Plugins Marketplace
All plugins

contribute

v0.2.5

Contributions to repositories you do not control: /upstream, /open-upstream-pr, /manage-upstream-pr, /open-upstream-issue, /manage-upstream-issue, /sync-fork

CodexClaude Code8 Skills

By Simon HeimlicherLicense: MIT1 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 16, 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 contribute for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add contribute@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/outcomeeng/plugins

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

Plugin files

dist/claude/contribute/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/contribute-plugin/SKILL.md
├── skills/contribution-standards/SKILL.md
├── skills/manage-upstream-issue/SKILL.md
├── skills/manage-upstream-pr/SKILL.md
├── skills/open-upstream-issue/SKILL.md
├── skills/open-upstream-pr/SKILL.md
├── skills/sync-fork/SKILL.md
└── skills/upstream/SKILL.md

Included Skills8

contribute-pluginskills/contribute-plugin/SKILL.md

ALWAYS invoke this skill to operate the contribute plugin's own lifecycle — report its version and check or reconcile its agent-delivery footprint. Invoke it when this plugin's agents are missing from a session. NEVER commit marketplace-delivered agent definitions into a checkout.

contribution-standardsskills/contribution-standards/SKILL.md

Contribution standards for changes and reports sent to a repository the operator does not control. Loaded by other skills, not invoked directly.

manage-upstream-issueskills/manage-upstream-issue/SKILL.md

ALWAYS invoke this skill when continuing an open issue in a repository the operator does not control — answering a maintainer, adding evidence, or reporting the thread's current state. NEVER comment on or close an issue in such a repository without this skill.

manage-upstream-prskills/manage-upstream-pr/SKILL.md

ALWAYS invoke this skill when continuing an open pull request against a repository the operator does not control — answering review, publishing a revision, or reporting its current state. NEVER comment on or push to such a pull request without this skill.

open-upstream-issueskills/open-upstream-issue/SKILL.md

ALWAYS invoke this skill when filing an issue in a repository the operator does not control — a fork's upstream, or any base whose permission is READ, TRIAGE, or NONE. NEVER open an issue against such a repository without this skill.

open-upstream-prskills/open-upstream-pr/SKILL.md

ALWAYS invoke this skill when opening a pull request against a repository the operator does not control — a fork's upstream, or any base whose permission is READ, TRIAGE, or NONE. NEVER open a pull request against such a repository without this skill.

sync-forkskills/sync-fork/SKILL.md

ALWAYS invoke this skill when bringing a fork's default branch current with the repository it was forked from. NEVER bring a fork's default branch current with `gh repo sync`, `git merge`, or `git reset` run directly.

upstreamskills/upstream/SKILL.md

ALWAYS invoke this skill when starting a contribution to a repository the operator does not control, or when a contribution step needs that target and no live UPSTREAM_TARGET marker carries it — it resolves the upstream a fork came from, the head to push from, and the operator's permission on it. NEVER read the base or the operator's permission from a git remote, an account name, or a successful push.

Plugin manifests2

dist/claude/contribute/.codex-plugin/plugin.json
{
  "name": "contribute",
  "version": "0.2.5",
  "description": "Contributions to repositories you do not control: /upstream, /open-upstream-pr, /manage-upstream-pr, /open-upstream-issue, /manage-upstream-issue, /sync-fork",
  "author": {
    "name": "Simon Heimlicher",
    "url": "https://github.com/outcomeeng"
  },
  "homepage": "https://github.com/outcomeeng/plugins",
  "repository": "https://github.com/outcomeeng/plugins",
  "license": "MIT",
  "keywords": [
    "contributing",
    "fork",
    "upstream",
    "pull-request",
    "github"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Contribute",
    "shortDescription": "Open and manage pull requests and issues in repositories you do not control",
    "longDescription": "Resolves the base repository, head repository, and your permission before the first write, then drives pull requests and issues against another party's repository under explicit authorization.",
    "developerName": "Outcome Engineering",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://outcome.engineering"
  }
}
dist/claude/contribute/.claude-plugin/plugin.json
{
  "name": "contribute",
  "version": "0.2.5",
  "description": "Contributions to repositories you do not control: /upstream, /open-upstream-pr, /manage-upstream-pr, /open-upstream-issue, /manage-upstream-issue, /sync-fork",
  "author": {
    "name": "Simon Heimlicher"
  },
  "repository": "https://github.com/outcomeeng/plugins",
  "license": "MIT",
  "keywords": [
    "contributing",
    "fork",
    "upstream",
    "pull-request",
    "github"
  ]
}

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

[contribute on Agent Plugins Marketplace](https://pluginsmp.com/plugins/contribute)