worktree-task-plugin
Run large coding tasks in isolated background worktrees
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install worktree-task-plugin?โผ
Run `npx skills add ourines/worktree-task-plugin --all -g -y` in your terminal to install the skill globally.
How to run large coding tasks in the background?โผ
Use the launch command to spawn an autonomous coding session in a separate git worktree and tmux session, so your main session stays free for other work.
What happens if a background task hits a rate limit?โผ
A built-in background monitor automatically detects rate limits, API errors, and timeouts, then resumes the task without any manual intervention.
Does it work with Codex as well as Claude Code?โผ
Yes. You can switch backends with the --codex flag or pass any custom command using --agent-cmd when launching a task.
Can it resolve git merge conflicts automatically?โผ
Yes. The merge and rebase commands spawn a dedicated session that resolves conflicts in the worktree for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core