Non-Blocking Execution
CommunityRun long-lived processes without blocking agents.
Authorseanspiesman
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Long-running processes like servers, watchers, and long builds can block AI agent execution, causing delays and stalled workflows. This Skill provides a pattern to run these tasks asynchronously so the agent remains responsive.
Core Features & Use Cases
- Use the WaitMsBeforeAsync parameter to detach long-running commands after startup.
- Verify background processes with a completion/status check and safe termination when needed.
- Handles common blockers, errors, and recovery steps in development automation.
Quick Start
Use run_command with WaitMsBeforeAsync to start a long-running server in the background and immediately regain control.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Non-Blocking Execution Download link: https://github.com/seanspiesman/Agents-and-Workflows/archive/main.zip#non-blocking-execution Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.