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.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub fingerskier/claude-plugins --plugin tail