e58234eaf9149a512f27d7bacbcc78dfebba9937
## Why Two issues were found in `validate-provenance.sh` by `/skill-audit`: 1. `find_plugin_root` only walked up looking for bare `plugin.json`, missing the `.claude-plugin/plugin.json` layout used by kyberforge plugins — matching the logic already present in `validate.sh`. 2. Check numbers in `--help` and inline comments had a gap (0,1,2,4,5,6) from a previously removed check, making the numbering confusing to readers. ## Implementation Notes Check numbers renumbered sequentially 0–5 in both the `--help` output block and the inline `# --- Check N:` comments. The `find_plugin_root` condition now mirrors the `detect_scope` function in `validate.sh`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0147vXtL5sP6vorDdqXGJJU9
Description
AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.
Releases
3
Languages
Shell
89.7%
Python
6.3%
HTML
3.7%
JavaScript
0.3%