Agent Plugins Marketplace
All plugins

verification

v0.1.3

Evidence discipline. Includes 2 skills.

Claude Code2 Skills

By Damien Dagnet0 GitHub starsUpdated 42 minutes ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 3, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install verification for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install verification@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/damson/hard-won-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/verification/.

Plugin files

plugins/verification/
├── .claude-plugin/plugin.json
├── skills/prove-the-check-can-fail/SKILL.md
└── skills/verify-dependency-behaviour/SKILL.md

Included Skills2

prove-the-check-can-failskills/prove-the-check-can-fail/SKILL.md

Use when adding or relying on a test, assertion, screenshot golden, lint rule or CI step meant to catch something, before trusting it or reporting it as coverage. Also fire when wiring a check into CI, when a check passes on its first run having never been seen red, or when the user asks "does that actually test anything" / "is that really covered". Do NOT fire for test-driven work, where the test was already seen failing before the fix.

verify-dependency-behaviourskills/verify-dependency-behaviour/SKILL.md

Use when about to state or rely on how a third-party JVM/Android library behaves — a default value, whether a field is omitted or null, which branch a task takes — and the docs are absent, ambiguous, or the naming suggests something the code may not do. Fire when a plan says "set X to its strict value" without evidence X is not already strict, when a field's name and its type disagree, or when a check passes and you cannot say which comparison it made. Do NOT fire when the behaviour can be run and observed — run it.

Plugin manifests1

plugins/verification/.claude-plugin/plugin.json
{
  "name": "verification",
  "version": "0.1.3",
  "description": "Evidence discipline",
  "author": {
    "name": "Damien Dagnet"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[verification on Agent Plugins Marketplace](https://pluginsmp.com/plugins/verification)