loop
loop enables recurring agent prompts at set intervals (e.g. /loop 5m) for monitoring, polling, and iterative tasks.
Run prompts on recurring or variable intervals within a session.
What this skill does
Try saying this
Copy a prompt into your agent to trigger this skill.
Help me with recurring checks Help me with polling workflows Help me with interval-based automation Topics
Platforms
Install
CLI install
npx skills add https://github.com/cursor/skills-cursor/tree/main/loop Manual install
~/.cursor/skills/loop/ Resources
Source
https://github.com/cursor/skills-cursor/tree/main/loopRelated Skills
babysit automates PR babysitting: triage review comments, fix CI failures, and resolve merge conflicts until the PR is merge-ready.
Can help with
- →PR needs attention
- →CI is failing
sdk skill covers Cursor SDK integration for running agents from scripts, CI pipelines, and backend services using @cursor/sdk.
Can help with
- →Cursor SDK integration
- →Programmatic agents
split-to-prs helps break monolithic changes into logically separated PRs with clear scope and reviewable diffs.
Can help with
- →Large uncommitted changes
- →Split branch into PRs
automate guides creation of Cursor Automations with triggers, schedules, and repeatable agent workflows.
Can help with
- →Creating automations
- →Scheduled agent tasks