Agent skill
cancel
取消当前活跃的 oh-my-ccg 模式
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cancel-1molchuan-oh-my-ccg
SKILL.md
Cancel Active Modes
Cancel all active oh-my-ccg orchestration modes.
Steps
-
Read all state files in
.oh-my-ccg/state/:ralph-state.jsonteam-state.jsonautopilot-state.json
-
For each active mode:
- Set
active: false - Record cancellation timestamp
- Save updated state
- Set
-
If Team mode was active:
- Send shutdown_request to all teammates
- Wait for acknowledgments
- Clean up team resources
-
Report what was cancelled:
Cancelled modes:
✅ Ralph (was at iteration 3/10)
✅ Team (was running with 3 workers)
— Autopilot was not active
- Note: RPI state is preserved (not cancelled). Use
/oh-my-ccg:initto reset RPI state.
Force Mode
If --force flag is present, delete all state files completely rather than marking inactive.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?