proof-of-value

proof-of-value is a skill for Claude Code from codyhxyz/create-claude-plugin. It costs 123 tokens per session (2,482 once invoked), scanned A, original, AGPL-3.0.

A method for creating evidence that shows what a Claude Code plugin produces, such as a before-and-after comparison, benchmark chart, or file-tree difference.

In plain words
What is it for?
Use it when documenting plugin output quality, speed comparisons, coverage, terminal changes, or generated files.
Why use it?
It helps a plugin README explain its actual benefit with observable results instead of broad claims.

Skill for Claude Code

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

Part of the create-claude-plugin plugin — 4 skills, 1 hook shipped together

Good fit Use it when documenting plugin output quality, speed comparisons, coverage, terminal changes, or generated files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/codyhxyz/create-claude-plugin/proof-of-value
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 codyhxyz/create-claude-plugin --skill proof-of-value
Clone the repo
git clone --depth 1 https://github.com/codyhxyz/create-claude-plugin

Made for: Claude Code.

Or install create-claude-plugin, the plugin that ships this one along with the rest of its 4 skills, 1 hook.

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 proof-of-value

README.md
[![agentmods](https://agentmods.dev/badge/skills/codyhxyz/create-claude-plugin/proof-of-value/github.svg)](https://agentmods.dev/skills/codyhxyz/create-claude-plugin/proof-of-value)
Your own site
<a href="https://agentmods.dev/skills/codyhxyz/create-claude-plugin/proof-of-value"><img src="https://agentmods.dev/badge/skills/codyhxyz/create-claude-plugin/proof-of-value/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for proof-of-value

Your own site · 80×15
<a href="https://agentmods.dev/skills/codyhxyz/create-claude-plugin/proof-of-value"><img src="https://agentmods.dev/badge/skills/codyhxyz/create-claude-plugin/proof-of-value.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,482 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.00123 $0.02482
Opus 5 $0.00062 $0.01241
Sonnet 5 $0.00025 $0.00496
Haiku 4.5 $0.00012 $0.00248

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

Security

Grade A, and why

proof-of-value 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/render.mjs, scripts/render.sh), 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/proof-of-value/SKILL.md · 184 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 11d ago First seen · 184 lines · 123 tokens per session scan A 86bb2aa3a477

Subscribe to this mod's changes

proof-of-value is a skill published in the GitHub repository codyhxyz/create-claude-plugin (2 stars, last pushed 2mo ago), licensed AGPL-3.0. It adds 123 tokens to every session and 2,482 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

quiz-me

Quiz the user on root cause and intended fix BEFORE writing any non-trivial code, then verify comprehension of every change after. Use when the user asks for a bug fix, refactor, or feature and wants to stay technically sharp instead of vibe-coding. Also use when the user says "quiz me", "don't let me vibe code", or…

emanzurv/quiz-me-skill · 82 tokens

website-deploy-builder

Plan what to build on Website Deploy (simple-host.app). Helps a user decide whether their idea fits the static + light-backend model, maps it to concrete patterns (shared JSON state with atomic ops, append-only collections, localStorage, public APIs), and produces a focused prompt for an implementation agent. Knows…

vineetu/simple-host · 128 tokens

connect-domain

Connect a user's own custom domain (subdomain e.g. recipes.brand.com via CNAME, or apex e.g. brand.com via A record) to a site already deployed on simple-host. Use when a user wants their site served from their own domain over HTTPS, or wants sign-in on saves from a page (a domain is what adds sign-in to saves; on the…

vineetu/simple-host · 119 tokens

run-hackathon

Stand up a private Simple Host instance for a hackathon on the organiser's own cloud account, create participant accounts in bulk, hand out their keys, and tear the whole thing down afterwards. Use when someone wants to run a hackathon, a class project showcase, an internal build day or any event where non-technical…

vineetu/simple-host · 102 tokens

craft

Engineering standards for any code work on any stack — writing production code, slicing and reviewing PRs, authoring tests, running gates, merging, and running agent fleets. Load before touching code, not after review flags it.

abhimanyusingh-gh/software-craftsmanship · 47 tokens

personal-voice-capture

Use when a user wants an agent to learn, encode, or improve their personal writing voice as a reusable skill through source-text ingestion and iterative calibration edits.

eranshir/personal-voice-capture · 37 tokens