release-packy

Publishes and verifies immutable Packy releases from origin/main.

1|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/yersonargotev/packy --skill release-packy-yersonargotev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: release-packy
Source: https://github.com/yersonargotev/packy/tree/main/.agents/skills/release-packy
Command: npx skills add https://github.com/yersonargotev/packy --skill release-packy-yersonargotev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Releasing Packy involves a multi-step contract spanning repository instructions, release documentation, and CI workflows, and skipping or misordering steps can produce broken or unverified releases. This Skill acts as a thin release gate that enforces the complete workflow contract before any project or external state is mutated. ## Core Features & Use Cases - Contract-driven release orchestration: Reads the workflow contract, repository instructions, release contract, and GitHub Actions release workflow before making any changes. - Publication checkpoint gating: Treats the contract's publication brief as the only routine checkpoint, keeping human review at the right point. - Exception handling: Routes repository-change exceptions through the deliver-issue flow and only restarts when the contract authorizes a new Establish run. - Use Case: A maintainer asks to publish a new immutable Packy release from the latest origin/main commit; the Skill walks the full contract, pauses at the publication brief, and verifies the release end to end. ## Quick Start Use $release-packy to publish and verify a Packy release from the latest origin/main commit.

Frequently Asked Questions about release-packy

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

FAQPage Schema
How do I publish a new Packy release?▼

Invoke the release-packy skill, which reads the workflow contract, repository instructions, release contract, and release workflow before mutating any state. It then runs the complete contract, pausing only at the publication brief checkpoint.

What does the release-packy skill check before releasing?▼

It reads four governing documents: the workflow contract at workflows/packy-release.md, AGENTS.md repository instructions, the docs/release.md release contract, and the GitHub Actions release workflow. Only after reviewing these does it proceed with the release.

What happens if a release requires repository changes?▼

When the workflow contract reaches the repository-change exception, the skill runs the deliver-issue flow to completion. It only restarts the release when the contract authorizes a new Establish run.

Can I skip the publication brief checkpoint during a Packy release?▼

No. The publication brief is the only routine checkpoint in the workflow contract, and the skill treats it as mandatory. The skill is intentionally a thin release gate over the contract rather than a replacement for it.

Which branch does Packy release from?▼

Releases are published from the latest origin/main commit. The skill description specifies publishing a new immutable Packy release from origin/main.