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/wesleysimplicio/simplicio-loop/simplicio-loopnpx skills add wesleysimplicio/simplicio-loop --skill simplicio-loopgit clone --depth 1 https://github.com/wesleysimplicio/simplicio-loopWhat 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.00120 | $0.14316 |
| Opus 5 | $0.00060 | $0.07158 |
| Sonnet 5 | $0.00024 | $0.02863 |
| Haiku 4.5 | $0.00012 | $0.01432 |
Grade A, and why
simplicio-loop 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 yesterday.
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 — 826 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/simplicio-loop — unified core + loop
A self-referential iteration primitive: the SAME goal is fed back after every turn, so
the agent sees its own prior edits and converges. It exits ONLY when a typed
completion-promise is genuinely true, or a hard max_iterations cap fires. This skill is now
the unified public surface for Simplicio's autonomous work orchestration: queue intake,
evidence-gated execution, and the hardened Ralph loop live behind the single command
/simplicio-loop. The older simplicio-tasks surface remains only as a compatibility alias.
Credit: the technique is Ralph Wiggum / cursor ralph-loop. We keep its best parts —
single human-readable state file, exact-match promise sentinel, two-hook split — and add
the simplicio safety spine (evidence-gated promise, max-iteration cap, cross-platform hook).
For queue/body-of-work runs, pair this file with the shared deep references under
../simplicio-tasks/references/ for extension points, orchestration, token economy, delivery,
and safety details.
GitHub coordination default
When the project remote is hosted on GitHub, GitHub is the default coordination and source-of-truth surface for the loop: read and update Issues, publish progress in issue/PR comments, validate checks, merge only through the repository's approved PR path, and re-query live state before closing. Do not silently substitute another tracker or local scratchpad for GitHub; use another system only when the user explicitly requests it or the repository's documented workflow requires it.
Bounded delivery policy
Keep delivery finite and ownership explicit; a repository may set stricter limits, never looser ones without a recorded human decision.
- Bounded WIP: one implementation issue and one delivery PR per worker/session. Finish, hand off, or mark the item blocked before claiming another; reviews do not transfer ownership.
- Live intake and frozen scope: immediately before freezing, re-query the canonical source and record its revision plus provenance in the anchor. Freeze that exact issue goal and acceptance criteria before mutation. A review finding may prove an AC incomplete, but cannot add an AC silently; source drift or scope changes require a fresh query, re-anchoring, and an explicit owner decision.
- Finding categories: classify every finding as
AC_BLOCKER(violates a frozen AC),REGRESSION_BLOCKER(security, correctness, compatibility, or evidence regression caused by the patch), orFOLLOW_UP(valuable but outside the frozen scope). Only blockers hold the current delivery; follow-ups become separate work and are never smuggled into its diff. - Review limits: use one implementation review and one final independent verification, with at
most two AC-scoped repair rounds. If a blocker remains, stop
BLOCKEDwith evidence and ownership instead of opening an unbounded review/fix loop. - Ownership and integration: only the active owner mutates the delivery branch. Reviewers are read-only unless ownership is explicitly handed off. Before the first mutation, acquire and confirm the cross-session claim/lease/fence against the live source; a stale or conflicting authority blocks mutation. A handoff must update the authority record and the receiver must confirm the new claim/lease/fence before continuing. Rebase once onto the current canonical base immediately before final verification/merge; after any rebase, rerun the affected gates and prove ancestry/patch scope.
- Release boundary: merge, issue closure, packaging, and release are separate states. Do not close the issue before merged evidence satisfies the frozen ACs, and do not tag/publish a release unless the task or an authorized release owner explicitly includes it; re-query the canonical branch and release state immediately before publication.
What ships with it
28 files 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.
- references/agentsview-adapter.md 8.4 KB
- references/azure-devops-adapter.md 4.2 KB
- references/background-verification.md 3.6 KB
- references/bound-operators.md 9.9 KB
- references/claims-gate.md 3.9 KB
- references/control-policy.md 5.2 KB
- references/cross-agent-wiki.md 2.0 KB
- references/cross-repo-integration.md 2.0 KB
- references/delivery-contract.md 6.9 KB
- references/extension-points.md 21 KB
- references/hierarchical-planner.md 2.3 KB
- references/lmcache-adapter.md 23 KB
- references/max-speed-orientation.md 383 B
- references/multi-agent-coordination.md 1.2 KB
- references/orchestration.md 15 KB
- references/planning-gate.md 5.8 KB
- references/progress-feedback.md 9.4 KB
- references/quality-safety-delivery.md 17 KB
- references/run-journal-stall-detector.md 3.1 KB
- references/spindle-handoff.md 4.3 KB
- references/standing-loop-247.md 6.5 KB
- references/test-infra-probe.md 8.8 KB
- references/token-capture.md 7.3 KB
- references/token-economy.md 13 KB
- references/triage-verify-detail.md 4.6 KB
- references/understand-anything-adapter.md 20 KB
- references/video-evidence.md 6.6 KB
- references/web-evidence.md 5.3 KB
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.
- yesterday First seen · 826 lines · 120 tokens per session scan A 18e656f3f735
simplicio-loop is a skill published in the GitHub repository wesleysimplicio/simplicio-loop (2 stars, last pushed 2d ago), licensed MIT. It adds 120 tokens to every session and 14,316 once invoked, about $0.0006 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
orbit-upgrade
Upgrade the installed orbit plugin to the latest version from GitHub and show what changed. Use when the user says "upgrade orbit", "update agentic loop", "get the latest orbit", or when the /orbit preamble reports UPGRADEAVAILABLE. Speech-to-text aliases: "update agent loop", "upgrade the agent loop".
gemini-vision
Analyze images using Google Gemini 2.0 Flash with proxy support, retry logic, and mock mode.
orbit
Transform any product repository into a production-grade, self-prompting agentic loop system following Daisy Hollman's "build a system that prompts itself" methodology. Audits the current project, then scaffolds persistent memory (CLAUDE.md + STATE files), a specialized sub-agent team, domain skills, a…
hive.chart-creation-foundations
Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…
model-update
新增或更新 CCX 项目中的模型注册技能。适用于 Claude 与非 Claude 模型,覆盖能力表、路由白名单、基准映射、代码生成与验证。.
openai-whisper-api
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).