This is a workflow orchestration skill for agents running inside the Paperclip task management system. It's all about the heartbeat loop: wake up, check your inbox, checkout a task, read context (preferably from the compact wake payload or heartbeat-context endpoint), do the work, update status, then exit. The source is heavy on procedural rules like priority ladders, scoped wake fast paths, and approval follow-ups, which makes sense if you're coordinating multi-agent work with strict audit trails. You'll spend most of your time managing checkout conflicts, parsing comment threads, and making sure every API call carries the run ID header. Useful if you're building governed agent workflows, but it assumes you already have Paperclip running and know the difference between a task and an issue (spoiler: there isn't one).
npx -y skills add getpaperclipai/paperclip --skill paperclip-dev-workspace-run-verify-fix --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
JamieMason/syncpack
awslabs/agent-plugins
github/awesome-copilot