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/lukasrepublic/agentic-foundry/id-rollbacknpx skills add lukasrepublic/agentic-foundry --skill id-rollbackgit clone --depth 1 https://github.com/lukasrepublic/agentic-foundryWrote 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/lukasrepublic/agentic-foundry/id-rollback)<a href="https://agentmods.dev/skills/lukasrepublic/agentic-foundry/id-rollback"><img src="https://agentmods.dev/badge/skills/lukasrepublic/agentic-foundry/id-rollback.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.00398 | $0.04013 |
| Opus 5 | $0.00199 | $0.02006 |
| Sonnet 5 | $0.00080 | $0.00803 |
| Haiku 4.5 | $0.00040 | $0.00401 |
Grade A, and why
id-rollback 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 — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
id-rollback — the incident safe-revert procedure (git revert → reconcile → verify-landed)
The infra-delivery step sequence (a documented procedure this skill family forms — no workflow engine or state-machine file ships)'s incident path. When a delivered change did NOT land — a
NOT-LANDED realization (the derive_realization_verdict consequence), an escaped defect, bad
config — the operator runs this safe-revert PROCEDURE to restore the last-known-good IaC and
prove reality matches it again. The shape is git revert → reconcile → verify-landed:
revert the offending commit (restoring the prior authorized IaC via the governed
/foundry:revert), drive the GitOps controller's idempotent reconcile toward the reverted
IaC, then run the realization read through the post-deploy realization frame — ArgoCD
Synced ∧ Healthy + post-revert tofu plan == ∅ against the reverted IaC ⇒ the revert
LANDED (the incident is closed); a residual OutOfSync / non-empty plan ⇒ NOT-LANDED
(the revert itself did not realize — escalate). It is a PROCEDURE skill the generic agent runs.
ADVISORY — observe-and-record, the floor re-derives, the skill self-certifies nothing
This skill is ADVISORY. The post-deploy realization frame is an observe-and-record path
(the id-sync/id-verify discipline): id-rollback records the post-revert realization
observation; the realization gate (derive_realization_verdict — a real, live function) +
deploy-status adjudicate the recorded signals — the skill self-certifies NOTHING. The revert
restores a previously authorized state through the governed /foundry:revert: it reuses the
prior authorization (no new contract), is still subject to the merge floor, and is NOT a
skip of the no-skip front-authorization gate — the revert's reused authorization + the realization
observation are surfaced to the operator/reviewer at the merge floor (the adopter's branch
protection + CI checks — see docs/merge-floor.md). The both-modes floor is
unchanged: front-authorization, the merge floor, security review,
typed contracts. Craft guidance FOR the trusted operator, not a defense against them.
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 · 191 lines · 398 tokens per session scan A 6867dce16155
id-rollback is a skill published in the GitHub repository lukasrepublic/agentic-foundry (1 stars, last pushed 2d ago), licensed MIT. It adds 398 tokens to every session and 4,013 once invoked, about $0.0020 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
skill-ship
Package and finalize completed work for delivery — use when a feature is done and ready to ship.
skill-finish-branch
Wrap up a branch — run tests, create PR, merge or discard — use when implementation is done.
deploy-steward
Mainline deploy steward. Consumes ready PRs, owns a lease on mainline landing, refreshes PR state, updates stale branches, waits for CI and deploy gates, merges or queues one candidate at a time, and opens repair tasks for failures.
release
Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…
release
CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on make ci, commit, tag vX.Y.Z, and create the GitHub release. Use when shipping a new plugin version. NOT distributed.
create-release-checklist
Create a release checklist and GitHub issue for an R package. Use when the user asks to "create a release checklist" or "start a release" for an R package.