now

now is a skill for Claude Code, Codex from kleosr/kleosrules. It costs 32 tokens per session (216 once invoked), scanned A, original, MIT.

A session-state file workflow centred on NOW.md, a repository file that records current work and the next action.

In plain words
What is it for?
Use it to record progress, limits, proof of completed checks, open items, and the next step, then reload that state when continuing.
Why use it?
It helps preserve context when a coding session pauses, moves to another chat or model, or resumes on another day.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/kleosr/kleosrules/now
Any agent
npx skills add kleosr/kleosrules --skill now
Clone the repo
git clone --depth 1 https://github.com/kleosr/kleosrules

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 now

README.md
[![agentmods](https://agentmods.dev/badge/skills/kleosr/kleosrules/now.svg)](https://agentmods.dev/skills/kleosr/kleosrules/now)
Your own site
<a href="https://agentmods.dev/skills/kleosr/kleosrules/now"><img src="https://agentmods.dev/badge/skills/kleosr/kleosrules/now.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 216 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00032 $0.00216
Opus 5 $0.00016 $0.00108
Sonnet 5 $0.00006 $0.00043
Haiku 4.5 $0.00003 $0.00022

Measured today against content hash 28c35278f66f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

now 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 today.

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.

shared/skills/now/SKILL.md · 32 lines

What it actually says

Now

Persist state in the repo. Cursor chats die.

Path

One file: NOW.md at repo root.

Resume

  1. Read NOW.md if it exists.
  2. Re-run listed TOOLCHAIN/CI commands before claiming prior work is green.
  3. Do one Next action unless the user said autopilot/sigue.
  4. Do not re-discover the whole codebase; open only paths listed or needed.

Update

Keep Now, State, Limits, Proof, Next. Compact into Archived when active sections exceed ~150 lines. English labels. No secrets.

Rules

  • Assessment-only until the user asked for changes (per agent.mdc).
  • Never invent residual features; append open items here.
  • Pair with testing for feature execution; debugging if Next is ambiguous.
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. today Changed · -1 lines · -10 tokens per session 28c35278f66f
  2. 5d ago First seen · 33 lines · 42 tokens per session scan A 7dfd5f33688a

Subscribe to this mod's changes

now is a skill published in the GitHub repository kleosr/kleosrules (2 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 216 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-31.