What problem does it solve?
This Skill eliminates the risk of AI coding agent loops blocking indefinitely on slow tool calls, which wastes compute and delays task completion by enforcing a hard time limit for every agent turn.
Core Features & Use Cases
- Shark Pattern Compliance: Enforces the core Shark Pattern rule that no agent turn exceeds a configurable time limit, keeping the main agent reasoning without waiting for slow operations.
- Flexible Configuration: Lets you set custom maximum loop counts and per-turn timeout durations via simple command arguments to match your task's complexity.
- Use Case: When running long-running coding tasks like code generation, debugging, or test execution with supported LLM agents, this Skill ensures the agent never stalls, keeping runtime efficient and predictable.
Quick Start
Use the shark-loop skill to run your coding agent task with a 25-second per-turn timeout and 50 maximum loops to prevent blocking on slow operations.