Skip to main content
Back to registry

no-polling-agents

parcadei/continuous-claude-v3

When launching parallel background agents, do NOT poll with sleep loops.

Installs157
Install command
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill no-polling-agents
About this skill
When launching parallel background agents, do NOT poll with sleep loops. Background agents write to status files when complete. Wait for them naturally. User feedback: "You can just wait until everyone pings you" - Launch agents with run_in_background: true - Continue with other work while agents run - Check status file only when user asks or when you need results to proceed - Trust the agent completion system - Run sleep 10 && cat status.txt in loops - Continuously poll for completion - Waste tokens checking status repeatedly - Block on agents unless absolutely necessary - User explicitly asks "are they done?" - You need agent output to proceed with next task - Significant time has passed and user is waiting

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does no-polling-agents do?

When launching parallel background agents, do NOT poll with sleep loops.

Is no-polling-agents good?

no-polling-agents does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does no-polling-agents work with?

no-polling-agents currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to no-polling-agents?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install no-polling-agents?

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill no-polling-agents

Related skills

More from parcadei/continuous-claude-v3

Related skills

Alternatives in Software Engineering