no-polling-agents

Community

Efficiently manage background agents.

Authorparcadei
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents inefficient polling loops when waiting for background agents to complete their tasks, saving computational resources and improving execution flow.

Core Features & Use Cases

  • Asynchronous Task Management: Allows agents to run in the background without blocking the main execution thread.
  • Status File Monitoring: Agents signal completion by writing to status files, which can be checked only when necessary.
  • Use Case: When multiple agents are launched to perform independent tasks (e.g., data fetching, file processing), this Skill ensures the system doesn't waste cycles constantly checking if they are done, only checking when their output is required or the user inquires.

Quick Start

Let background agents complete their tasks and check their status files only when you need their results.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: no-polling-agents
Download link: https://github.com/parcadei/Continuous-Claude-v3/archive/main.zip#no-polling-agents

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.