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 agentmods add commands/generous-corp/pulp/prgit clone --depth 1 https://github.com/Generous-Corp/pulpWrote 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/commands/generous-corp/pulp/pr)<a href="https://agentmods.dev/commands/generous-corp/pulp/pr"><img src="https://agentmods.dev/badge/commands/generous-corp/pulp/pr.svg" alt="Measured on agentmods" height="20"></a>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.00028 | $0.00454 |
| Opus 5 | $0.00014 | $0.00227 |
| Sonnet 5 | $0.00006 | $0.00091 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
pr 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 yesterday.
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
Run shipyard pr. It is the single orchestrator for shipping a branch to
main:
- Runs
tools/scripts/skill_sync_check.pyagainstorigin/main. Hard-fails if a mapped skill path was touched without updating the correspondingSKILL.md(or aSkill-Update: skip skill=<name> reason="..."trailer). - Runs
tools/scripts/version_bump_check.py --mode=apply, which bumps SDK (CMakeLists.txt), Claude plugin (.claude-plugin/plugin.json), and the marketplace entry (.claude-plugin/marketplace.json) as dictated by the heuristic + anyVersion-Bump:trailers on the branch. - Commits the bump as
chore: bump <surfaces>if anything changed. - Pushes the branch, creates the PR, and records Shipyard tracking state.
- Runs cross-platform validate + merge on green.
- Returns only after the PR merges, or after a clean failure.
Do NOT run gh pr create and shipyard ship separately. Do NOT run the
skill-sync or version-bump scripts by hand — shipyard pr invokes them in the
right order with the right flags.
Direct gh pr create is an explicit emergency/manual bypass only. If used,
tell the user the PR may not appear in Shipyard-managed state until it is
reconciled or re-shipped through Shipyard.
pulp pr remains a compatibility wrapper that defaults to shipyard pr.
Humans may configure pr.workflow=github or manual for their own checkout,
but do not choose those paths unless the user explicitly asks for the bypass.
On completion, .github/workflows/auto-release.yml picks up the merged
version bump on main and publishes a GitHub Release.
shipyard pr $ARGUMENTS
Use pulp status when you need to confirm the effective local PR workflow.
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.
- yesterday First seen · 40 lines · 28 tokens per session scan A 83bfa4a6cf95
pr is a command published in the GitHub repository Generous-Corp/pulp (16 stars, last pushed today), licensed MIT. It adds 28 tokens to every session and 454 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-09-04.
Other commands, from other repositories
push-and-release
Git pull, resolve conflicts, push, fix hook errors, then release.
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
release
Create a release branch, run changeset version, review changelog, and prepare PR.
release-notes
Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v..) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.
release
Walk the llmwiki release process step by step.
ship
Ship is the operational release-prep flow for a connected project repo.