This is a wrapper for spawning Claude Code, Codex, Pi, or OpenCode agents as background bash processes so they can handle longer coding tasks without blocking your main thread. You give it a task, it spins up the agent in the background, and the worker sends you a notification when it's done. The docs are very explicit about PTY requirements (Codex/Pi/OpenCode need it, Claude Code doesn't) and hammers home that you must inject notification routes into the worker prompt because heartbeat and system events aren't reliable here. Best for feature builds, PR reviews in temp worktrees, or refactoring work where the agent needs to explore files and iterate. Skip it for quick edits or anything in the main clawd workspace.
npx -y skills add steipete/clawdis --skill coding-agent --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot