mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 13:21:15 +08:00
- Fix Chinese term '提炼' → '蒸留' in commands/rules-distill.md - Fix '重大な所見' (Critical→重大) in agents/opensource-sanitizer.md - Fix non-transactional persistence in swift-actor-persistence/SKILL.md: add rollback logic so cache stays consistent if disk write fails - Clarify anti-pattern wording: 'configurable file URL' → 'externally mutable after init' to remove internal inconsistency (P2) - Fix broken relative link in videodb/reference/api-reference.md: ../../../../../skills/... → ./editor.md - Add 5 previously missing SKILL.md translations: skill-scout, tinystruct-patterns, ui-to-vue, vite-patterns, windows-desktop-e2e
12 lines
429 B
Markdown
12 lines
429 B
Markdown
---
|
|
description: "スキルをスキャンして横断的な原則を抽出し、ルールとして蒸留する"
|
|
---
|
|
|
|
# /rules-distill — スキルから原則をルールとして蒸留する
|
|
|
|
インストール済みのスキルをスキャンし、横断的な原則を抽出して、ルールとして蒸留します。
|
|
|
|
## フロー
|
|
|
|
`rules-distill` スキルで定義された完全なワークフローに従います。
|