os-done-or-not

os-done-or-not is a skill for Claude Code from kharmanskyi/open-steps. It costs 127 tokens per session (1,694 once invoked), scanned A, original, MIT.

A plain-language completion report for a coding session. It states what happened, what was checked, what still needs action, and whether the work is safe to close.

In plain words
What is it for?
Use it when development work ends or when you ask whether the task is finished, what happened, or for a report.
Why use it?
It replaces vague claims such as “done” with a short account of the actual outcome and remaining work.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths.

Part of the open-steps plugin — 7 skills, 1 command, 2 hooks shipped together

Good fit Use it when development work ends or when you ask whether the task is finished, what happened, or for a report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kharmanskyi/open-steps/os-done-or-not
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 kharmanskyi/open-steps --skill os-done-or-not
Clone the repo
git clone --depth 1 https://github.com/kharmanskyi/open-steps

Made for: Claude Code.

Or install open-steps, the plugin that ships this one along with the rest of its 7 skills, 1 command, 2 hooks.

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 os-done-or-not

README.md
[![agentmods](https://agentmods.dev/badge/skills/kharmanskyi/open-steps/os-done-or-not/github.svg)](https://agentmods.dev/skills/kharmanskyi/open-steps/os-done-or-not)
Your own site
<a href="https://agentmods.dev/skills/kharmanskyi/open-steps/os-done-or-not"><img src="https://agentmods.dev/badge/skills/kharmanskyi/open-steps/os-done-or-not/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 os-done-or-not

Your own site · 80×15
<a href="https://agentmods.dev/skills/kharmanskyi/open-steps/os-done-or-not"><img src="https://agentmods.dev/badge/skills/kharmanskyi/open-steps/os-done-or-not.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,694 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 94
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00127 $0.01694
Opus 5 $0.00063 $0.00847
Sonnet 5 $0.00025 $0.00339
Haiku 4.5 $0.00013 $0.00169

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

Security

Grade A, and why

os-done-or-not 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 9d 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/os-done-or-not/SKILL.md · 153 lines

How it starts

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

os-done-or-not

One question, one screen: did the agent finish, and what actually happened

  • in words a reader who does not code will understand. Nothing happened (pure questions, no files touched) → one line saying so, no report.

Language

The language the user speaks in this session, detected from the conversation

  • translate every template label. Code, files, commands stay English.

Step 1 - gather proof that takes seconds

Fast checks only; never re-run the test suite - use results this session already produced. Not confirmable in seconds, or still running → "not checked", never "yes".

git status --porcelain            # uncommitted?
git log --oneline -10             # what landed
git log origin/HEAD..HEAD --oneline 2>/dev/null   # unpushed?
gh pr view --json state,mergeStateStatus && gh pr checks   # if a PR exists

Step 2 - name the outcome

Sessions end one of eight ways; pick the match before writing, or the report says "fully done: yes" and "safe to close: no" in the same breath.

# Outcome Verdict shape
1 Shipped and verified done Yes · nothing needed · close Yes
2 Done - one action is yours done Yes · needed = that action · close Yes
3 Stalled on your decision done No · needed = the decision · close No
4 Partly done, rest deferred core Yes, rest recorded as debt · close Yes
5 Didn't work - rolled back done No · lead = what was learned · close Yes
6 Something broke lead opens with ⚠️ · risk in full (rule 7) · close No
7 Research only the answer is the result · skip ship rows · close Yes
8 Nothing to report one line, no report, no file

Outcomes 5 and 6 are where reports start lying; "the approach failed and was rolled back" is a complete result.

Step 3 - write the report (translate the labels, keep the shape)

<Lead: 1–2 sentences. What changed for the product. Best result first.>

| | |
|---|---|
| ✅ | <done, and what proves it> |
| ⚠️ | <surprise or bad news> |
| ⏳ | <deferred, and until when> |

**Verdict**

| | |
|---|---|
| Fully done?              | Yes / No / Not checked |
| Anything needed from you?| No / <one concrete action> |
| New debt?                | No / <how many, where recorded> / Not checked |
| Safe to close?           | Yes / No - <reason in five words> |

Read the full file on GitHub · 153 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. 9d ago First seen · 153 lines · 127 tokens per session scan A 5b88be966c8f

Subscribe to this mod's changes

os-done-or-not is a skill published in the GitHub repository kharmanskyi/open-steps (305 stars, last pushed 2d ago), licensed MIT. It adds 127 tokens to every session and 1,694 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-30.

Related

Other skills, from other repositories

命理解读师

A Chinese-language Zi Wei Dou Shu birth-chart interpretation guide, a form of traditional Chinese astrology based on birth details. It presents results as possible patterns rather than certain predictions and can include a chosen year's outlook.

learnwithu/mingli-master · 189 tokens

travel-plan-viz

A tool that turns a travel plan into a single HTML page designed for phones and offline reading. The page can include an interactive map, a daily timeline, and reminders to book things before departure.

zexuanw958-svg/travel-plan-viz · 96 tokens

cinematic-scroll

Build or improve cinematic websites with scroll-driven storytelling, pinned reveals, parallax, kinetic type, and optional 3D. Deliver standalone HTML or integrate into an existing app, with mobile and reduced-motion fallbacks and browser evidence. Also supports scroll audits and motion storyboards. Use for cinematic…

MustBeSimo/cinematic-scroll-skill · 75 tokens

Linear

Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.

wrsmith108/linear-claude-skill · 32 tokens

gpt-image2-ppt

A tool for creating presentation slides as high-resolution images and packaging them into a 16:9 PowerPoint file. It turns a Markdown outline or slide plan into a styled deck using OpenAI image generation.

JuneYaooo/gpt-image2-ppt-skills · 112 tokens

majia-guanyuan

A practical extension layer for Guandata BI, a business-intelligence platform used to query data, build charts, and publish dashboards. It covers advanced data-pipeline work and custom HTML, CSS, and JavaScript dashboards beyond the standard tools.

maojiebc/majia-guanyuan · 498 tokens