Dejavu status
Quick status check for dejavu. Use when user asks "dejavu status", "how's dejavu doing".From its SKILL.md
npx -y skills add cmg8431/claude-dejavu --skill dejavu-statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `claude-dejavu stats --path "$(pwd)"`.
SKILL.md
0.7 KB, 157 tokens by cl100k_base, as published. Nobody here has run it
claude-dejavu: Quick Status
You are providing a quick inline status check for claude-dejavu.
Steps
- Run the stats command:
claude-dejavu stats --path "$(pwd)"
- Present the output inline in a compact format. No need for a full report -- just show the key numbers:
- Total rules (active / proposed / dead)
- Total fires
- Last scan time
- Overall health (good/fair/needs attention)
Keep it to 3-5 lines. Example:
dejavu: 6 rules (5 active, 1 proposed) | 12 fires | last scan: 2h ago | health: good
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.