github-release
v0.12.3Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust, skill repos).
By Netresearch DTT GmbHLicense: (MIT AND CC-BY-SA-4.0)3 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 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 github-release for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install github-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/netresearch/github-release-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json└── skills/github-release/SKILL.md
Included Skills1
Use when creating releases, version bumps, tagging, release health checks, or when user says 'release', 'tag', 'version bump'. Also activates on gh release commands to BLOCK them and redirect to safe process.
Plugin manifests2
{
"name": "github-release",
"version": "0.12.3",
"description": "Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust, skill repos).",
"author": {
"name": "Netresearch DTT GmbH",
"url": "https://www.netresearch.de"
},
"repository": "https://github.com/netresearch/github-release-skill",
"license": "(MIT AND CC-BY-SA-4.0)",
"skills": [
"./skills/github-release"
],
"commands": [
"./commands/release.md",
"./commands/release-prepare.md",
"./commands/release-status.md"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "github-release",
"version": "0.12.3",
"description": "Safe, automated GitHub releases with supply chain security. Prevents dangerous gh release commands, orchestrates version bumps, signed tags, and CI-driven releases across ecosystems (TYPO3, PHP, Node.js, Go, Python, Rust, skill repos).",
"author": {
"name": "Netresearch DTT GmbH",
"url": "https://www.netresearch.de"
},
"repository": "https://github.com/netresearch/github-release-skill",
"license": "(MIT AND CC-BY-SA-4.0)"
}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.
[github-release on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-release)