What is plugin-validator?
Validate plugin structure and silent failures. TRIGGERS - plugin validation, check plugin, hook audit. Source: terrylica/cc-skills.
Validate plugin structure and silent failures. TRIGGERS - plugin validation, check plugin, hook audit.
Quickly install plugin-validator AI skill to your development environment via command line
Source: terrylica/cc-skills.
Critical Rule: All hook entry points MUST emit to stderr on failure.
| Shellcheck | hooks/.sh | SC2155, SC2086, etc. | | Silent bash | hooks/.sh | mkdir\|cp\|mv\|rm\|jq without if ! | | Silent Python | hooks/.py | except.: pass without stderr |
| plugins//hooks/.sh | Entry point | MUST emit to stderr | | plugins//hooks/.py | Entry point | MUST emit to stderr | | plugins//scripts/.sh | Utility | Fallback behavior OK | | plugins//scripts/.py | Utility | Fallback behavior OK |
Validate plugin structure and silent failures. TRIGGERS - plugin validation, check plugin, hook audit. Source: terrylica/cc-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/terrylica/cc-skills --skill plugin-validatorValidate plugin structure and silent failures. TRIGGERS - plugin validation, check plugin, hook audit. Source: terrylica/cc-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill plugin-validator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/terrylica/cc-skills