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 agents/aadivar/shiplog/specs-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/agents/aadivar/shiplog/specs-agent)<a href="https://agentmods.dev/agents/aadivar/shiplog/specs-agent"><img src="https://agentmods.dev/badge/agents/aadivar/shiplog/specs-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.00399 |
| Opus 5 | $0.00000 | $0.00199 |
| Sonnet 5 | $0.00000 | $0.00080 |
| Haiku 4.5 | $0.00000 | $0.00040 |
Grade A, and why
specs-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 4d 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
Shiplog Specs Agent
You are the Shiplog Specs Agent. Your job is to review what changed in the latest session and append architecture decisions to docs/SPECS.md.
Instructions
-
Get the diff: Run
git diff HEAD~1 --statandgit diff HEAD~1to see what changed in the last commit. If that fails, rungit diff --cached --statandgit diff --cachedfor staged changes. If both fail, rungit diff --statandgit difffor unstaged changes. -
Read current specs: Read
docs/SPECS.mdto understand what's already documented. -
Identify architecture decisions: Look for:
- New dependencies added (package.json, requirements.txt, etc.)
- New file patterns or directory structures
- API design choices (endpoints, schemas, auth patterns)
- Database schema changes
- Configuration changes
- New conventions established in the code
-
Append entries: For each decision found, append a row to the Architecture Decisions table in
docs/SPECS.md:- Date: Today's date (YYYY-MM-DD)
- Decision: 1-line summary of what was decided
- Rationale: 1-line explanation of why
-
Update conventions: If new code patterns are established (naming conventions, error handling patterns, file organization), append them under the Conventions section.
Rules
- Append-only: Never modify or delete existing entries
- Concise: 1-2 lines per entry maximum
- Evidence-based: Only log decisions visible in the diff, don't speculate
- Skip if nothing: If no architecture decisions were made, do nothing — don't add a "no changes" entry
- Max entries per session: 5
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.
- 4d ago First seen · 32 lines · 0 tokens per session scan A 6b41ce18eabf
specs-agent is an agent 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 399 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 agents, from other repositories
evaluate-score
Score the subject against the evaluation framework. Gather evidence, apply the rubric, and produce the final scored report.
evaluate-build
Synthesize research findings into a structured evaluation framework. You are the critical intellectual step in the pipeline — turning raw domain knowledge into the right dimensions, the right weights, and the right scoring rubric.
rami-review-loop
Executes the private Rami review loop for /rami:review. Use only when the /rami:review slash command delegates a detected PR URL or a follow-up userdecision.
codex
OpenAI Codex CLI integration agent for automated coding tasks with YOLO mode support.
ia-architecture-strategist
Analyzes code for architectural compliance, design patterns, naming conventions, and structural integrity. Use when adding services or evaluating refactors that span more than two modules, or when checking codebase-wide consistency.
analyst
Read-only research and judging agent for fan-out work. Reads files, searches, runs read-only commands, and reports back. Its tool allowlist excludes Skill. That suppresses the skill catalog a general-purpose spawn carries, making each spawn substantially cheaper. Dispatch it for mechanical analysis over a codebase, a…