awf-adaptive-language
Installation
SKILL.md
AWF Adaptive Language
Tự động điều chỉnh ngôn ngữ kỹ thuật theo trình độ user.
Trigger Conditions
Pre-hook for ALL workflows - Activates at session start.
Check preferences:
if exists(".brain/preferences.json"):
→ Read technical_level
else if exists("~/.antigravity/preferences.json"):
→ Read global technical_level
else:
→ Default: "basic"