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/jazz1x/honne/comparenpx skills add jazz1x/honne --skill comparegit clone --depth 1 https://github.com/jazz1x/honneWrote 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/jazz1x/honne/compare)<a href="https://agentmods.dev/skills/jazz1x/honne/compare"><img src="https://agentmods.dev/badge/skills/jazz1x/honne/compare.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.00040 | $0.00651 |
| Opus 5 | $0.00020 | $0.00326 |
| Sonnet 5 | $0.00008 | $0.00130 |
| Haiku 4.5 | $0.00004 | $0.00065 |
Grade A, and why
compare 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
compare — Read-only Retrospective
Step 1: Scope HITL (one-shot)
Ask: "Retrospective scope — repo or global?"
Step 2: Assets presence check
If .honne/assets/ absent or empty: Print "No assets yet. Run honne first." and exit 0.
Step 3: Load claims + evolutions
bash "${CLAUDE_PLUGIN_ROOT}/scripts/query-assets.sh" \
--tag "<axis>" --scope "$SCOPE" --type claim --out stdout
bash "${CLAUDE_PLUGIN_ROOT}/scripts/query-assets.sh" \
--type evolution --scope "$SCOPE" --out stdout
Async wait pattern — use Monitor until-loop, not sleep N && cat:
# ✓ Monitor: until [ -f ".honne/assets/claim.jsonl" ]
Step 4: Time-bucket grouping
Group by axis × recorded_at bucket (YYYY-MM granularity for MVP).
Step 5: Render docs/honne-compare.md (+ stdout)
Format per architecture PRD §4.2 compare Step 6. No LLM unless the user asked for "summarize" — and even then, only cite-bound.
Step 6: Asset immutability check
This skill MUST NOT write to .honne/assets/ or .honne/persona.json. Verify (test): stat -c %Y on assets/*.jsonl before/after unchanged.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 77 lines · 40 tokens per session scan A fdc067ba86be
compare is a skill published in the GitHub repository jazz1x/honne (3 stars, last pushed 3mo ago), licensed MIT. It adds 40 tokens to every session and 651 once invoked, about $0.0002 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
status
Use when the user wants a one-screen view of current hyperflow project state — version, profile freshness, memory count, and live progress on every in-flight task. Read-only; never modifies state, never dispatches workers. Trigger with /hyperflow:status, "what is hyperflow doing", "show task progress", "where are we".
performing-graphql-introspection-attack
Performs GraphQL introspection attacks to extract the full API schema including types, queries, mutations, subscriptions, and field definitions from GraphQL endpoints. The tester uses introspection queries to map the attack surface, identifies sensitive fields and mutations, tests for query depth and complexity…
blueprints
Create and modify Blueprint assets, variables, functions, components, event dispatchers, and interfaces. Use when the user asks to create a Blueprint/BP, add a variable or component to a Blueprint, make an event dispatcher/delegate, implement a Blueprint interface, or inspect a Blueprint's class/components. For…
truss-schema
Ground a database schema change in this application's real structure using Laravel Truss. Use when adding or altering tables, columns, indexes, or foreign keys, when a migration needs to match what is already there, or when you need to know what a migration actually changed. Structure only, never data.
pipefy-introspection
Use this skill when you need to discover GraphQL type shapes, mutation signatures, enum values, or execute arbitrary GraphQL as a fallback. This is the first fallback tier (Tier 2) when dedicated MCP tools fail or don't exist for an operation. 7 MCP tools.
bewater-business-memory
Turn raw client conversations, meeting transcripts, delivery notes, feedback, and business records into an evidence-backed business memory for solo service providers and small professional teams. Use when Codex needs to organize real operating material, extract verifiable facts and business events, update a client…