Skip to content

j-256/fork-and-pr

v0.1.1MIT

Guide contributors through a GitHub fork and one pull request to an upstream repository.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "fork-and-pr",
  "version": "0.1.1",
  "description": "Guide contributors through a GitHub fork and one pull request to an upstream repository.",
  "author": {
    "name": "James Klein"
  },
  "license": "MIT",
  "keywords": [
    "github",
    "git",
    "fork",
    "pull-request",
    "open-source"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Fork and PR",
        "shortDescription": "Contribute through a GitHub fork.",
        "longDescription": "Guide a contributor through fork setup, remotes, branching, commits, pushes, and one pull request to upstream.",
        "developerName": "James Klein",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write"
        ],
        "defaultPrompt": [
          "Help me contribute a fix upstream",
          "Set up my existing cloned fork",
          "Explain the standard fork and PR flow"
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai