Stats
Actions
Tags
From tail
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tail:processesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage background sub-processes using the `tail:` MCP tools.
Manage background sub-processes using the tail: MCP tools.
tail:start_process launches a command in the backgroundtail:tail_logs or tail:read_logs to watch outputtail:kill_process sends a signal (SIGTERM by default)tail:restart_process stops and re-launchestail:remove_process removes from the managed list"api-server" or "webpack".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.npx claudepluginhub fingerskier/claude-plugins --plugin tailBuilds a throwaway prototype to answer a design question about UI appearance or state/logic behavior. Guides you through two branches: interactive terminal app for logic validation, or multiple UI variations for visual exploration.