contribute
v0.2.5Contributions to repositories you do not control: /upstream, /open-upstream-pr, /manage-upstream-pr, /open-upstream-issue, /manage-upstream-issue, /sync-fork
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
codex plugin marketplace add outcomeeng/plugins
codex plugin marketplace upgrade outcomeeng
codex plugin add contribute@outcomeengPaste and run these commands in a terminal with Codex. They add and refresh the outcomeeng catalog, then install this plugin.
Compatibility: the page URL and API slug “contribute-2” remain stable.
- Codex:
contribute-2@agent-plugin-marketplace→contribute@outcomeeng
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/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/codex/contribute/.
Plugin files
├── .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
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 standards for changes and reports sent to a repository the operator does not control. Loaded by other skills, not invoked directly.
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.
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.
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.
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.
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.
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
{
"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"
}
}{
"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"
]
}For maintainers
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-2)