no-polling-agents by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill no-polling-agents启动并行后台代理时,请勿使用睡眠循环进行轮询。
后台代理在完成时会写入状态文件。自然地等待它们即可。
run_in_background: true 启动代理sleep 10 && cat status.txt// 启动代理
Task({ ..., run_in_background: true })
Task({ ..., run_in_background: true })
// 继续其他工作或对话
// 代理完成后会写入状态文件
// 仅在需要时检查
cat .claude/cache/status.txt
用户反馈:“你可以等到所有人都通知你”
每周安装量
194
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
代码仓库
GitHub 星标数
3.6K
首次出现
2026年1月22日
安全审计
安装于
opencode189
codex187
gemini-cli185
cursor185
github-copilot182
amp179
When launching parallel background agents, do NOT poll with sleep loops.
Background agents write to status files when complete. Wait for them naturally.
run_in_background: truesleep 10 && cat status.txt in loops// Launch agents
Task({ ..., run_in_background: true })
Task({ ..., run_in_background: true })
// Continue with other work or conversation
// Agents will write to status file when done
// Only check when needed
cat .claude/cache/status.txt
User feedback: "You can just wait until everyone pings you"
Weekly Installs
194
Repository
GitHub Stars
3.6K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode189
codex187
gemini-cli185
cursor185
github-copilot182
amp179
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
157,400 周安装