ourinesourinesCommunityยท1 Agent Skills Included

worktree-task-plugin

Run large coding tasks in isolated background worktrees

Launches autonomous coding sessions in separate git worktrees via tmux, keeping your main session free. Automatically detects and recovers from rate limits, API errors, and timeouts without manual babysitting. Monitors progress, sends completion alerts, and resolves merge or rebase conflicts automatically. Cleans up finished sessions and worktrees to keep your repository tidy.
npx skills add ourines/worktree-task-plugin --all -g -y
Available:

Explains the plugin architecture, script commands, and hook system so the agent knows how to launch, monitor, resume, and clean up background worktree tasks.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’