verify-with-controls
Controls before a zero or absent reading, an alarming finding, a success claim, or stillness becomes a conclusion: evidence-bearing probes, positive and negative controls, second derivations, postconditions over logs, and a re-measure at the moment of sending.
By Vivswan ShahLicense: SEE LICENSE IN LICENSE.md1 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 0 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 verify-with-controls for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add verify-with-controls@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/Vivswan/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skills/verify-with-controls/.
Plugin files
└── .codex-plugin/plugin.json
Plugin manifests1
{
"name": "verify-with-controls",
"description": "Controls before a zero or absent reading, an alarming finding, a success claim, or stillness becomes a conclusion: evidence-bearing probes, positive and negative controls, second derivations, postconditions over logs, and a re-measure at the moment of sending.",
"author": {
"name": "Vivswan Shah",
"email": "[email protected]",
"url": "https://vivswan.github.io/"
},
"homepage": "https://github.com/Vivswan/skills/tree/main/skills/verify-with-controls",
"repository": "https://github.com/Vivswan/skills",
"license": "SEE LICENSE IN LICENSE.md",
"keywords": [
"agent-skills",
"verification",
"measurement",
"controls",
"epistemics",
"plugin-ready"
],
"skills": "./",
"interface": {
"displayName": "Verify With Controls",
"shortDescription": "No conclusion from an uncontrolled reading.",
"longDescription": "Fires when an agent is about to report a zero or absent reading, an alarming finding, a success claim, or stillness from a probe or status read, and holds the reading to six controls: evidence-or-error probes, a positive control before any trusted zero, a second derivation for alarming readings, postconditions over logs, two observations then a re-measure before sending, and a negative control proving every checker can fail.",
"developerName": "Vivswan",
"category": "Developer Tools",
"capabilities": [
"Read",
"Bash",
"Verify"
],
"websiteURL": "https://github.com/Vivswan/skills/tree/main/skills/verify-with-controls",
"defaultPrompt": [
"Before you report that zero, run a positive control through the same instrument.",
"The tool said success; verify the postcondition, not the log.",
"Has this checker ever been seen failing?"
],
"brandColor": "#1D4ED8"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[verify-with-controls on Agent Plugins Marketplace](https://pluginsmp.com/plugins/verify-with-controls)