skill2-test

skill2-test is a skill for Claude Code, Codex from blackblue-labs/skill2. It costs 27 tokens per session (454 once invoked), scanned A, original, MIT.

A testing workflow for checking whether an agent skill activates for the right requests and produces the required result. It tests the skill alone and alongside related skills in a fresh environment.

In plain words
What is it for?
Use it to test direct requests, reworded requests, requests owned by neighboring skills, and unrelated requests.
Why use it?
It reveals missed activations, unwanted activations, routing mistakes, and regressions without changing the skill automatically.

Skill for Claude CodeCodex

Part of the skill2 plugin — 10 skills shipped together

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.

agentmods
npx agentmods add skills/blackblue-labs/skill2/skill2-test
Any agent
npx skills add blackblue-labs/skill2 --skill skill2-test
Clone the repo
git clone --depth 1 https://github.com/blackblue-labs/skill2

Made for: Claude Code, Codex.

Or install skill2, the plugin that ships this one along with the rest of its 10 skills.

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 skill2-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/blackblue-labs/skill2/skill2-test.svg)](https://agentmods.dev/skills/blackblue-labs/skill2/skill2-test)
Your own site
<a href="https://agentmods.dev/skills/blackblue-labs/skill2/skill2-test"><img src="https://agentmods.dev/badge/skills/blackblue-labs/skill2/skill2-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 454 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00454
Opus 5 $0.00014 $0.00227
Sonnet 5 $0.00005 $0.00091
Haiku 4.5 $0.00003 $0.00045

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

Security

Grade A, and why

skill2-test 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 5d ago.

The scan reads SKILL.md. This mod also ships 8 executable files (scripts/_runtime/skill2/__init__.py, scripts/_runtime/skill2/cases.py, scripts/_runtime/skill2/claude_runner.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/skill2-test/SKILL.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Test Agent Skills

Measure behavior without inheriting current chat, global memory, or unrelated Skills.

Ownership

  • Test owns live activation, outcome, routing, and baseline evidence.
  • Audit owns static structure and trigger-overlap review.
  • Create owns Skill changes; Test never rewrites a failing Skill automatically.

Layers

Layer Installed Skills Measures
Target-only Target Skill only Activation, outcome, baseline uplift
Pack Candidate sibling Skills Routing and false activation

Use target-only for core outcomes. Use pack for adjacent and unrelated routing cases.

Cases

  • Core positive: target should activate and produce required artifact or answer.
  • Paraphrase: same intent, different wording.
  • Adjacent: sibling should own request.
  • Unrelated: no package Skill should activate.
  • Assertions: inspect files, output, commands, or explicit events.

Default one trial. Add repetitions only for known nondeterminism or regression confidence.

Isolation

  • Fresh session, temporary home, temporary workspace.
  • Install only layer-required Skills.
  • Minimal authentication/configuration; no user memory or chat history.
  • Guard host-home reads and writes.
  • Adapter owns harness-specific install and event parsing.
  • Save raw events, final output, workspace, version, and Skill hash locally.

Verdicts

  • pass: activation and outcome assertions pass.
  • fail: deterministic assertion fails.
  • inconclusive: runner or evidence cannot support claim.
  • Baseline also passes: no demonstrated deterministic uplift.
  • Exact isolated SKILL.md read is medium-confidence activation; explicit activation event is high confidence.

Fake runner tests validate adapter plumbing, not provider behavior. Never claim unrun results.

uv run --script <skill-dir>/scripts/run -- test skills/<name> --agent <agent> --cases cases/<name>.yaml --baseline
uv run --script <skill-dir>/scripts/run -- test skills/<name> --agent <agent> --cases cases/<name>.yaml --pack

Read the full file on GitHub · 58 lines

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. 5d ago First seen · 58 lines · 27 tokens per session scan A fe2adba942d9

Subscribe to this mod's changes

skill2-test is a skill published in the GitHub repository blackblue-labs/skill2 (33 stars, last pushed 21d ago), licensed MIT. It adds 27 tokens to every session and 454 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

motion-frames

A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…

nexu-io/open-design · 91 tokens

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

webgl-halftone-drift

A self-contained WebGL2 hero: a flowing field screened through a rotated halftone dot grid into a duotone print aesthetic; move the cursor to bend the drift.

nexu-io/open-design · 44 tokens

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens