claude-code-smoke

claude-code-smoke is a skill for Claude Code, Codex from edonadei/caliper. It costs 17 tokens per session (59 once invoked), scanned A, original, MIT.

A smoke-test instruction with one fixed output: claude-code-smoke-ok. A smoke test is a small check that confirms a basic workflow runs as expected.

In plain words
What is it for?
Use it when asked to run that evaluation and write its required output to a specified file.
Why use it?
It provides a simple, repeatable result for checking whether the Claude Code smoke evaluation completed correctly.

Skill for Claude CodeCodex

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/edonadei/caliper/claude-code-smoke
Any agent
npx skills add edonadei/caliper --skill claude-code-smoke
Clone the repo
git clone --depth 1 https://github.com/edonadei/caliper

Made for: Claude Code, Codex.

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 claude-code-smoke

README.md
[![agentmods](https://agentmods.dev/badge/skills/edonadei/caliper/claude-code-smoke.svg)](https://agentmods.dev/skills/edonadei/caliper/claude-code-smoke)
Your own site
<a href="https://agentmods.dev/skills/edonadei/caliper/claude-code-smoke"><img src="https://agentmods.dev/badge/skills/edonadei/caliper/claude-code-smoke.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 59 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.1 $0.00017 $0.00059
Opus 5 $0.00009 $0.00030
Sonnet 5 $0.00003 $0.00012
Haiku 4.5 $0.00002 $0.00006

Measured 5d ago against content hash 41f6a75da99b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

claude-code-smoke 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.

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/evaluate-skill/references/evals/claude-code-smoke/SKILL.md · 15 lines

What it actually says

Claude Code Smoke

When asked to run the smoke evaluation, write exactly this text:

claude-code-smoke-ok

to the requested output file.

Files

What ships with it

1 file 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.

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 · 15 lines · 17 tokens per session scan A 41f6a75da99b

Subscribe to this mod's changes

claude-code-smoke is a skill published in the GitHub repository edonadei/caliper (50 stars, last pushed 6d ago), licensed MIT. It adds 17 tokens to every session and 59 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

swiss-poster

Apply a Swiss Poster design system using Tailwind CSS. Use when asked to style a webpage with poster-style layouts where one dominant graphic event breaks the grid, overlaps, bleeds/crops at the edge, uses microtype, hard figure/ground contrast, and extreme typographic scale. Implements IBM Plex Sans, stone color…

adewale/skill-eval-harness · 98 tokens

anti-slop-writing

Use this skill to review, tighten, draft, and rewrite prose so it does not read like generic LLM output, AI writing, bland marketing, or generic launch copy. Apply it when the user asks to make writing less generic/AI-sounding, tighten a talk intro, sharpen presentation/slide copy, or improve articles, wiki pages…

adewale/skill-eval-harness · 115 tokens

good-repo

Audit and configure the public GitHub repository surface: launch readiness, repo quality/adoption/trust, discoverability, contribution readiness, topics, homepage URL, description, issues/wiki/license/CI settings, owner/org-wide repo audits, repo popularity/adoption signals, README/package/GitHub metadata drift…

adewale/skill-eval-harness · 144 tokens

testing-best-practices

Enforce testing best practices when writing, reviewing, or improving tests. Covers TDD/red-green-refactor, property-based testing, real objects over mocks, correctness by construction, assertion quality, E2E/contract tests, flaky-test upgrades, mock-reality drift, mutation-style gap analysis, and…

adewale/skill-eval-harness · 120 tokens

good-pr

Help users prepare and review pull requests that maintainers actually want to merge. Use this skill whenever someone asks for help writing a PR description, preparing a contribution to an open-source project, reviewing their own PR before submitting, writing a bug fix PR, drafting a feature PR, or asks anything like…

adewale/skill-eval-harness · 163 tokens

guardrails

Code quality verification gates wired into the agent lifecycle. Use this skill whenever writing, modifying, reviewing, or debugging code — including new features, bug fixes, refactors, troubleshooting, CI/CD setup, or project bootstrapping. Also use when the user mentions "quality", "testing strategy", "CI pipeline"…

adewale/skill-eval-harness · 135 tokens