loop-me

loop-me is a skill for Claude Code, Codex from devcxl/mattpocock-skills-zh. It costs 22 tokens per session (679 once invoked), scanned A, original, MIT.

An interactive interview that turns a recurring activity into a written workflow specification. The specification is stored in a workflows folder, while shared terms and notes about your working environment are kept separately.

In plain words
What is it for?
Use it to define repeatable work such as handling incoming events, preparing a brief for review, or documenting when people and automated systems should act.
Why use it?
It surfaces the repeated steps, decisions, and handoffs that are easy to leave vague. The questioning continues until another agent can build the workflow without asking more questions.

Skill for Claude CodeCodex

Written for Claude Code and Codex: disable-model-invocation in frontmatter, but also agents/openai.yaml present.

Part of the mattpocock-skills plugin — 37 skills shipped together

Good fit Use it to define repeatable work such as handling incoming events, preparing a brief for review, or documenting when people and automated systems should act.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/devcxl/mattpocock-skills-zh/loop-me
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add devcxl/mattpocock-skills-zh --skill loop-me
Clone the repo
git clone --depth 1 https://github.com/devcxl/mattpocock-skills-zh

Made for: Claude Code, Codex.

Or install mattpocock-skills, the plugin that ships this one along with the rest of its 37 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for loop-me

README.md
[![agentmods](https://agentmods.dev/badge/skills/devcxl/mattpocock-skills-zh/loop-me/github.svg)](https://agentmods.dev/skills/devcxl/mattpocock-skills-zh/loop-me)
Your own site
<a href="https://agentmods.dev/skills/devcxl/mattpocock-skills-zh/loop-me"><img src="https://agentmods.dev/badge/skills/devcxl/mattpocock-skills-zh/loop-me/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for loop-me

Your own site · 80×15
<a href="https://agentmods.dev/skills/devcxl/mattpocock-skills-zh/loop-me"><img src="https://agentmods.dev/badge/skills/devcxl/mattpocock-skills-zh/loop-me.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 679 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00679
Opus 5 $0.00011 $0.00340
Sonnet 5 $0.00004 $0.00136
Haiku 4.5 $0.00002 $0.00068

Measured 9d ago against content hash 493dfc1e4dd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

loop-me scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/in-progress/loop-me/SKILL.md · 33 lines

What it actually says

运行一个有状态的 /grilling 会话,其唯一输出是工作流规格。沿用 grilling 纪律:无休无止、一轮接一轮的问题、每题配一个推荐答案:对准下面的词汇表和目标。在 grilling 解决事情的过程中,规格会被创建、编辑、删除。

循环透镜

一个循环(loop)是用户生活中反复出现的模式:他们的职业、他们的一周、他们的早晨、一个反复出现的活动。把生活看成循环套循环,能揭示这些活动实际上有多么可预测:而这正是它们值得委托的原因。用这个透镜去发现值得规格化的循环,并提出用户还没注意到的循环。

一个**工作流(workflow)**是一个循环的规格,使之落地。你在一个循环上运行工作流:循环是它的运行实例。工作流存放在 workflows/*.md,是事实的来源。

词汇表

一套共享语言,只在工作流需要时才拿出来:绝不是清单。不要强加任何结构性内容:一个工作流不需要 AI、检查点或时间表,除非 grilling 表明它确实需要。

  • Trigger(触发器):每次运行的触发条件:一个事件(新邮件、新 issue)或一个时间表(每天早上)。事件触发通常更高效。
  • Checkpoint(检查点):一个人工介入点,在此处要求用户验证或决策。有些工作流没有检查点,完全自主;有些根本不用 AI。
  • Push right(向右推):尽量推迟检查点。在涉及人工之前做最大限度的准备工作,让用户只需在最后被询问一次,所有内容都已就绪。
  • Brief(简报):检查点呈现的内容:紧凑的、随时可决策的摘要:产出了什么、为什么,以及指向产物本身的链接:绝不是原始输出。用户读的是简报,而不是草稿。审阅速度至关重要。

完成定义

一份工作流规格在"实施者 agent 不需要再问一个问题就能把它构建出来"时才算完成。在此之前一直问;只要还有问题未解决,就不算完成。

Workspace

  • workflows/*.md:一份工作流对应一份规格。
  • NOTES.md:关于用户世界的原始笔记:他们使用的工具、他们处理的渠道,以及他们自己的术语。当它为空或单薄时,先就他们的世界访谈他们,再去规格化任何内容。随着术语的出现,把模糊的术语打磨成规范形式,并记在这里。
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 33 lines · 22 tokens per session scan A 493dfc1e4dd5

Subscribe to this mod's changes

loop-me is a skill published in the GitHub repository devcxl/mattpocock-skills-zh (329 stars, last pushed 4d ago), licensed MIT. It adds 22 tokens to every session and 679 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.