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/loncadev/baron/shipnpx skills add loncadev/baron --skill shipgit clone --depth 1 https://github.com/loncadev/baronWrote 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/loncadev/baron/ship)<a href="https://agentmods.dev/skills/loncadev/baron/ship"><img src="https://agentmods.dev/badge/skills/loncadev/baron/ship.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 | $0.00070 | $0.00460 |
| Opus 5 | $0.00035 | $0.00230 |
| Sonnet 5 | $0.00014 | $0.00092 |
| Haiku 4.5 | $0.00007 | $0.00046 |
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 3d 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
Ship a change
Run the ship recipe as a single deterministic call. This is a single-pane workflow spanning four ports (scm → issues → ci → notify); do not perform the steps yourself — the Baron engine enforces their order. Your job is only to gather the inputs and make one call.
Inputs
issueId— the issue being shipped (required).branch— the source branch the PR opens from and CI runs against (required).title— the pull request title (required).pipelineId— the CI pipeline to trigger (required).
If you are unsure, call baron_recipe_list and read ship's inputs. The PR targets the repo's
default branch automatically.
Run it
Call baron_recipe_run exactly once:
{ "name": "ship", "inputs": { "issueId": "<id>", "branch": "<branch>", "title": "<PR title>", "pipelineId": "<pipeline id>" } }
Rules
- Gather the inputs from context. Confirm the
pipelineIdif it is not obvious — triggering CI is a real side effect. - Call
baron_recipe_runonce. Do NOT also call the scm/ci/notify tools yourself. - If the result is an
isErrorwith a code (RECIPE_INPUT_MISSING,CAPABILITY_GAP,PORT_UNBOUND, …), surface the code and its hint and stop — do not retry blindly.PORT_UNBOUNDmeans a port the recipe needs (e.g. ci or notify) is not bound in.baron/policy.json. - On success, report the PR url, that CI was triggered, and that the team was notified.
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.
- 3d ago First seen · 42 lines · 70 tokens per session scan A e974a7c72864
ship is a skill published in the GitHub repository loncadev/baron (1 stars, last pushed 13d ago), licensed Apache-2.0. It adds 70 tokens to every session and 460 once invoked, about $0.0003 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
csharp-bootstrap
Harness fixture bootstrap producer for the csharp project language. Minimal shape — exercises BootstrapDispatch + BootstrapRound, not real bootstrap output.
generic-bootstrap
Harness fixture bootstrap producer for the generic project language. Minimal shape — exercises BootstrapDispatch + BootstrapRound, not real bootstrap output.
coding-agent-master
Harness fixture master skill for coding pipelines. Intentionally minimal — handler-chain shape only, not real master behaviour.
node-bootstrap
Harness fixture bootstrap producer for the node project language. Minimal shape — exercises BootstrapDispatch + BootstrapRound, not real bootstrap output.
python-bootstrap
Harness fixture bootstrap producer for the python project language. Minimal shape — exercises BootstrapDispatch + BootstrapRound, not real bootstrap output.
holger-voice
Schreibe (oder überarbeite) Text so, dass er nach Holger klingt — dem IT-Freelancer hinter codingsoul.org — und NICHT nach der polierten agent-smith.org-Landingpage. Nutze diesen Skill immer, wenn Text für Blogposts, READMEs, Doku, Release-Notes, Issues, PR-Beschreibungen oder Marketing rund um Agent Smith /…