showmewhy
Verify material agent claims, surface unresolved human verification gaps, detect when new evidence changes an earlier conclusion or assumption, and retain inspectable local evidence and provenance in Claude Code.
By Vishnu PrashanthLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 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 showmewhy for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install showmewhy@agent-plugin-marketplacePaste 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/vishnu-77/showmewhyClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/showmewhy/SKILL.md
Included Skills1
Verify a fresh answer or completed agent result, independently settle material claims where possible, surface only the smallest remaining verification gap, and detect when new evidence changes an earlier conclusion or relied-upon assumption.
Plugin manifests1
{
"name": "showmewhy",
"description": "Verify material agent claims, surface unresolved human verification gaps, detect when new evidence changes an earlier conclusion or assumption, and retain inspectable local evidence and provenance in Claude Code.",
"author": {
"name": "Vishnu Prashanth",
"url": "https://github.com/vishnu-77"
},
"homepage": "https://github.com/vishnu-77/showmewhy",
"repository": "https://github.com/vishnu-77/showmewhy",
"license": "MIT",
"keywords": [
"agent-skills",
"verification",
"provenance",
"evidence",
"claim-verification",
"context-delta",
"context-compression",
"claude-code"
]
}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.
[showmewhy on Agent Plugins Marketplace](https://pluginsmp.com/plugins/showmewhy)