writing-release
v1.0.0Writes GitHub pull request bodies and Discord release announcements for fork-based release workflows.
By Eliott JacopinLicense: AGPL-3.0-or-later2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- 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 writing-release for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install writing-release@agent-plugin-marketplacePaste 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/CrackingShells/cracking-shells-playbookClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/writing-release/.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json└── skills/writing-release/SKILL.md
Included Skills1
Write GitHub pull request bodies and Discord release announcement messages for software projects that follow a fork-based contribution workflow and publish releases with Discord announcements. Use this skill whenever the user wants to draft, write, or generate: (1) a PR message for a dev-branch contribution from a fork into the upstream repo's dev branch, (2) a PR message merging the upstream dev branch into its main branch for a versioned release, or (3) a Discord announcement for a dev pre-release or a stable release. Also triggers for phrases like "write the PR", "draft the release notes", "Discord announcement for the new version", "PR description for the merge", "write my PR body", or any request involving release communication for a project with this branching model.
Plugin manifests2
{
"name": "writing-release",
"displayName": "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": "[email protected]"
},
"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"
],
"skills": "./skills/"
}{
"$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": "[email protected]"
},
"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"
]
}
}
}
}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.
[writing-release on Agent Plugins Marketplace](https://pluginsmp.com/plugins/writing-release)