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 martineserios/thebrana --skill shipgit clone --depth 1 https://github.com/martineserios/thebranaWrote 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/martineserios/thebrana/ship)<a href="https://agentmods.dev/skills/martineserios/thebrana/ship"><img src="https://agentmods.dev/badge/skills/martineserios/thebrana/ship/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/martineserios/thebrana/ship"><img src="https://agentmods.dev/badge/skills/martineserios/thebrana/ship.svg" alt="Reviewed on agentmods" width="80" 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.00029 | $0.03532 |
| Opus 5 | $0.00015 | $0.01766 |
| Sonnet 5 | $0.00006 | $0.00706 |
| Haiku 4.5 | $0.00003 | $0.00353 |
Grade A, and why
ship scanned grade A with 1 finding 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 today.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| Web service | `curl -sf <health-endpoint>` if URL is known | How it starts
The opening of the file, as written. The whole thing — 302 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ship
Push a build out the door. Six steps: pre-flight, deploy, document, verify, monitor, rollback. Each step adapts to the project — detects test frameworks, deploy methods, and registries automatically. Manual override is always available.
Invocation
/brana:ship — detect target from context
/brana:ship bootstrap — deploy the brana identity layer
/brana:ship t-123 — ship the work from a specific task
/brana:ship npm — publish an npm package
Step Registry
On entry, create a CC Task step registry. Follow the guided-execution protocol.
Register these steps: PRE-FLIGHT, GATE-3, DEPLOY, DOCUMENT, VERIFY, MONITOR, ROLLBACK.
ROLLBACK is conditional — only executed if VERIFY or MONITOR fails.
Rules
- Never auto-deploy without user confirmation. Pre-flight ends with an explicit gate.
- Pre-flight failure blocks deploy. Hard gate — no override.
- Rollback is always optional and prompted. Never auto-rollback.
- Project detection is best-effort. Always offer manual override via AskUserQuestion when detection is ambiguous.
Steps
Step 0: Goal injection
Set session orientation before any checks run:
- If task_id known: extract
AC:lines from task context (same pattern asbuild.mdStep 0 sub-step 0). If found:- Call
/goal "ship {task-id} — Done when: {criteria joined with ' AND '}". - Write
~/.claude/run-state/active-goal.json:
The Stop hook ({"task_id": "{task_id}", "cwd": "{git_root}", "session_id": "$BRANA_SESSION_ID", "criteria": ["{criterion1}", "{criterion2}"]}goal-completion.sh) will auto-complete the task when criteria pass.
- Call
- If no task_id or no
AC:lines: call/goal "ship {target}: all checks pass, deployed, verified"where{target}is the npm package name, task subject, or branch name. Noactive-goal.jsonwrite — narrative goal only. - Skip for
bootstrapinvocation — the goal is implicit.
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.
- today Changed · +30 lines 11e4e97ad38e
- 3d ago Changed · +22 lines 91c8ba0d5671
- 5d ago First seen · 250 lines · 29 tokens per session scan A 5f22b9d7cb86
ship is a skill published in the GitHub repository martineserios/thebrana (3 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 3,532 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
plugin-publish
A release guide for publishing Zhin.js plugins to npm, the JavaScript package registry, and to the Zhin plugin marketplace. It covers package metadata, versioning, release checks, and submission requirements.
release-init
Detect project type and generate a tailored project-level /release skill. Run once per project to set up releasing.
release-deploy
Release and deploy via GitHub tags and GitHub Actions (not every commit). Creates production releases from main and beta releases from staging using the GitHub CLI. Use when the user asks to release, ship, deploy, cut a version, tag a release, publish beta/production, create a GitHub Release, or bump a semver tag. On…
taiyi-integration
A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.
Release Notes Generator
Generate professional software release notes from a commit log: classify changes, write user-facing summaries, draft a publishable announcement, and assess release readiness. Use for release, changelog, version, and deploy requests.
Release Checklist
Check release readiness and record a release note. Use for release and rollback requests.