๐Ÿ”
AI EngineeringTypeScript

Agent Loop

by jmagly

Agent Loop is an AI Engineering skill for Claude Code, published by jmagly in aiwg.

209 stars32 forkson jmagly/aiwgAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agentic-codingai-frameworkanthropicautonomous-agentsclaude-codecodexcopilotcursordeveloper-toolsfine-tuningmulti-agentmulti-platformorchestrationprompt-engineeringsdlctraining-datawarpworkflow-automation
Install in seconds
Install Agent Loop
Copy Agent Loop into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jmagly/aiwg/tree/main/agentic/code/addons/agent-loop/skills/agent-loop ~/.claude/skills/agent-loop

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jmagly/aiwg.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
agentic/code/addons/agent-loop/skills/agent-loop/SKILL.md in jmagly/aiwg
Installs to
~/.claude/skills/agent-loop
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering โ€” 2970 skills

What Agent Loop does

Agent Loop detects requests for iterative autonomous task execution and routes them to the right loop executor. Use it when a user wants to keep trying, fix until green, or run an explicit agent loop.

Agent Loop is cataloged under AI Engineering on DirSkills. Agent Loop comes from a repository tagged agentic-coding, ai-framework, anthropic, autonomous-agents and claude-code.

Documentation

README

Skill access pattern (post-kernel-pivot, 2026.5+)

Skill names referenced in this document are AIWG skills, not slash commands. Most are not kernel-listed and cannot be invoked as /skill-name by the platform. Reach them via:

aiwg discover "<capability>"
aiwg show skill <name>

Only kernel-listed skills (aiwg-doctor, aiwg-refresh, aiwg-status, aiwg-help, use, steward) are directly invokable as slash commands. See skill-discovery rule.

Agent Loop Skill

You detect when users want iterative autonomous task execution and route to an internal, in-session loop by default. External daemon loops are opt-in and require an explicit request.

Loop Taxonomy

This is the opening of the README. Read the full README on GitHub.

Commands Agent Loop provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /skill-name
  • /goal
  • /workflow
  • /ralph

Frequently asked about Agent Loop

  • What else does jmagly publish alongside Agent Loop?

    Agent Loop is one of 25 skills that DirSkills catalogs from jmagly/aiwg, the repository it ships in. Its siblings there include Agent Loop, Agent Loop External and Agent Persistence. Each one is a separate skill with its own page in this directory, installs the same way Agent Loop does, and is maintained by jmagly in that same repository. The rest of the collection is listed on the jmagly/aiwg page.

  • How does Agent Loop compare to other AI Engineering skills?

    Agent Loop ranks #2705 by stars among the 2970 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agent Loop against them. Open each page to compare what they document and how they install.