Agento-patronum patronum-verify

Run agento-patronum self-test to verify hook enforcement is working.

install
source · Clone the upstream repo
git clone https://github.com/emaarco/agento-patronum
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/emaarco/agento-patronum "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/patronum-verify" ~/.claude/skills/emaarco-agento-patronum-patronum-verify && rm -rf "$T"
manifest: skills/patronum-verify/SKILL.md
source content

Skill: patronum-verify

Run the agento-patronum self-test.

Steps

  1. Run:
    node "${CLAUDE_PLUGIN_ROOT}/scripts/management/patronum-verify.js"
  2. Present the results to the user.
  3. If any tests fail, help the user diagnose the issue:
    • Check if
      node
      is available
    • Check if
      ~/.claude/patronum.json
      exists and is valid JSON
    • Suggest running setup again if files are missing