verifying-final-artifacts

verifying-final-artifacts is a skill for Claude Code from FlyFission/nuclear-grade-context-engineering. It costs 98 tokens per session (2,012 once invoked), scanned A, original, MIT.

Verifies the delivered artifact a consumer actually receives (a figure, chart, PDF, SVG, screenshot, compiled build, or deployed response) by regenerating it fresh and directly observing the output, not the source that produces it, and ends in one honest verdict. Use when the deliverable is a produced artifact and…

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the nuclear-grade plugin — 29 skills, 28 commands, 5 agents shipped together

Install with agentmods
npx agentmods add skills/flyfission/nuclear-grade-context-engineering/verifying-final-artifacts
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 FlyFission/nuclear-grade-context-engineering --skill verifying-final-artifacts
Clone the repo
git clone --depth 1 https://github.com/FlyFission/nuclear-grade-context-engineering

Made for: Claude Code.

Or install nuclear-grade, the plugin that ships this one along with the rest of its 29 skills, 28 commands, 5 agents.

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 verifying-final-artifacts

README.md
[![agentmods](https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/verifying-final-artifacts.svg)](https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/verifying-final-artifacts)
Your own site
<a href="https://agentmods.dev/skills/flyfission/nuclear-grade-context-engineering/verifying-final-artifacts"><img src="https://agentmods.dev/badge/skills/flyfission/nuclear-grade-context-engineering/verifying-final-artifacts.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 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.
Origin unknown 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.00098 $0.02012
Opus 5 $0.00049 $0.01006
Sonnet 5 $0.00020 $0.00402
Haiku 4.5 $0.00010 $0.00201

Measured today against content hash cf64f93d0e04, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

verifying-final-artifacts 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 today.

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/verifying-final-artifacts/SKILL.md · 114 lines

How it starts

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

Verifying Final Artifacts

Overview

Reviewing the code, config, or markup that produces a figure, chart, PDF, or interface -- and calling it done without opening the actual output -- is validating the recipe, not the meal. The generator is not the artifact. A plotting script can be correct line by line and still emit a figure with overlapping labels, a substituted font, a clipped axis, or a legend off the page. A LaTeX source can compile "cleanly" into a PDF whose table breaks across a page boundary. A UI component can look right in source and render broken. A deploy config can be valid and the live endpoint still return the wrong body.

The delivered artifact is the only thing the consumer ever sees, and the only place these defects appear. None of them is reliably predictable from a source read. This skill holds that line: it regenerates the artifact fresh, observes the real output the way a consumer would, compares it to the spec, and loops -- fix the source, regenerate, look again -- until the observed artifact is right or a stop condition is hit. It ends in one honest verdict, not a verdict inferred from "the diff looks correct."

Decision contract

  • Claim checked: the final delivered artifact, freshly regenerated this pass and directly observed, meets its spec or acceptance criteria -- the source that generates it was not accepted as a stand-in for the output.
  • Artifact observed: the regenerated output itself (the image opened, every PDF page rasterized and read, the UI screenshotted, the endpoint response fetched) compared against the spec or reference -> a findings list, each defect tied to a location in the output and the source line responsible, plus one verdict.
  • Decision affected: block -- whether the artifact ships as-is, or the source must change and the artifact be regenerated and re-observed before it can ship.
  • Failure class: source-proxy error (approving the generator in place of the thing it generates) or stale-artifact error (reviewing a cached or old export instead of a freshly regenerated one).
  • Next action: NOT VERIFIED routes the fix back to the source and then back into the same regenerate-and-observe loop; it does not exit on "the diff looks right."

Read the full file on GitHub · 114 lines

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. today First seen · 114 lines · 98 tokens per session scan A cf64f93d0e04

Subscribe to this mod's changes

verifying-final-artifacts is a skill published in the GitHub repository FlyFission/nuclear-grade-context-engineering (33 stars, last pushed yesterday), licensed MIT. It adds 98 tokens to every session and 2,012 once invoked, about $0.0005 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-09-06.

Related

Other skills, from other repositories

workspace-explorer

Explore and navigate Notion workspaces via MCP. Use when searching for pages, understanding database structure, finding content, creating or updating pages/databases, or managing Notion workspace content. Triggers when user asks about Notion, mentions Notion pages/databases, wants to find something in their wiki…

feniix/pi-extensions · 123 tokens

modality-preserving-binary-offload

Persist binary output with a mime-derived extension and a matching saved-file message so downstream tools keep the right modality.

ychampion/cskill-agents · 31 tokens

preview-first-large-output-messages

Annotate persisted tool results with a preview-first header that leads with the saved artifact reference and shows the first slice before truncation.

ychampion/cskill-agents · 33 tokens

contextlock

Safely inspect a repository through the ContextLock MCP server. Use when exploring, searching, reviewing, or auditing repository files with ContextLock, especially before reading unfamiliar code or when sensitive files and secrets may be present.

LutaElbert/contextlock · 46 tokens

doc-ingestion

Get the user's documents INTO the bot cleanly — accept common formats (txt/md/pdf/docx/html), extract readable text, chunk it well for retrieval, and report back what was actually indexed. Use when the user wants to add their docs, when an upload fails or indexes badly, or when answers are missing content you'd expect…

Podbay-Cloud/podbay · 80 tokens

ground-and-cite

The integrity spine of an "Ask Your Docs" bot — make it answer ONLY from the user's retrieved documents, attach citations to every claim, and say "I don't know" when the docs don't support an answer. Use when building, tuning, or debugging the chat/answer route, the system prompt, or anytime an answer looks invented…

Podbay-Cloud/podbay · 95 tokens