Full Chinese localization of the planning skill for Claude Code.
Added
- planning-with-files-zh — complete Chinese skill with its own SKILL.md, templates, command, and install path
- Install:
npx skills add OthmanAdi/planning-with-files --skill planning-with-files-zh -g - Command:
/planning-with-files:plan-zh - All planning instructions, rules, error protocols, and decision matrices in Chinese
- Chinese templates for task_plan.md, findings.md, progress.md
- Same file names as English version (hooks are shared)
- Install:
Changed
- Reverted inline Chinese trigger words from English SKILL.md description (PR #108). The proper implementation is now a separate skill.
- Added Chinese install line to Quick Install section in README
Thanks
- @kevinaimonster for PR #108 which started the Chinese localization effort