dots-workstation-loop-runner

Automate loop operations in AI coding sessions via the ai-workspace bin/loop CLI.

2|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill dots-workstation-loop-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dots-workstation-loop-runner
Source: https://github.com/ulises-jeremias/agentic-workstation/tree/main/home/dot_local/share/agentic-workstation/skills/dots-workstation-loop-runner
Command: npx skills add https://github.com/ulises-jeremias/agentic-workstation --skill dots-workstation-loop-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ai-workspace, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill addresses the complexity of loop engineering by automating the execution and management of recursive, autonomous processes in AI coding sessions.

Core Features & Use Cases

  • Loop Initialization: Scaffold new loops from a starter pattern.
  • Loop Execution: Run loop iterations and manage process execution.
  • Loop Status: Display all loops with details on tier, cadence, and last run.
  • Loop Cost Estimation: Calculate token cost for expensive loops.
  • Loop Sync: Push escalations to knowledge/todos.
  • Use Case: A developer can initiate a loop to run a series of code reviews, where each iteration is a step in the review process, with the ability to audit past runs and estimate costs.

Quick Start

Run the loop to initiate the code review process with the loop init <pattern> command.

Frequently Asked Questions about dots-workstation-loop-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recursive AI coding sessions with loop engineering?

You can automate loop engineering by running `loop init <pattern>` to scaffold a new loop, which manages recursive AI coding iterations through the ai-workspace bin/loop CLI. This handles state management, safety gates, cost budgets, and rollout tiers for each iteration.

What is loop engineering for autonomous code generation?

Loop engineering orchestrates recursive, autonomous processes in AI coding sessions by running sequential iterations from a starter pattern. It allows developers to execute tasks like automated code reviews while auditing past runs and calculating token costs for expensive loops.

Do I need Python 3 and ai-workspace to run loop operations?

Yes, you need both Python 3 and ai-workspace installed to manage loop operations. The skill wraps the ai-workspace bin/loop CLI to handle execution, state management, cost estimation, and safety gates for your autonomous coding iterations.

How do I estimate token cost for expensive AI coding loops?

You can calculate token costs for expensive loops using the built-in loop cost estimation feature. This monitors the budget constraints of your autonomous AI coding sessions by projecting the token expenditure required for recursive loop iterations.

What's the best way to track the status of autonomous coding loops?

The best way to track autonomous coding loops is using the loop status feature, which displays all active loops with details on their tier, cadence, and last run. This provides visibility into the state and progress of your recursive AI coding iterations.

Can I push escalations from loop engineering to my todos?

Yes, you can use the loop sync feature to push escalations directly to your knowledge base and todos. This ensures issues identified during autonomous AI coding iterations are tracked and managed outside the immediate loop execution context.