Agent Plugins Marketplace
All plugins

release

v1.3.1

Codex skill for cutting releases safely — detects the repo's machinery (AGENTS.md overrides, changesets, this toolkit's plugin tagging, plain GitHub tag + release), always dry-runs the full plan, executes on one confirm, and knows the rollback path for every step.

CodexClaude CodeAgent Plugins1 Skill

By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 release for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add release@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/jabworks/agentic-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugins/release/.

Plugin files

dist/plugins/release/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/release/SKILL.md

Included Skills1

releaseskills/release/SKILL.md

Use when cutting a release — tagging a version, pushing tags, publishing a GitHub release, or shipping this toolkit's plugins. Detects the repo's release machinery (AGENTS.md release section, changesets, claude plugin tag, plain git tag + gh release), always shows a dry-run plan first, and executes only on one confirm. Triggers include "cut a release", "release v1.2.3", "tag and publish", "ship a new version", "whats in the next release".

Plugin manifests3

dist/plugins/release/.codex-plugin/plugin.json
{
  "name": "release",
  "version": "1.3.1",
  "description": "Codex skill for cutting releases safely — detects the repo's machinery (AGENTS.md overrides, changesets, this toolkit's plugin tagging, plain GitHub tag + release), always dry-runs the full plan, executes on one confirm, and knows the rollback path for every step.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "release",
    "tag",
    "publish",
    "github",
    "changesets",
    "semver"
  ],
  "skills": "./skills/release",
  "interface": {
    "displayName": "Release",
    "shortDescription": "Dry-run first, one confirm, safe releases.",
    "longDescription": "Detects how a repo releases — AGENTS.md overrides, changesets, this toolkit's plugin tagging, or plain GitHub tag + release — presents the full plan as a dry-run (version, commits, generated notes, exact commands, rollback paths), and executes only on a single confirmation. Force-pushes and history rewrites are banned throughout.",
    "developerName": "jabworks",
    "category": "Productivity",
    "defaultPrompt": [
      "Cut a release.",
      "Whats in the next release?",
      "Ship a new version of this plugin."
    ]
  }
}
dist/plugins/release/.claude-plugin/plugin.json
{
  "name": "release",
  "version": "1.3.1",
  "description": "Claude Code skill for cutting releases safely — detects the repo's machinery (AGENTS.md overrides, changesets, this toolkit's plugin tagging, plain GitHub tag + release), always dry-runs the full plan, executes on one confirm, and knows the rollback path for every step.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "release",
    "tag",
    "publish",
    "github",
    "changesets",
    "semver"
  ],
  "skills": "./skills/release"
}
dist/plugins/release/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "release",
  "version": "1.3.1",
  "description": "Claude Code skill for cutting releases safely — detects the repo's machinery (AGENTS.md overrides, changesets, this toolkit's plugin tagging, plain GitHub tag + release), always dry-runs the full plan, executes on one confirm, and knows the rollback path for every step.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "release",
    "tag",
    "publish",
    "github",
    "changesets",
    "semver"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[release on Agent Plugins Marketplace](https://pluginsmp.com/plugins/release)