Package Release

🌐Community
by peteonrails · vlatest · Repository

Automates package releases to specified repositories based on version bumps and defined workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add package-release npx -- -y @trustedskills/package-release
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "package-release": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/package-release"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the process of releasing software packages. It handles tasks like version bumping, creating release notes, and publishing to repositories. The goal is to streamline the deployment pipeline and reduce manual effort involved in package releases.

When to use it

  • You need to automate the release of a Node.js package on npm.
  • You want to generate release notes based on commit messages.
  • You are deploying a Python package to PyPI.
  • You require automated version bumping for your software projects.

Key capabilities

  • Node.js package release automation
  • Python package release automation
  • Release note generation from commit messages
  • Version bumping

Example prompts

  • "Release the latest version of my Node.js package."
  • "Generate release notes for the 'my-python-package' project based on recent commits."
  • “Bump the version number in my project to 1.2.3 and prepare a release.”

Tips & gotchas

This skill likely requires appropriate credentials configured within your development environment to publish packages to their respective registries (npm, PyPI). Ensure these are set up correctly before using the skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
peteonrails
Installs
21

🌐 Community

Passed automated security scans.