Stats
Actions
Tags
From ecosystem
List all prompt rules (global + project) with their pattern, guidance, and per-session fire status. Use when asked which prompt rules are active, why a rule did or didn't fire, or to debug the prompt-rule-injector hook.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ecosystem:list-prompt-rulesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```!
bash -c '
source "${CLAUDE_PLUGIN_ROOT}/scripts/lib/validate-path.sh"
source "${CLAUDE_PLUGIN_ROOT}/scripts/lib/prompt-rules.sh"
prompt_rules_list_table "${CLAUDE_SESSION_ID}" "$(pwd)"
'
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub onlooker-community/ecosystem --plugin inspector