Passive Status banner
Luispitik Luispitik

Passive Status

Development community

Description

# /passive-status -- Passive Rules Dashboard > Show which passive rules are active, which fire most often, > and which have never fired (candidates for removal). --- ## Trigger Run with `/passive-status` or "show passive rules". --- ## Process 1. Read `~/.claude/skills/_passive-rules.json` 2. For each rule, check usage stats 3. Sort by fire count descending 4. Display dashboard --- ## Dashboard Format ``` PASSIVE RULES STATUS Active rules: 6 Total fires this month: 127 Token ove

Installation

Installs to ~/.claude/skills/luispitik-sinapsis-passive-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/luispitik-sinapsis-passive-status && curl -fsSL https://raw.githubusercontent.com/Luispitik/sinapsis/HEAD/commands/passive-status.md -o ~/.claude/skills/luispitik-sinapsis-passive-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository