원클릭으로
pi-tmux-task
pi-tmux-task에는 ttttmr에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use this skill whenever work should keep running without blocking the current conversation, including starting, rerunning, inspecting, stopping, delaying, scheduling, cleaning up, or following up on background tasks. Use for dev servers, watch commands, long scans/builds/tests, log tails, delayed reminders, recurring checks, and parallel subtasks that should continue while the agent works. Do not use for generic tmux questions or short foreground commands.
Use tmux for non-blocking project tasks. Reuse the injected PI_TMUX_SESSION when available, fall back to ./tmux-session-name.sh if needed, run one logical task per named tmux window, and interpret tmux-task notifications that include both window id and name.
Use this skill whenever work in the current project should keep running without blocking the conversation: dev servers, watch commands, long scans, log tails, monitoring loops, or parallel subtasks. Reuse PI_TMUX_SESSION when available, fall back to ./tmux-session-name.sh when it is missing, keep one logical task per meaningfully named tmux window, and handle restarts, inspection, and task-state notifications consistently.