orchctrl

Manage and inspect cekernel Worker lifecycle and status via CLI.

15|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/clonable-eden/cekernel --skill orchctrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchctrl
Source: https://github.com/clonable-eden/cekernel/tree/main/skills/orchctrl
Command: npx skills add https://github.com/clonable-eden/cekernel --skill orchctrl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to manage and monitor the Workers within the cekernel system, similar to how systemctl manages system services.

Core Features & Use Cases

  • Worker Lifecycle Management: Suspend, resume, terminate, and kill individual Workers.
  • Status Monitoring: Inspect the state, priority, and resource usage of running Workers.
  • Priority Adjustment: Modify Worker priorities to influence scheduling.
  • Use Case: If a Worker is stuck or needs to be temporarily paused, you can use /orchctrl suspend <target> to halt its execution and /orchctrl resume <target> to restart it later.

Quick Start

Use the orchctrl skill to list all running workers.

Frequently Asked Questions about orchctrl

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

FAQPage Schema
How do I manage cekernel workers that are stuck or need to be paused?

You can manage stuck cekernel workers by suspending their execution to temporarily halt the process, then resuming them later to restart. The control interface supports listing, inspecting, suspending, resuming, terminating, and killing individual workers.

Can I monitor the status and resource usage of running cekernel workers?

Yes, worker status monitoring lets you inspect the state, priority, and resource usage of running cekernel workers. You can list all active workers across different sessions and repositories to view their current lifecycle states.

How do I adjust the scheduling priority of a running cekernel worker?

You can adjust cekernel worker priorities by using the priority modification commands to influence task scheduling. This allows you to modify worker priorities dynamically to control how system resources are allocated across active processes.

Does worker lifecycle management work across different sessions and repositories?

Yes, cekernel worker lifecycle management supports controlling and inspecting workers across different sessions and repositories. You can list, suspend, resume, terminate, and kill target workers regardless of their active session or repository context.

What is the best way to permanently stop a cekernel worker process?

The best way to permanently stop a cekernel worker is to use the terminate command for a graceful shutdown or the kill command for immediate termination. Both options remove the worker from the active process pool across sessions and repositories.

Why use a command-line interface for cekernel worker orchestration instead of manual process control?

Using a command-line interface for cekernel worker orchestration provides deterministic task execution via Bash scripts, similar to how systemctl manages system services. It ensures reliable worker lifecycle management, status monitoring, and priority adjustment without manual intervention.