capa
v1.0.0Corrective and Preventive Action (CAPA) process skill. Investigates process failures, researches best practices, fixes the process first, then re-executes to fix the original defect. Includes SQLite tracking database for pattern analysis across incidents.
By Kyle TaborLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 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 capa for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install capa@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/kyletabor/claude_pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is capa/.
Plugin files
├── .claude-plugin/plugin.json└── skills/capa/SKILL.md
Included Skills1
Corrective and Preventive Action process for fixing broken processes. Use when: - A delivered feature doesn't work despite having process skills in place - The same failure pattern recurs (you've seen this before) - "Done" was claimed but it doesn't actually work - A skill or gate failed to fire when it should have - Process was followed on paper but missed reality Trigger: /capa [what's broken], or when user says "figure out why X isn't working", "why did this fail again", "our process didn't catch this", "do a retrospective on X" NOT for: simple bugs (use systematic-debugging), first-time implementation (use dev-process), or design exploration (use brainstorming). CAPA is for when the PROCESS itself failed.
Plugin manifests1
{
"name": "capa",
"version": "1.0.0",
"description": "Corrective and Preventive Action (CAPA) process skill. Investigates process failures, researches best practices, fixes the process first, then re-executes to fix the original defect. Includes SQLite tracking database for pattern analysis across incidents.",
"author": {
"name": "Kyle Tabor",
"url": "https://github.com/kyletabor"
},
"repository": "https://github.com/kyletabor/claude_plugins",
"license": "MIT"
}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.
[capa on Agent Plugins Marketplace](https://pluginsmp.com/plugins/capa)