kybernetes:loop-closeout

kybernetes:loop-closeout is a skill for Claude Code, Codex from pariyar07/kybernetes. It costs 30 tokens per session (793 once invoked), scanned A, original, MIT.

A procedure for closing or transferring a bounded work unit while preserving its official state, evidence, permissions, and ownership. It supports checkpoints, handoffs, child workstreams, and full program closeout.

In plain words
What is it for?
Use it to checkpoint completed work, hand it to a new lead, retire a child workstream, or verify and close an entire program.
Why use it?
It reduces the risk of losing progress, retiring work too early, or marking a larger task complete without the required evidence and approvals.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to checkpoint completed work, hand it to a new lead, retire a child workstream, or verify and close an entire program.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pariyar07/kybernetes/kybernetes-loop-closeout
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 pariyar07/kybernetes --skill kybernetes-loop-closeout
Clone the repo
git clone --depth 1 https://github.com/pariyar07/kybernetes

Made for: Claude Code, Codex.

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 kybernetes:loop-closeout

README.md
[![agentmods](https://agentmods.dev/badge/skills/pariyar07/kybernetes/kybernetes-loop-closeout/github.svg)](https://agentmods.dev/skills/pariyar07/kybernetes/kybernetes-loop-closeout)
Your own site
<a href="https://agentmods.dev/skills/pariyar07/kybernetes/kybernetes-loop-closeout"><img src="https://agentmods.dev/badge/skills/pariyar07/kybernetes/kybernetes-loop-closeout/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 kybernetes:loop-closeout

Your own site · 80×15
<a href="https://agentmods.dev/skills/pariyar07/kybernetes/kybernetes-loop-closeout"><img src="https://agentmods.dev/badge/skills/pariyar07/kybernetes/kybernetes-loop-closeout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 793 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.
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.00030 $0.00793
Opus 5 $0.00015 $0.00396
Sonnet 5 $0.00006 $0.00159
Haiku 4.5 $0.00003 $0.00079

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

Security

Grade A, and why

kybernetes:loop-closeout 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 10d 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/kybernetes-loop-closeout/SKILL.md · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Kybernetes Loop Closeout

This helper reconciles a completed or transferring unit and returns retirement evidence. It cannot mutate parent canonical lifecycle state or accept DONE; the governor admits its result and performs the canonical transition.

Modes

  • checkpoint: close a completed unit inside an active parent; preserve the remaining checklist and next activation.
  • handoff: prove a new lead can reconstruct state before superseding the old.
  • workstream: reconcile one child and retire its lease, activation, and temporary permissions without completing the parent.
  • program: verify DONE coverage and retire all bounded machinery.

Default to the narrowest mode. Checkpoint and workstream modes never imply program completion.

Required Inputs

  • Mode, parent control and verification pointers, canonical revision.
  • Scope being closed and measurable completion claim.
  • Acceptance boundary, accountable owner, and recorded or pending verdict when the scope crosses a dependent system or owner-held external decision.
  • Runtime capability snapshot and permission boundary.
  • Worker, goal, thread, scheduler, event, hook, automation, lease, and temporary access inventory.
  • Retention policy, explicitly disposable material, and next activation.

evidence reconciliation

  1. Read canonical state and verification evidence.
  2. Compare the scoped completion claim with its rejection-capable verifier.
  3. Confirm any required accountable-owner verdict and wrongness response in control.md; passing evidence alone is not acceptance.
  4. Identify missing, conflicting, stale, or non-reproducible evidence.
  5. Preserve admitted and unresolved evidence; archive canonical records by default.
  6. Delete only material explicitly marked disposable and reproducible, within current permission.

If verification or required acceptance is incomplete, return not_ready and the gaps. Keep a missing owner verdict recoverable as waiting_human; do not disguise cleanup as completion.

Read the full file on GitHub · 92 lines

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. 10d ago First seen · 92 lines · 30 tokens per session scan A 6cf5718ffdb9

Subscribe to this mod's changes

kybernetes:loop-closeout is a skill published in the GitHub repository pariyar07/kybernetes (13 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 793 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

orbit-linear

Open Orbit briefing skill — selected by the Orbit pipeline when Linear is the user's only connected connector, or when the user explicitly scopes their daily digest to Linear. Pulls the past 24 hours of issue movement, status changes, assignments, and cycle progress from the user's authenticated Linear connection and…

nexu-io/open-design · 104 tokens

flowai-live-dashboard-template

Team-management dashboard skill in the FlowAI aesthetic — three tabs (Team Members, Team Details, Activity Log), KPI stat row, member table, role distribution bar chart, online presence and activity sparklines, and a top-contributors panel, all in a single self-contained HTML file with light/dark theming, hoverable…

nexu-io/open-design · 114 tokens

weekly-update

OpenDesign's weekly metrics standup: this week's numbers, the one anomaly, and the single decision it forces. Built as a decision-grade data & finance deck for ops & growth team.

nexu-io/open-design · 41 tokens

code-import

Read an existing repository's structure into the project cwd as a normalised snapshot the agent can analyse without re-walking the tree on every turn.

nexu-io/open-design · 32 tokens

kanban-board

Kanban / task board with columns (To do / In progress / In review / Done), draggable-looking cards, assignee avatars, swimlanes, and a top filter bar. Use when the brief mentions "kanban", "task board", "sprint board", "trello", "看板".

nexu-io/open-design · 69 tokens

pm-spec

A product-specification page skill for documenting a feature's problem, goals, user stories, success measures, rollout plan, and open questions. A PRD is a document that explains what a product feature should achieve and why.

nexu-io/open-design · 59 tokens