AgentSkillsCN

pause

暂时禁用 ALM 评估与操作手册注入功能。

SKILL.md
--- frontmatter
name: pause
description: Temporarily disable ALM evaluation and playbook injection.
disable-model-invocation: true
user-invocable: true

ALM Pause

Disable ALM evaluation and injection until the user runs /alm:resume.

Instructions

  1. Read ~/.claude/alm/state.json
  2. Set paused to true
  3. Write the updated state back to ~/.claude/alm/state.json
  4. Output exactly: [ALM] Paused. Evaluation and injection are disabled. Use /alm:resume to re-enable.

If ~/.claude/alm/state.json does not exist, create it with {"paused": true}.

If ALM is already paused, output: [ALM] Already paused. Use /alm:resume to re-enable.