askill
processes

processesSafety 80Repository

Manage background processes and sub-processes. Start, stop, restart, and list running applications. Use when launching servers, running builds, managing background tasks, or controlling sub-processes.

0 stars
1.2k downloads
Updated 2/15/2026

Package Files

Loading files...
SKILL.md

Processes - Background Process Management

Manage background sub-processes using the tail: MCP tools.

Process Lifecycle

  1. Start -- tail:start_process launches a command in the background
  2. Monitor -- tail:tail_logs or tail:read_logs to watch output
  3. Stop -- tail:kill_process sends a signal (SIGTERM by default)
  4. Restart -- tail:restart_process stops and re-launches
  5. Clean up -- tail:remove_process removes from the managed list

Tips

  • Each process gets an id (auto-generated or custom). Use meaningful ids like "api-server" or "webpack".
  • Logs persist even after a process exits, so you can inspect crash output.
  • read_logs tracks a cursor -- it only returns lines you haven't seen. Use it for streaming.
  • tail_logs always returns the last N lines regardless of what you've already read.
  • restart_process clears old logs and re-runs the original command.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

65/100Analyzed 2/22/2026

Decent skill document covering process lifecycle with structured steps and tool references. Has clear organization, useful tips, and proper metadata. Lacks concrete examples and parameter details which reduces actionability. Not internal-only - generic enough for reuse with tail: MCP tools.

80
75
50
55
60

Metadata

Licenseunknown
Version-
Updated2/15/2026
Publisherfingerskier

Tags

api