release

Orchestrate Paperclip release workflows with engineering verification and npm publishing.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/HeatMarie/paperclip --skill release-heatmarie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/HeatMarie/paperclip/tree/main/.agents/skills/release
Command: npx skills add https://github.com/HeatMarie/paperclip --skill release-heatmarie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates and coordinates the entire release process for Paperclip, including engineering verification, npm publishing, GitHub release creation, and follow-up tasks.

Core Features & Use Cases

  • Full Release Workflow: Automates the steps from changelog drafting to GitHub release creation and website follow-up.
  • Triggering: Can be used when leadership requests a release, for canary or stable promotion.
  • Use Case: For a company using Paperclip, this Skill ensures a smooth release process, reducing manual work and potential errors.

Quick Start

Trigger a release using the command: run release --target stable --source-ref <source-ref> --dry-run

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate a full release workflow for npm and GitHub?

You can orchestrate a Paperclip release by specifying the target, source ref, and dry-run status in the command. Use `run release --target stable --source-ref <source-ref> --dry-run` to trigger the full workflow from changelog drafting to website follow-up.

Can I test a release workflow before publishing to npm?

Yes, you can test a release workflow before publishing by enabling the dry-run status flag. Supplying the dry-run parameter allows you to simulate the orchestration of engineering verification and npm publishing without executing the actual deployment.

Does this release automation support canary promotion alongside stable releases?

Yes, this release automation supports canary promotion alongside stable releases. Triggered by leadership requests, the Skill handles both canary and stable promotion workflows for Paperclip, encompassing engineering verification and GitHub release creation.

Do I need to manually draft changelogs when automating a release?

No, you do not need to manually draft changelogs when automating a release. The Skill automates the steps starting from changelog drafting through to GitHub release creation and website follow-up tasks, reducing manual work and potential errors.

What is the best way to coordinate engineering verification and npm publishing?

The best way to coordinate engineering verification and npm publishing is using an orchestration Skill. It automates the full Paperclip release process, sequentially executing verification, publishing, GitHub release creation, and follow-up tasks based on your target and source ref inputs.