Agento-patronum patronum-list

Show all patterns currently protected by agento-patronum.

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.md
source 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

PatternSourceReason
**/.env
defaultEnvironment 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
    /patronum-suggest
    to get stack-specific recommendations
  • Use
    /patronum-add
    to manually add patterns