cobusgreyling/loop-engineering

Practical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 1st, 2026
Created on June 9th, 2026
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 1,492
Total Stargazers: 11,095 (+0)
Total Subscribers: 73 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 30.7 hours
Mean response time: 2.4 days
90th percentile: 7.1 days
Tracked items: 101

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 13% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 30 days
Stale 30+ days: 3
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • good first issue (76)
  • docs (59)
  • story (13)
  • loop-report (6)
  • release-prep (5)
  • tooling (5)
  • bug (2)
  • pattern-request (1)

Most active issues this week

Detailed Description

Loop Engineering is a pattern library and CLI toolkit for designing systems that orchestrate AI coding agents around a codebase.

The tool addresses the problem of manually prompting AI agents by shifting focus to designing the loop itself—the system that discovers work, hands tasks to agents, verifies results, and persists state. Rather than typing the next prompt, developers define patterns that automate agent orchestration. The approach includes practical starters and CLI tools like loop-audit, loop-init, and loop-cost that help measure and optimize agent workflows. The tool supports multiple LLM providers including Claude, Grok, and others, with Claude as the default.

Loop Engineering suits teams managing repositories at scale who want to automate routine tasks like issue triage, dependency management, and PR handling without building custom orchestration from scratch. The pattern library covers specific jobs including keeping repositories healthy through daily triage, babysitting pull requests, and shipping features through refactor workflows. It is designed as a pattern library for operating agents around a codebase rather than as a general code rewriting tool, so it works best for teams with defined workflows they want to automate. The tool includes a thin GitHub Actions starter that requires minimal configuration files, making it accessible for teams wanting to start with low overhead.

The project maintains active development with regular updates to its pattern documentation and CLI tools. The codebase is written in TypeScript and includes comprehensive quickstart guides and job-specific documentation to help developers understand which patterns fit their use case. The tool provides a scoring mechanism through loop-audit that lets teams measure their agent loop design and track improvements over time.