publish

Orchestrate npm package releases with version bumps and GitHub Actions.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/hsch14/ABC-car_insurance --skill publish-hsch14
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish
Source: https://github.com/hsch14/ABC-car_insurance/tree/main/.agents/skills/publish
Command: npx skills add https://github.com/hsch14/ABC-car_insurance --skill publish-hsch14

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual overhead and risk of human error in the complex multi-surface release process for the oh-my-opencode ecosystem.

Core Features & Use Cases

  • Automated Workflow Orchestration: Triggers CI gates, version bumping, and multi-platform publishing in a single, verified sequence.
  • Release Synchronization: Ensures consistency across npm packages, GitHub releases, and marketplace plugins while handling Discord announcements automatically.
  • Use Case: When a new feature is ready, use this Skill to handle the entire release lifecycle from version tagging to community notification without needing to manually manage individual deployment steps.

Quick Start

Use the publish skill to trigger a minor version release for the current repository.

Frequently Asked Questions about publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate npm package releases with GitHub Actions?

Automating npm package releases with GitHub Actions requires orchestrating version bumping, CI execution, and registry publishing. This Skill manages the end-to-end workflow, handling multi-platform verification and release note generation automatically.

What is the best way to synchronize npm package deployment with GitHub releases?

Synchronizing npm package deployment with GitHub releases ensures consistency across registries and repositories. This Skill coordinates release synchronization, automatically aligning npm packages with GitHub releases and generating release notes without manual intervention.

Can I use this automation Skill for cross-platform binary publishing?

Yes, cross-platform binary publishing is supported. The Skill orchestrates the release workflow for npm packages and associated platform binaries, managing the entire sequence and verifying the deployment across different environments.

Do I need GitHub CLI and npm registry integration to automate deployment?

GitHub CLI and npm registry integration are required to execute automated deployment. The Skill relies on these dependencies to ensure atomic and transparent deployment, triggering GitHub Actions and publishing to the npm registry.

How does automated release note generation work for npm version bumps?

Automated release note generation for npm version bumps works by orchestrating the release workflow. As the Skill triggers version bumping and GitHub Actions execution, it automatically generates and synchronizes the corresponding release notes.

How do I send automated Discord release announcements after npm publishing?

Sending automated Discord release announcements after npm publishing requires a webhook integration. This Skill handles Discord announcements automatically as part of its release synchronization, ensuring transparent community notification.