Background Process

Housekeeping guide for background process tools. You SHOULD load this skill before launching background processes to avoid stale processes, port conflicts, and buffer issues. Examples: - user: "Start the dev server" → load skill, then launch with proper cleanup practices - user: "Run npm run dev" → load skill to verify startup and use meaningful IDs - user: "What background processes have we launched?" → check for duplicate processes, port conflicts

igorwarzocha 02a6e98 2.0 KB Updated

File contents

igorwarzocha/opencode-background-process/tree/main/skills/background-process commit 02a6e984a3

Frequently asked questions

npx skillmds@latest add igorwarzocha/background-process