cancel

Terminate active RCS modes and clean up tmux sessions and state files.

2|Updated May 3, 2026
One-click install
npx skills add https://github.com/JustineDevs/roblox-ai-os --skill cancel-justinedevs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cancel
Source: https://github.com/JustineDevs/roblox-ai-os/tree/main/plugins/roblox-ai-os-creator-skills/skills/cancel
Command: npx skills add https://github.com/JustineDevs/roblox-ai-os --skill cancel-justinedevs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reliable, state-aware mechanism to terminate active RCS workflows, ensuring that system resources are freed and session states are correctly finalized or cleared.

Core Features & Use Cases

  • Intelligent Mode Detection: Automatically identifies the running RCS mode (e.g., Autopilot, Forge, Swarm) and executes the appropriate shutdown sequence.
  • Graceful Cleanup: Performs dependency-aware termination, ensuring linked processes like Ultrawork or Ecomode are cleaned up alongside their parent tasks.
  • Use Case: If an agent swarm or long-running forge process becomes unresponsive or is no longer needed, this skill safely halts all sub-processes, kills associated tmux sessions, and resets the environment to a clean state.

Quick Start

Use the cancel skill to stop the currently active RCS session and clean up all associated temporary files.

Frequently Asked Questions about cancel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop and clean up an unresponsive RCS tmux session?

To stop an unresponsive RCS tmux session, use a state-aware termination mechanism that kills associated sub-processes, manages session-scoped state files, and resets the environment to a clean state.

How does dependency-aware cleanup work when terminating agent workflows?

Dependency-aware cleanup terminates linked processes like Ultrawork or Ecomode alongside their parent tasks, validating state terminalization through protocols that manage process lifecycles across diverse execution environments.

Can I force-reset persistent agent workflows without gracefully shutting them down?

Yes, you can use optional force-reset capabilities to instantly halt persistent agent workflows, bypassing graceful shutdown sequences to clear session-scoped state files and kill tmux-based teams immediately.

What is the best way to manage state files when stopping Autopilot or Forge modes?

The best way to manage state files when stopping Autopilot or Forge modes is through intelligent mode detection that automatically identifies the running RCS mode and executes the appropriate shutdown sequence.

Why do linked processes remain active after killing a parent RCS task?

Linked processes remain active because standard process termination does not handle session-scoped state files; a dependency-aware cleanup protocol is required to ensure linked processes are terminated alongside their parent tasks.