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 skills/fold-run/fold/shipnpx skills add fold-run/fold --skill shipgit clone --depth 1 https://github.com/fold-run/foldWhat 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 | $0.00074 | $0.01241 |
| Opus 5 | $0.00037 | $0.00620 |
| Sonnet 5 | $0.00015 | $0.00248 |
| Haiku 4.5 | $0.00007 | $0.00124 |
Grade A, and why
ship 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 114 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Shipping a change in fold
/preflight decides whether a diff is ready. This lands it. /watch-ci
triages what CI says back. Every substantive change since #63 has merged
through a squashed PR — nothing but a release commit goes straight to main.
1. Gate before branching
Run /preflight first, and do not open a PR on an unverified diff. A red
PR costs a round trip; the gate costs a few minutes and runs locally.
2. Branch: type/slug
feat/, fix/, docs/, chore/ — a short hyphenated slug after it.
feat/downstream-keepalive, fix/console-sync-weekly-force-push,
docs/protocol-era-transition.
The prefix survives even though the title will not have one. The branch name is where the change gets classified; the title is where it gets explained.
3. The title is a prose sentence naming the problem
This is the convention that is easiest to get wrong, because it is the opposite of the usual advice and CONTRIBUTING said otherwise until it was corrected.
A PR title states the defect or the behavior, in a full sentence, with no
area: prefix. Real ones:
- A retry answering an upstream's question arrived looking like a first try
- Every federated list was announcing a cache scope that does not exist
- The weekly console bump has been force-pushing a branch it cannot see
- A client had to be refused before it could learn what to ask for
- Three things the gateway was letting past it
Not fix: forward MRTR continuation — that is the branch name's job, and
it says what the diff does rather than what was wrong.
The test: a reader who knows fold should feel the problem land. A title that describes the change instead of the defect is a changelog line.
Commits that go straight to main keep the area: prefix — release: v1.15.0, docs: repoint the conformance receipt at the v1.14.0 run.
Those are housekeeping with no problem to name.
Merges are squashed, so GitHub appends (#N) and the title becomes the
commit subject verbatim. Write it to read well in git log.
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.
- 2d ago First seen · 114 lines · 74 tokens per session scan A 17a19943d022
ship is a skill published in the GitHub repository fold-run/fold (1 stars, last pushed 2d ago), licensed Apache-2.0. It adds 74 tokens to every session and 1,241 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.
Other skills, from other repositories
commit-helper
Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.
hotplex-release
通过判断 SemVer 影响、整理 CHANGELOG、对账版本面和验证发布输入来准备或发布 HotPlex 版本。不要用于主机二进制更新、运行时诊断或文档巡逻。.
release-readiness
Use when preparing to tag, publish, or deploy a genefoundry-router build.
git-wrapup
Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…
git-workflow-and-versioning
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump…
ship
Build, commit, push & version bump workflow - automates the complete release cycle.