upgrading-to-upstream-pi

upgrading-to-upstream-pi is a skill for Claude Code, Codex from shekohex/dotai. It costs 75 tokens per session (961 once invoked), scanned A, original, no licence file.

An upgrade workflow for the Pi agent wrapper, where Pi refers to the upstream earendil-works/pi project.

In plain words
What is it for?
Use it when upgrading Pi to a new version or tag, regenerating its patches, or handling repeated upstream upgrade work.
Why use it?
It coordinates the related package, lockfile, release-manifest, and patch updates needed when moving to a newer Pi release. It also includes verification and repository delivery steps.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when upgrading Pi to a new version or tag, regenerating its patches, or handling repeated upstream upgrade work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shekohex/dotai/upgrading-to-upstream-pi
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 shekohex/dotai --skill upgrading-to-upstream-pi
Clone the repo
git clone --depth 1 https://github.com/shekohex/dotai

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 upgrading-to-upstream-pi

README.md
[![agentmods](https://agentmods.dev/badge/skills/shekohex/dotai/upgrading-to-upstream-pi/github.svg)](https://agentmods.dev/skills/shekohex/dotai/upgrading-to-upstream-pi)
Your own site
<a href="https://agentmods.dev/skills/shekohex/dotai/upgrading-to-upstream-pi"><img src="https://agentmods.dev/badge/skills/shekohex/dotai/upgrading-to-upstream-pi/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for upgrading-to-upstream-pi

Your own site · 80×15
<a href="https://agentmods.dev/skills/shekohex/dotai/upgrading-to-upstream-pi"><img src="https://agentmods.dev/badge/skills/shekohex/dotai/upgrading-to-upstream-pi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 961 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.
Origin unknown 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.00075 $0.00961
Opus 5 $0.00037 $0.00481
Sonnet 5 $0.00015 $0.00192
Haiku 4.5 $0.00007 $0.00096

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

Security

Grade A, and why

upgrading-to-upstream-pi 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 9d 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.

agent/.pi/skills/upgrading-to-upstream-pi/SKILL.md · 100 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 100 lines · 75 tokens per session scan A 846b099058fb

Subscribe to this mod's changes

upgrading-to-upstream-pi is a skill published in the GitHub repository shekohex/dotai (10 stars, last pushed 3d ago), with no licence file. It adds 75 tokens to every session and 961 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

release

Use this skill for EVERY ClawRouter release. Enforces the full checklist — version sync, CHANGELOG, build, tests, npm publish, git tag, GitHub release. No step can be skipped.

BlockRunAI/ClawRouter · 44 tokens

release

Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…

devoxx/DevoxxGenieIDEAPlugin · 121 tokens

close-task-commit-push-pr

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 64 tokens

release

Prepare, verify, and publish Sutando engine releases. Use when asked to prepare a release proposal, determine a version bump, audit release documentation, validate release gates, create a release PR, tag a confirmed release, or publish GitHub release notes. Preparation is safe and non-publishing; tagging and…

sonichi/sutando · 68 tokens

cmux-release

Prefer the /release command. It determines the new version (minor by default), gathers commits since the last tag, updates CHANGELOG.md, runs ./scripts/bump-version.sh, commits, runs ./scripts/release-pretag-guard.sh, then tags and pushes.

manaflow-ai/cmux · 39 tokens

pi-package-sandbox-test

Use when verifying that published Pi packages install and load for normal users, including pi.dev package compatibility checks, release validation, Daytona sandbox tests, and package installability audits.

spences10/my-pi · 40 tokens