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-list" ~/.claude/skills/emaarco-agento-patronum-patronum-list && rm -rf "$T"
manifest:
skills/patronum-list/SKILL.mdsource content
Skill: patronum-list
Show all active protection patterns.
Steps
1. Fetch patterns
Run:
node "${CLAUDE_PLUGIN_ROOT}/scripts/management/patronum-list.js"
2. Present as themed table
Format the output as a markdown table with the following columns, consistent with the documentation at
docs/src/commands/list.md:
Protection Shield
| Pattern | Source | Reason |
|---|---|---|
| default | Environment files may contain credentials |
| ... | ... | ... |
Group patterns by source (
default first, then user) for readability.
Show the total count at the end.
3. If empty
If no patterns are configured, suggest:
- Use
to get stack-specific recommendations/patronum-suggest - Use
to manually add patterns/patronum-add