refactor: collapse legacy command bodies into skills

This commit is contained in:
Affaan Mustafa
2026-04-01 02:25:42 -07:00
parent 6833454778
commit 975100db55
19 changed files with 630 additions and 702 deletions

View File

@@ -1,11 +1,20 @@
---
description: "Scan skills to extract cross-cutting principles and distill them into rules"
description: Legacy slash-entry shim for the rules-distill skill. Prefer the skill directly.
---
# /rules-distill — Distill Principles from Skills into Rules
# Rules Distill (Legacy Shim)
Scan installed skills, extract cross-cutting principles, and distill them into rules.
Use this only if you still invoke `/rules-distill`. The maintained workflow lives in `skills/rules-distill/SKILL.md`.
## Process
## Canonical Surface
Follow the full workflow defined in the `rules-distill` skill.
- 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.