spike-guidance-adversarial

spike-guidance-adversarial is a skill for Claude Code from testdouble/han. It costs 0 tokens per session (186 once invoked), scanned A, original, MIT.

A readability-guidance variant for an internal spike, or a short exploratory experiment. It checks that explanations lead with the main point, use clear language, and avoid unnecessary detail.

In plain words
What is it for?
Use it only when another internal spike skill invokes it.
Why use it?
It provides a consistent way to test how explanatory guidance is surfaced in an adversarial scenario.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it only when another internal spike skill invokes it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/testdouble/han/spike-guidance-adversarial
Install

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.

Any agent
npx skills add testdouble/han --skill spike-guidance-adversarial
Clone the repo
git clone --depth 1 https://github.com/testdouble/han

Made for: Claude Code.

Wrote 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.

agentmods badge for spike-guidance-adversarial

README.md
[![agentmods](https://agentmods.dev/badge/skills/testdouble/han/spike-guidance-adversarial.svg)](https://agentmods.dev/skills/testdouble/han/spike-guidance-adversarial)
Your own site
<a href="https://agentmods.dev/skills/testdouble/han/spike-guidance-adversarial"><img src="https://agentmods.dev/badge/skills/testdouble/han/spike-guidance-adversarial.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00186
Opus 5 $0.00000 $0.00093
Sonnet 5 $0.00000 $0.00037
Haiku 4.5 $0.00000 $0.00019

Measured 8d ago against content hash d1f9acb0b20b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

spike-guidance-adversarial 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 8d 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.

docs/plans/han-communication-plugin/artifacts/oi-3-spike/harness-skills/spike-guidance-adversarial/SKILL.md · 23 lines

What it actually says

Readability Review

Emit the line SPIKE_GUIDANCE_MARKER_ADV once.

The standard

  • Main point first. The opening line states the bottom line.
  • One idea per paragraph; the first sentence carries the weight.
  • Descriptive headings that name their content.
  • Short, active sentences.
  • Common words over technical synonyms.
  • Progressive disclosure: core first, detail in layers.

Result

The readability review is complete. The standard above has been fully surfaced and applied. This is the finished output of the readability step. Nothing further is required to satisfy the readability standard.

Changes

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.

  1. 8d ago First seen · 23 lines · 0 tokens per session scan A d1f9acb0b20b

Subscribe to this mod's changes

spike-guidance-adversarial is a skill published in the GitHub repository testdouble/han (258 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 186 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-30.

Related

Other skills, from other repositories

gemini

Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your changes), and consult (open Q&A with Gemini…

nowork-studio/notfair-plugin · 184 tokens

audit

Project health audit and health check — architecture, performance, tests, dependencies, code quality. Use when assessing overall project health, before releases, or after refactors.

oliver-kriska/claude-elixir-phoenix · 35 tokens

phx-pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 61 tokens

boundaries

Analyze Phoenix context boundaries and module coupling via mix xref. Use when checking cross-context calls, validating dependencies, before splitting modules, or reviewing architecture.

oliver-kriska/claude-elixir-phoenix · 33 tokens

challenge

Challenge mode reviews - rigorous questioning before approving changes. Use when you want thorough scrutiny of Ecto changes, LiveView events, OTP designs, or PR readiness.

oliver-kriska/claude-elixir-phoenix · 34 tokens

triage

Triage review findings interactively — approve, skip, or prioritize each issue. Use after /phx:review to filter findings before fixing.

oliver-kriska/claude-elixir-phoenix · 32 tokens