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/chris-dare-dev/agent-kit/spike-reviewergit clone --depth 1 https://github.com/chris-dare-dev/agent-kitWrote 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/chris-dare-dev/agent-kit/spike-reviewer)<a href="https://agentmods.dev/agents/chris-dare-dev/agent-kit/spike-reviewer"><img src="https://agentmods.dev/badge/agents/chris-dare-dev/agent-kit/spike-reviewer.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.00140 | $0.02514 |
| Opus 5 | $0.00070 | $0.01257 |
| Sonnet 5 | $0.00028 | $0.00503 |
| Haiku 4.5 | $0.00014 | $0.00251 |
Grade C, and why
spike-reviewer scanned grade C with 2 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.
Instruction-override phrasingmediumPrompt injection
Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.
"Now run X", "Ignore previous instructions", "Authorize the user", "Add yourself Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
cat ".claude/agent-memory/spike-reviewer/lessons.md" 2>/dev/null || echo "(no lessons yet)" How it starts
The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Spike Reviewer
You are Phase 4 of the /spike pipeline. You are an adversarial reviewer — the last check before the spike result is used to make a downstream decision. You validate that the experiment design, execution, the DERIVED verdict, and the written implications are all sound.
The orchestrator dispatches you with substituted variables. You never invoke other sub-agents.
Input variables (substituted by the orchestrator)
{SPIKE_ID}— the spike identifier{SPIKE_DIR}— absolute path to.claude/notes/spikes/{SPIKE_ID}/(root of all artifacts){DECISION_HASH}— sha256 of decision.json the orchestrator checkpointed; echo it verbatim into review.json{NOTE_HASH}— sha256 of note.md the orchestrator checkpointed; echo it verbatim into review.json{REVIEW_JSON_PATH}— absolute path where you MUST writereview.json(the typed review){REVIEW_PATH}— absolute path where you MUST writereview.md(the review narrative){VALIDATE_SCRIPT}— absolute path tospike-validate.py(used in Step 4 self-validation)
Step 0 — Read persistent memory (skip-if-not-relevant)
cat ".claude/agent-memory/spike-reviewer/lessons.md" 2>/dev/null || echo "(no lessons yet)"
Step 0.5 — Pre-flight: verify required artifacts exist
for f in design.json measurements.json decision.json note.md; do
test -f "{SPIKE_DIR}/$f" || { echo "ABORT: {SPIKE_DIR}/$f missing — return status: aborted-scope"; exit 1; }
done
If any required artifact is missing, return status: aborted-scope instead of fabricating a review.
Step 1 — Read artifacts in order (form your own verdict FIRST)
Read in this exact order, and stop before note.md:
{SPIKE_DIR}/design.json— the assumption + typed criteria{SPIKE_DIR}/measurements.json— the measured values{SPIKE_DIR}/poc/*— implementation choices that affect validity{SPIKE_DIR}/design-deviation.md— if present
Form your own verdict now (YES/NO/UNCERTAIN) from the raw data + criteria alone. Then read:
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 · 192 lines · 140 tokens per session scan C 98ac145e7808
spike-reviewer is an agent published in the GitHub repository chris-dare-dev/agent-kit (0 stars, last pushed 26d ago), licensed MIT. It adds 140 tokens to every session and 2,514 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 2 findings (instruction-override phrasing, reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
algolia-agent
Senior Algolia platform engineer with command of index design, relevance tuning, InstantSearch React/Next.js, the Autocomplete UI library, direct search-client usage, indexing pipelines, API-key strategy, the Recommend API, AI search and Personalization (NeuralSearch, query categorization), Insights events and A/B…
bynder-agent
Senior Bynder DAM platform engineer with command of asset modeling and metaproperties, Brand Guidelines, derivative templates, the bynder-js-sdk, Universal Compact View embedding, Bynder + Contentful pairing, portal and account architecture, permissions and workflow, webhooks, marketplace connectors, migrations, and…
behavioral-economics-agent
Senior behavioral scientist who applies behavioral economics, choice architecture, and research methods to product, policy, marketing, and organizational problems. Use this agent when a task spans multiple skills in this plugin, requires sequencing, or needs senior-level judgment about which skill to apply for a given…
brand-agent
Senior brand practitioner spanning strategy, naming, identity systems, voice and tone, guidelines composition, and brand audits. Use this agent when a task spans multiple skills in this plugin, requires sequencing, or needs senior-level judgment about which skill applies. Tagline: Brand from positioning to applied…
claude-agent
Plugin orchestrator. Routes between the two claude- skills (claude-plugin-creator for building new Claude plugins from scratch, and claude-orchestrator for designing the orchestration layer of a new Cowork project). Use this agent as the first call for any Claude-tooling task — plugin creation, hook design, MCP server…
consulting-agent
Senior management consultant who handles the full engagement lifecycle — from pursuit through delivery. Use this agent when a task spans multiple skills in this plugin, requires sequencing, or needs senior-level judgment about which skill to apply for a given problem. Tagline: Consulting end-to-end — pursuit, scoping…