ecc-skill-defer
Installation
SKILL.md
/ecc-skill-defer — ECC Skill 漸進式載入管理
管理 ECC skills 的 defer/restore 狀態,減少 init token 消耗。
Instructions
Run the script at this skill's directory: ecc-skill-defer/ecc-skill-defer.sh (relative to the skills repo root), or the installed copy at ~/.claude/scripts/ecc-skill-defer.sh.
Available commands
| Command | Description |
|---|---|
status |
Show active/deferred counts |
list |
Show all skills with their status |
apply |
Defer skills listed in config (use after ECC update) |
restore <name> |
Activate a single deferred skill |
restore --all |
Restore all deferred skills |
apply --reason "<text>" |
Defer with explicit reason logged to DEFER_LOG.md |