release-sdk

Trigger and monitor GitHub Actions workflows for npm releases.

54|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/wibus-wee/cradle-app --skill release-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-sdk
Source: https://github.com/wibus-wee/cradle-app/tree/main/.agents/skills/release-sdk
Command: npx skills add https://github.com/wibus-wee/cradle-app --skill release-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github actions, cradle, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the release process for npm packages by automating the workflow and monitoring its progress using Cradle.

Core Features & Use Cases

  • Automated Release Workflow: Trigger and monitor the npm release workflow for packages using Cradle.
  • Version Control: Supports both development and release versions with specific versioning logic.
  • Error Handling: Strong error handling and safety checks ensure successful releases.
  • Use Case: For developers looking to automate and streamline the release of their npm packages, this Skill offers an efficient solution to manage version control and deployment.

Quick Start

Run /release-sdk <version> to trigger the release workflow for the specified npm package version.

Frequently Asked Questions about release-sdk

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 involves triggering GitHub Actions workflows via Cradle. This Skill manages version increments, tag creation, and workflow monitoring to streamline the publishing process.

Do I need Cradle to trigger npm publishing workflows?

Yes, Cradle is a required dependency for execution. The Skill acts as the interface to trigger and monitor GitHub Actions workflows for npm publishing within the Cradle environment.

How do I handle version increments for npm development and release versions?

This Skill handles version increments for npm packages using specific versioning logic. It supports both development and release versions following SemVer rules when you trigger the workflow.

How do I trigger an npm release workflow for a specific package version?

You trigger the npm release workflow by running the release command with your specified target version. This initiates the GitHub Actions workflow and monitors its progress via Cradle.

What happens if an npm release workflow fails during deployment?

The Skill includes strong error handling and safety checks to ensure successful releases. It monitors the workflow progress and catches errors during the npm publishing process via Cradle.

Can I use GitHub Actions for version control without manual tag creation?

Yes, this Skill automates tag creation based on SemVer and custom logic. It manages version control and triggers the GitHub Actions workflow for npm publishing without requiring manual intervention.