pi-release-workflow

pi-release-workflow is a skill for Claude Code, Codex from spences10/my-pi. It costs 38 tokens per session (598 once invoked), scanned A, original, MIT.

A release workflow for Pi packages in a monorepo, a repository that contains multiple related packages. It covers Changesets, pnpm dependencies, package previews, release timing, and install checks.

In plain words
What is it for?
Use it to prepare or debug releases, classify patch or minor changes, update dependencies, regenerate release files, and validate published-package installation.
Why use it?
It reduces release errors such as incorrect version changes, stale lockfiles, bypassed package-age rules, or packages that cannot be installed after publishing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to prepare or debug releases, classify patch or minor changes, update dependencies, regenerate release files, and validate published-package installation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/spences10/my-pi/pi-release-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add spences10/my-pi --skill pi-release-workflow
Clone the repo
git clone --depth 1 https://github.com/spences10/my-pi

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pi-release-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/spences10/my-pi/pi-release-workflow.svg)](https://agentmods.dev/skills/spences10/my-pi/pi-release-workflow)
Your own site
<a href="https://agentmods.dev/skills/spences10/my-pi/pi-release-workflow"><img src="https://agentmods.dev/badge/skills/spences10/my-pi/pi-release-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 598 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.00598
Opus 5 $0.00019 $0.00299
Sonnet 5 $0.00008 $0.00120
Haiku 4.5 $0.00004 $0.00060

Measured 8d ago against content hash eafe91d4cbee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

pi-release-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/pi-release-workflow/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Pi Release Workflow

Use this when preparing, validating, or debugging package releases from this repo.

Workflow

  1. Check current package changes and Changesets before editing versions.
  2. Classify each affected package by its public behavior; do not infer the release level from the commit label alone.
  3. Respect pnpm minimumReleaseAge; do not blindly bypass it for fresh registry packages.
  4. For catalog/version updates, edit pnpm-workspace.yaml or package manifests intentionally, then run pnpm install to refresh the lockfile.
  5. Regenerate release artifacts when required, especially startup/package preview assets.
  6. Validate locally, then test published-package installability with the sandbox skill when applicable.

Version classification

  • Patch: bug fixes, documentation, dependency maintenance, and internal refactors that preserve public behavior.
  • Minor: new commands, tools, configuration, APIs, or other backward-compatible user-visible capabilities.
  • Breaking: use major releases for stable 1.x packages. While a package intentionally remains pre-1.0, use a minor release and call out the breaking behavior explicitly.
  • Treat 0.0.x as genuinely experimental. Move a package to 0.1.0 when it gains a meaningful public feature or is ready for a more stable pre-1.0 contract; do not keep shipping features as patches merely because the package started at 0.0.x.
  • Classify packages independently in batch releases. A root my-pi bump does not require every affected workspace package to use the same release level.
  • Do not rewrite published versions to correct historical release classification; apply the policy to the next release.

Commands and checks

  • pnpm changeset status for pending release intent.
  • pnpm install --frozen-lockfile to verify committed lockfile state.
  • pnpm run preview:generate when preview image output should change.
  • pnpm run check before release PRs or publishing.
  • Use pi-package-sandbox-test for normal-user install/load validation of published Pi packages.

Read the full file on GitHub · 66 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 66 lines · 38 tokens per session scan A eafe91d4cbee

Subscribe to this mod's changes

pi-release-workflow is a skill published in the GitHub repository spences10/my-pi (118 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 598 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

codew-release-qa-sweep

Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.

Hmbown/CodeWhale · 31 tokens

gh-credit-harvest

Harvest one community PR into a release branch with authorship and credit preserved, verified green, and a warm thank-you.

Hmbown/CodeWhale · 30 tokens

release

Skill "release" from Hmbown/Codewhale, covering release, invocation, non-goals and workflow.

Hmbown/CodeWhale · 0 tokens

release

Create a new versioned release with changelog. Bumps version in code, updates CHANGELOG.md, commits, tags, and pushes using the repository release flow. GitHub Actions creates the release and uses only the current changelog section as release notes. Use when the user says "release", "cut a release", "bump version"…

genai-io/san · 75 tokens

git

Run git version control commands for repository management. Use when the user asks to check status, view history or diffs, stage and commit changes, manage branches, merge or rebase, work with remotes, stash changes, tag releases, cherry-pick commits, bisect regressions, resolve conflicts, manage worktrees or…

bug-ops/zeph · 106 tokens

github

GitHub CLI (gh) for repository management, issues, pull requests, releases, workflows, search, gists, and API access. Use when the user asks about any GitHub operation — creating repos, forking, cloning, PR workflows, issue triage, CI/CD runs, code search, release management, or direct API calls. Keywords: github, gh…

bug-ops/zeph · 104 tokens