AI SummaryIf no interval is specified, the default interval is 10 minutes. The loop stops automatically when any of the following occur: 1. Maximum iteration count (100) is reached
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Loop Skill" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/loop && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/loop/SKILL.md "https://raw.githubusercontent.com/popup-studio-ai/bkit-gemini/main/skills/loop/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
bkit Vibecoding Kit for Gemini CLI - PDCA + AI-native development
Usage
` /loop 5m pdca status /loop 10m analyze user-auth /loop 1h git log --oneline -5 /loop check build status `
Loop Skill
> Run a prompt or command on a recurring interval. Useful for monitoring, polling, or periodic checks.
Interval Format
| Format | Meaning | Example | |--------|---------|---------| | Nm | Every N minutes | 5m = every 5 minutes | | Nh | Every N hours | 1h = every 1 hour | | Ns | Every N seconds | 30s = every 30 seconds | | (none) | Default 10 minutes | /loop check status | If no interval is specified, the default interval is 10 minutes.
Safety Limits
• Maximum iterations: 100 (hard safety limit, non-configurable) • Minimum interval: 10 seconds (prevents accidental tight loops) • Timeout: Each individual command execution has a 5-minute timeout
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster