The open standard and registry behind agenticloops.dev.
An agentic loop is an installable, recurring AI agent defined in a single file: a trigger, a set of skills, and a prompt. It runs on a schedule and completes a whole job on any agent harness.
SPEC.md— theLOOP.mdstandard (v0.1). Harness-agnostic, model-agnostic. One file defines a loop.schema.json— JSON Schema for registry entries.index.json— the curated registry consumed by the agenticloops.dev directory.
- Put a valid
LOOP.mdin a public repo. - Add the GitHub topic
agenticloops. - The crawler discovers and indexes it automatically — no PR needed.
Install any loop:
npx agenticloops install <owner/loop>MIT.