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/aadivar/shiplog/agentgit clone --depth 1 https://github.com/aadivar/shiplogWrote 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/aadivar/shiplog/agent)<a href="https://agentmods.dev/commands/aadivar/shiplog/agent"><img src="https://agentmods.dev/badge/commands/aadivar/shiplog/agent.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.00000 | $0.00589 |
| Opus 5 | $0.00000 | $0.00295 |
| Sonnet 5 | $0.00000 | $0.00118 |
| Haiku 4.5 | $0.00000 | $0.00059 |
Grade A, and why
agent 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/shiplog agent
Create or list custom background agents.
Trigger
User runs /shiplog agent <name> or /shiplog agent list
Behavior
List agents: /shiplog agent list
- Read
.shiplog/config.jsonto get built-in agent status - Scan
.shiplog/agents/for custom agent files - Display:
Shiplog Agents
━━━━━━━━━━━━━━
Built-in:
specs — enabled — Logs architecture decisions
prd — enabled — Updates feature status
security — enabled — OWASP Top 10 reviews
memory — enabled — Code patterns & project memory
Custom:
a11y — .shiplog/agents/a11y-agent.md
perf — .shiplog/agents/perf-agent.md
Model: haiku
If no custom agents exist, show "No custom agents. Run /shiplog agent <name> to create one."
Create agent: /shiplog agent <name>
-
Check that
.shiplog/config.jsonexists. If not, prompt to run/shiplog init. -
Create
.shiplog/agents/directory if it doesn't exist. -
Ask the user with
AskUserQuestion:- "What should this agent do?" (free text)
- "Where should it write output?" Options:
docs/{name}.md(Recommended) — New file in docs/docs/SPECS.md— Append to specs- Custom path
-
Read the template from
templates/custom-agent.md.hbsand create the agent file:- Path:
.shiplog/agents/{name}-agent.md - Replace
{{agentName}},{{agentDescription}},{{outputFile}}
- Path:
-
If output file doesn't exist, create it with a basic header.
-
Update
.shiplog/config.json— add the agent toagents.customarray:{ "name": "a11y", "file": ".shiplog/agents/a11y-agent.md", "output": "docs/a11y.md", "enabled": true } -
Confirm:
Custom agent created: {name} Prompt: .shiplog/agents/{name}-agent.md Output: docs/{name}.md Status: enabled Edit the prompt file to customize behavior. The agent will run automatically after each commit.
Rules
- Agent names must be kebab-case (lowercase, hyphens)
- Never overwrite an existing agent file
- Custom agents run alongside built-in agents with the same model
- Custom agent prompt files are fully editable by the user
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 · 80 lines · 0 tokens per session scan A 6d31f8d51087
agent is a command published in the GitHub repository aadivar/shiplog (3 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 589 tokens. 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 commands, from other repositories
review
Cold re-quiz on code that already shipped — your own session commits, not the change in front of you.
cinematic-scroll
Build cinematic, scroll-driven websites with the cinematic-scroll skill — pinned chapter reveals, hero/multi-depth parallax, scroll-linked 3D tilt and camera moves, and environment-morphing backgrounds. From a single self-contained .html scroll section (Mode A) to a full Next.js release site with optional AI-generated…
content-ideas
Build today's For You feed — scrape tracked competitors across X, Instagram, TikTok, and YouTube, score what's performing, and turn it into actionable content ideas.
next
GitHub 이슈·PR 상태를 읽어 다음 할 일을 판단 — 구현 차례면 바로 구현, 리뷰 차례면 실행할 커맨드 안내.
story-pack
读取:docs/story-$ARGUMENTS-.md、docs/GLOBAL-CONTEXT.md(只读)、docs/PRD.md(只读) | 写入:docs/story-$ARGUMENTS-exec-pack.yaml(仅 PASS 时写入;纯 YAML;不包含 ) | 模板:N/A.
emoji
Turn emoji-speak mode on or off (and persist as the default for future sessions).