From agent-knowledge
Cancels running or pending background jobs by job ID using mcp__agent-knowledge__execute tool. Useful for stopping accidental repo indexing, long ops, or freeing resources. Errors if job completed or not found.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Cancel a running or pending background job: **$ARGUMENTS**
Checks status of background jobs including repo cloning, crawling, and indexing. Displays progress bars, phases, file counts for specific job ID or tables of all active jobs.
Cancels active requests or tasks by terminating processes, removing git worktrees with mst.py, syncing plans, and deactivating Maestro mode if idle. Triggered by keywords like 'cancel' or /mst:cancel.
Cancels stuck or orphaned executions interactively, by session/execution ID, or all running/paused sessions using Ouroboros CLI commands.
Share bugs, ideas, or general feedback.
Cancel a running or pending background job: $ARGUMENTS
Parse the job ID from $ARGUMENTS (required)
Use mcp__agent-knowledge__execute tool with command "job:cancel":
Display cancellation result:
✓ Job job_abc123def456 cancelled
Type: clone
Progress: 45% (was indexing)
The job has been stopped and will not continue.
Cancel a job when:
If job cannot be cancelled:
✗ Cannot cancel job job_abc123def456: Job has already completed
Only pending or running jobs can be cancelled.
If job not found:
✗ Job not found: job_abc123def456
Common issues:
- Check the job ID is correct
- Use /agent-knowledge:check-status to see all active jobs
- Job may have already completed and been cleaned up