rules-distill
Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files
Content Preview
--- name: rules-distill description: "Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files" origin: ECC --- # Rules Distill Scan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — appending to existing rule files, revising outdated content, or creating new rule files. Applies the "deterministic collection + LLM judgment" principle: scripts collect facts exhaustively,
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/rules-distill.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/skills/rules-distill/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at skills/rules-distill/SKILL.md
Related Skills
Creating Alerting Rules
This skill enables Claude to create intelligent alerting rules for proactive performance monitoring. It is triggered when the user requests to "create alerts", "define monitoring rules", or "set up alerting". The skill helps define thresholds, routing, and escalation policies, and offers options for
skill-adaptercreating alerting rules
by jeremylongshore · plugins-plus-skills
odoo-security-rules
Expert in Odoo access control: ir.model.access.csv, record rules (ir.rule), groups, and multi-company security patterns.
securityodoosecurityrules
by sickn33 (Antigravity) · antigravity-awesome-skills
semgrep-rule-creator
Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.
securitysemgreprulecreator
by sickn33 (Antigravity) · antigravity-awesome-skills
semgrep-rule-variant-creator
Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.
testingsemgreprulevariant
by sickn33 (Antigravity) · antigravity-awesome-skills