loop-me

Agent skill from mattpocock/skills.

mattpocock ↓ 93k
Claude Code
View source ↗

What it does

  • Trigger — what fires each run: an event (a new email, a new issue) or a schedule (every morning). Event-triggering is usually the more efficient.
  • Checkpoint — a human-in-the-loop point where the user is asked to verify or decide. Some workflows have none and run autonomously; some use no AI at all.
  • Push right — defer the checkpoint as far as it will go. Do maximal work before involving the human, so they are asked once, late, with everything prepared.
  • workflows/.md — one spec per workflow.

Requirements & configuration

Configuration: NOTES

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

loop-me FAQ

What does the loop-me skill do?

Grill me about specs for the workflows I want to build, within this workspace. Trigger — what fires each run: an event (a new email, a new issue) or a schedule (every morning). Event-triggering is usually the more efficient. Checkpoint — a human-in-the-loop point where the user is asked to verify or decide. Some workflows have none and run autonomously; some use no AI at all.

How do I install loop-me?

Run: npx -y skills add https://github.com/mattpocock/skills --skill loop-me --agent claude-code — the source lives at github.com/mattpocock/skills.

Maintain loop-me?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

loop-me on getagentictools
[![loop-me on getagentictools](https://getagentictools.com/badge/skills/mattpocock-skills-loop-me.svg)](https://getagentictools.com/skills/mattpocock-skills-loop-me?ref=badge)
npx agentictools info skills/mattpocock-skills-loop-me

The second line is the CLI lookup for this page — handy in READMEs and docs.