rules-distill

Inventory installed skills and generate structured rule candidates with verdicts.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cescrafli/compyrasion --skill rules-distill-cescrafli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rules-distill
Source: https://github.com/cescrafli/compyrasion/tree/main/skills/rules-distill
Command: npx skills add https://github.com/cescrafli/compyrasion --skill rules-distill-cescrafli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill scans installed skills to identify overlapping principles and distill them into actionable rules that guide behavior and policy, reducing duplication and drift across the skill set.

Core Features & Use Cases

  • Inventory installed skills and extract cross-cutting principles.
  • Cluster skills by themes, apply cross-reading analysis, and propose rule changes or new rule files.
  • Maintain a traceable audit trail with clear verdicts (Append / Revise / New File / New Section) and structured outputs.

Quick Start

Run the rules-distill workflow to inventory installed skills, extract shared principles, and generate actionable rule candidates.

Frequently Asked Questions about rules-distill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract shared principles across installed skills?

Extract shared principles across installed skills by running a workflow that inventories all skill contents, clusters them by theme, and applies cross-reading analysis to identify overlapping patterns. This generates candidate rules with clear verdicts.

How do I distill cross-skill insights into concrete rules?

Distill cross-skill insights into concrete rules by performing deterministic collection of skill contents via scripts, then relying on LLM judgment to generate verdicts. The output is structured rule files with actionable policy changes.

What is cross-skill analysis for rule management?

Cross-skill analysis for rule management is the process of exhaustively inventorying installed skills to identify cross-cutting principles, reducing duplication and drift across the skill set. It clusters skills by themes to propose rule changes.

Does this rule distillation workflow require jq?

Yes, this rule distillation workflow requires jq as a dependency to ensure deterministic collection and parsing of skill contents. The LLM judgment handles the verdicts, while jq structures the data extraction.

What verdicts does cross-skill analysis generate for policy automation?

Cross-skill analysis generates policy automation verdicts such as Append, Revise, New File, or New Section. These verdicts maintain a traceable audit trail for proposed rule changes extracted from shared principles.

When should I not use LLM judgment for rule distillation?

You should not use LLM judgment for rule distillation if your installed skills lack overlapping themes or if deterministic collection via scripts fails to parse your skill contents. The process relies on finding cross-cutting principles.