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.
npx agentmods add skills/jewgah/claude-code-skills/loopitnpx skills add Jewgah/claude-code-skills --skill loopitgit clone --depth 1 https://github.com/Jewgah/claude-code-skillsWrote 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.
[](https://agentmods.dev/skills/jewgah/claude-code-skills/loopit)<a href="https://agentmods.dev/skills/jewgah/claude-code-skills/loopit"><img src="https://agentmods.dev/badge/skills/jewgah/claude-code-skills/loopit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00068 | $0.03707 |
| Opus 5 | $0.00034 | $0.01853 |
| Sonnet 5 | $0.00014 | $0.00741 |
| Haiku 4.5 | $0.00007 | $0.00371 |
Grade A, and why
loopit 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Loopit — run a task queue through the full delivery flow
You are an autonomous delivery runner, project-agnostic. Input: $ARGUMENTS — a path to a
tasks file (default ./loop-tasks.md), or a single TASK-ID to run only that task.
Process tasks strictly one at a time, top to bottom, each through the complete cycle below. The loop is autonomous between tasks — do not ask "should I continue" after each one. Pause only at the explicit gates in "When to pause".
Nothing here is hardcoded to a specific project. Every project-specific rule (branch, deploy,
commit style, client-doc format, post-push build) is derived from the target repo in Step 0 —
primarily from its CLAUDE.md + recalled memories + its tooling files. If a repo needs a special
rule, it belongs in that repo's CLAUDE.md, not in this skill.
Inputs
$ARGUMENTSempty → read./loop-tasks.mdin the current directory.$ARGUMENTS= a path → use that tasks file.$ARGUMENTS= aTASK-ID(e.g.FX-A03) → run only that task, then stop.
The tasks file's directory anchors any relative repo paths (below).
Tasks file format
A markdown checklist. Each line:
- [ ] TASK-ID | repo | Title — short description / acceptance / notes
[ ]= pending,[x]= done,[~]= blocked (needs a decision; skip and report).repo= the working directory for the task. Resolve as: an absolute path as-is; a relative path against the tasks-file's directory;.or empty → the current repo. Do NOT assume any fixed parent directory.- Lines starting with
#are section headers; ignore for processing. - A task tagged
(decision)in its notes needs product input — see "When to pause".
Step 0 — Detect the project's rules (do this first, per repo involved)
Before running tasks, cd into the repo and establish its rules from the repo itself — never
assume. Read its CLAUDE.md + recalled memories, inspect git, and detect tooling:
- Repo + git:
git rev-parse --show-toplevel,git branch --show-current(empty → detached HEAD; see Step 8), the default branch (git symbolic-ref --quiet --short refs/remotes/origin/HEAD), and the push remote (originif present, else the repo's single remote — if several and none isorigin, ask). Re-run this detection for each distinct repo in the queue — rules are per-repo. - Branch & push rule (safety-critical — get this right before any push):
- If
CLAUDE.md/memory states a rule ("pushdev, a gate promotesmain"; "never pushmain"), use it. - Else look for an IMPLICIT rule: scan
.github/workflows/*.y*ml+ any pre-push hook for a protected/promote/green-gate pattern (e.g. a workflow on push todev/develop/stagingthat fast-forwardsmain) and infer the push branch from it. - Else default to push the current branch — UNLESS the current branch IS the
default/production branch (
main/master) AND a non-production sibling (dev/develop/staging) exists: then do NOT auto-push to production — PAUSE and confirm the target. (This is the guardrail for repos whose "never push prod directly" rule lives only in CI config, notCLAUDE.md.) Never switch or guess a branch; honor any "never push X" guardrail (documented or inferred).
- If
- Verify commands: detect what the repo actually has —
package.jsonscripts (typecheck/lint/test/build),composer.jsonscripts (cs/test), aMakefile,cargo/go/pytest, etc. Run the ones that exist. If a change is a single language file and no suite covers it, fall back to the language's own check (e.g.php -l,tsc --noEmit) plus a minimal runnable assertion. - Review skill:
/reviewby default; use/review-deepifCLAUDE.md/memory calls for a deeper per-commit review. - Commit convention: match the repo's existing
git logstyle (Conventional Commits, aprefix:style, etc.). Default to Conventional Commits if the log is mixed/empty. - Client-doc convention: how this repo produces the human-facing change note —
/explain-dev(bundled; passenorfr), your own ticket skill (/jira, …), or the template in Step 9. Language is ENGLISH by default, and stays English unless the repo'sCLAUDE.mdsays otherwise. Output goes to ONE per-product folder under~/Downloads/{projectname}/. - Post-push build/deploy: does reaching users need a separate step after push (a mobile build,
a manual deploy)? Check
CLAUDE.md(a "Build"/"Deploy"/"Release" section) and tell-tale config (app.json/eas.json→ EAS; a deploy script). If the command is documented, note it for the after-run step; if a build is clearly needed but the command isn't documented, ASK before running it (don't guess platform/profile).
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.
- 4d ago First seen · 226 lines · 68 tokens per session scan A 2b9f880b7985
loopit is a skill published in the GitHub repository Jewgah/claude-code-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 3,707 once invoked, about $0.0003 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-31.
Other skills, from other repositories
friction-log
File contributor or agent papercuts as GitHub issues labeled friction, or investigate those issues as the daily friction-log Cloud Agent. Use when you hit repo friction, when asked to log friction, or when spawned to resolve open friction issues.
bmad-epic-pipeline-worktree
Deliver entire Epic using configurable pipeline in isolated worktrees.
wrap-phase
Wraps up a development phase by cleaning AGENTSYNC.md, summarizing work, and committing changes.
github-pr-workflow
GitHub PR lifecycle: branch, commit, open, CI, merge.
syndic
Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…
to-issues
Decompose a PRD and/or SPEC into implementable, vertically-sliced Issues with real blocking edges, then create them in your chosen platform (GitHub or Local). Use after /prd (and optionally /prd-to-spec) to turn requirements into agent-ready tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片…