Skip to content

crackingshells/writing-release

v1.0.0AGPL-3.0-or-later

Writes GitHub pull request bodies and Discord release announcements for fork-based release workflows.

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": "writing-release",
  "version": "1.0.0",
  "description": "Writes GitHub pull request bodies and Discord release announcements for fork-based release workflows.",
  "author": {
    "name": "Eliott Jacopin",
    "email": "eliott.jacopin@riken.jp"
  },
  "homepage": "https://github.com/CrackingShells/cracking-shells-playbook",
  "repository": "https://github.com/CrackingShells/cracking-shells-playbook",
  "license": "AGPL-3.0-or-later",
  "keywords": [
    "release",
    "changelog",
    "pull-request",
    "agents"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Writing Release",
        "shortDescription": "Writes GitHub pull request bodies and Discord release announcements for fork-based release workflows.",
        "longDescription": "Writes GitHub pull request bodies and Discord release announcements for fork-based release workflows.",
        "developerName": "Eliott Jacopin",
        "category": "Productivity",
        "capabilities": [
          "Read"
        ]
      }
    }
  }
}

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