dot_claude/skills/interrupt/SKILL.md
Delegate an interrupt task to a background agent in an isolated worktree. The main session continues uninterrupted. The agent implements, commits, pushes, and creates a PR. Use when a quick fix or small task needs to happen without losing current context.
npx skillsauth add paveg/dots interruptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Delegate a task to a background agent running in an isolated git worktree. Your current session stays uninterrupted.
Input: $ARGUMENTS
$ARGUMENTS is empty or vague, ask the user to clarify the taskfix/ or feat/ based on task natureLaunch an Agent with these parameters:
isolation: "worktree" — runs in a fresh worktree copyrun_in_background: true — does not block the main sessiondescription — short summary (3-5 words)The agent prompt MUST include:
gh pr createmain)Example agent prompt structure:
You are working in an isolated git worktree. Your task:
{task description}
Steps:
1. Understand the codebase context (read CLAUDE.md, explore relevant files)
2. Create a new branch: {branch-name}
3. Implement the fix/feature with minimal, focused changes
4. Commit with a descriptive message
5. Push the branch: git push -u origin {branch-name}
6. Create a PR: gh pr create --title "{title}" --body "{body}"
7. Report the PR URL as your final output
After launching the agent:
wt ls to see active worktrees if they want to check on itWhen the background agent completes:
wt rm {name} or let the worktree auto-cleanupdevelopment
Iteratively improve agent-facing text instructions (skills, slash commands, task prompts, CLAUDE.md sections, code-generation prompts) by having a bias-free executor run them and evaluating from both sides (executor self-report + caller-side metrics). Repeat until improvement plateaus. Use immediately after creating or significantly revising a skill/prompt, or when unexpected agent behavior is suspected to stem from ambiguous instructions.
development
Create viral X/Twitter posts based on the official X algorithm (Phoenix/Grok). Generates and improves posts optimized for maximum engagement. Use when (1) creating X posts for products, services, or information, (2) improving existing post drafts, (3) designing thread structures for long content.
development
UI design quality standards and principles for frontend implementation and code review. Use when (1) implementing UI from design specs or mockups, (2) reviewing frontend/UI code, (3) creating new UI components, (4) building user interfaces for web or mobile apps. Complements frontend-design skills with quality enforcement.
testing
End-to-end workflow for finding content, app, service, or product opportunities where search demand is high but quality supply is low (trend arbitrage). Use when: finding content gaps, keyword opportunities, niche research, analyzing whether a topic or idea is worth pursuing, or competitive gap analysis.