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.
npx skills add dimetron/pi-go --skill pi-rebuildgit clone --depth 1 https://github.com/dimetron/pi-goWrote 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.
[](https://agentmods.dev/skills/dimetron/pi-go/pi-rebuild)<a href="https://agentmods.dev/skills/dimetron/pi-go/pi-rebuild"><img src="https://agentmods.dev/badge/skills/dimetron/pi-go/pi-rebuild/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.
<a href="https://agentmods.dev/skills/dimetron/pi-go/pi-rebuild"><img src="https://agentmods.dev/badge/skills/dimetron/pi-go/pi-rebuild.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00025 | $0.00201 |
| Opus 5 | $0.00013 | $0.00101 |
| Sonnet 5 | $0.00005 | $0.00040 |
| Haiku 4.5 | $0.00003 | $0.00020 |
Grade A, and why
pi-rebuild 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 10d 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.
What it actually says
Pi Rebuild
Rebuild and reinstall the pi binary from source, then restart the process.
Steps
-
Run linters from the project root:
golangci-lint run ./... -
If linters pass, build and install:
go build ./cmd/pi && go install ./cmd/pi/ -
If build succeeds, call the
restarttool to relaunch pi with the updated binary. -
If linters or build fail, show the errors so the user can fix them. Do not restart on failure.
Examples
/pi-rebuild— Rebuild and restart pi after code changes
Guidelines
- Always build before installing to catch compile errors early
- Only call
restartafter a successful build - Show full build output on failure so the user can diagnose issues
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.
- 10d ago First seen · 33 lines · 25 tokens per session scan A 0efbf0600589
pi-rebuild is a skill published in the GitHub repository dimetron/pi-go (155 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 201 once invoked, about $0.0001 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.
Other skills, from other repositories
use-modern-go
Use the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes.
gograph
Go repository intelligence for Claude Code. Use when reading, navigating, editing, reviewing, or refactoring a Go codebase. Exposes 64 query, analysis, and workflow capabilities through the local gograph MCP server, including bounded first-call exploration, AST-aware call graphs, blast-radius analysis, impact, and…
go
Use when writing, reviewing, testing, or shipping Go code and HTTP services: idioms, %w error wrapping, goroutine/context/errgroup concurrency, net/http 1.22 routing, log/slog, project layout, table-driven tests, Go hardening. NOT language-agnostic threat modeling (that is secure-coding), NOT Dockerfile/CI shipping…
code-review-go
Deep Go-specific code review covering goroutine lifecycle, data races, error wrapping, domain modeling, and interface design. Applied in addition to the generic code-review skill when Go code is detected. Invoked when reviewing Go PRs, Go code changes, or performing Go-specific quality checks.
toolchains-golang-core
Go 1.22-1.24 core patterns for minimalism, efficiency, code reuse, and performance.
cli-to-go-migration
Reusable agent skill for migrating command-line interfaces from any programming language to Go.