Delegates to rules-distill skill for rules inventory, cross-read analysis, and verdict workflow (legacy slash command compatibility shim).
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:rules-distillThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Rules Distill (Legacy Shim) Use this only if you still invoke `/rules-distill`. The maintained workflow lives in `skills/rules-distill/SKILL.md`. ## Canonical Surface - Prefer the `rules-distill` skill directly. - Keep this file only as a compatibility entry point. ## Arguments `$ARGUMENTS` ## Delegation Apply the `rules-distill` skill and follow its inventory, cross-read, and verdict workflow instead of duplicating that logic here.
Use this only if you still invoke /rules-distill. The maintained workflow lives in skills/rules-distill/SKILL.md.
rules-distill skill directly.$ARGUMENTS
Apply the rules-distill skill and follow its inventory, cross-read, and verdict workflow instead of duplicating that logic here.
npx claudepluginhub mit-network/everything-claude-code/rules-distillScans installed skills to extract cross-cutting principles and distills them into rules.
/rulesLoads and executes Hypo-Workflow skill instructions for rule management, enforcing strict question-asking discipline and DeepSeek tool calling rules.
/audit-rulesAudits .claude/rules/ files across enforceability, token efficiency, conflict detection, and correctness risk dimensions. Supports --full and --mini depth flags.
/rulebook-skillManages Rulebook skills for the current project: list available or enabled skills, add or remove by ID, show details, or search by query.
/bulletproof-skillAnalyzes skill files for loopholes, rationalizations, vague language, and red flags, generating reports, counter tables, fix suggestions, and severity ratings. Supports --check, --interactive, --report flags.
/CLAUDEScans recent user messages for behavioral signals to auto-propose hookify rules (/hookify). Lists (/list) and configures (/configure) rules in .claude/hookify.*.local.md files.