agentsclimarketplace

Closeout

Skill aylee/agent-os/.agents/skills/closeout

A filesystem-first, runtime-neutral operating system for agent-assisted work.

Install
npx -y skills add aylee/agent-os --skill closeout

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Close or park an explicit unit of work when the user invokes closeout. Use for deliberate state reconciliation, verification, receipts, and an optional handoff; never infer it from casual phrases such as “done” or “thanks.”

SKILL.md

1.5 KB, 268 tokens by cl100k_base, as published. Nobody here has run it

Close out

Treat closeout as a previewed transaction with independent effect boundaries.

Preview

Read the owner binder, linked WORKSTREAM.md, relevant artifacts, and verification evidence. Present:

  • outcome: shipped, completed locally, parked, or blocked;
  • snapshot changes needed;
  • receipt to create;
  • unresolved risks or missing verification;
  • optional effects: Git, PR, publishing, archive/tombstone, cross-repo memory, or handoff.

Ask before any optional effect not already authorized by the user’s request.

Apply

  1. Update the workstream to concise current truth and verification. Leave exactly one next action while active, parked, or blocked. Set status: closed only when nothing required remains, and use None — closed. as the exact terminal sentinel.
  2. Create a uniquely named lifecycle receipt. Never append to a shared log.
  3. Do not create a handoff unless a real agent, runtime, machine, parallel-lane, or context boundary exists. If one exists, suggest $handoff.
  4. Give a human recap: outcome, what changed, evidence, remaining risk, and next action.

Git is optional evidence, not the state system. Never delete artifacts because Git might retain them, and never create a repository-local archive that conflicts with nearer policy.

What ships with it: 2 files

600 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.