mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-18 14:53:05 +08:00
fix(ja-JP): address review feedback and add 5 missing skills
- 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
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
---
|
||||
description: "スキルをスキャンして横断的な原則を抽出し、ルールとして提炼する"
|
||||
description: "スキルをスキャンして横断的な原則を抽出し、ルールとして蒸留する"
|
||||
---
|
||||
|
||||
# /rules-distill — スキルから原則をルールとして提炼する
|
||||
# /rules-distill — スキルから原則をルールとして蒸留する
|
||||
|
||||
インストール済みのスキルをスキャンし、横断的な原則を抽出して、ルールとして提炼します。
|
||||
インストール済みのスキルをスキャンし、横断的な原則を抽出して、ルールとして蒸留します。
|
||||
|
||||
## フロー
|
||||
|
||||
|
||||
Reference in New Issue
Block a user