state

state is a skill for Claude Code, Codex from kostyk348/sint-ua-v2.1. It costs 38 tokens per session (1,957 once invoked), scanned A, original, Apache-2.0.

Guidance for managing session memory, project status, continuation prompts, and session logs. It describes active projects, current focus, pending decisions, and verified patterns.

In plain words
What is it for?
Use it at the start of a session or when tracking ongoing work, project state, decisions, verified results, and handover notes.
Why use it?
It helps an agent resume work with the important context from earlier sessions instead of starting with an empty view of the project.

Skill for Claude CodeCodex

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

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/lain/datatrace/dtrace/.

Good fit Use it at the start of a session or when tracking ongoing work, project state, decisions, verified results, and handover notes.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 state

README.md
[![agentmods](https://agentmods.dev/badge/skills/kostyk348/sint-ua-v2.1/state/github.svg)](https://agentmods.dev/skills/kostyk348/sint-ua-v2.1/state)
Your own site
<a href="https://agentmods.dev/skills/kostyk348/sint-ua-v2.1/state"><img src="https://agentmods.dev/badge/skills/kostyk348/sint-ua-v2.1/state/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 state

Your own site · 80×15
<a href="https://agentmods.dev/skills/kostyk348/sint-ua-v2.1/state"><img src="https://agentmods.dev/badge/skills/kostyk348/sint-ua-v2.1/state.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,957 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.00038 $0.01957
Opus 5 $0.00019 $0.00979
Sonnet 5 $0.00008 $0.00391
Haiku 4.5 $0.00004 $0.00196

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

Security

Grade A, and why

state 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 11d 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/state/SKILL.md · 81 lines

How it starts

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

Persistent working memory. Updated by agent at end of every session. Read this at the start of every session before doing anything else.

CURRENT FOCUS

What is actively being worked on right now. Max 3 items.

  1. DSA — add DSP chain + 3D spatialization to mixer; then git init + push to GitHub
  2. DataTrace — taint engine + live taint tracking working; then git init + push + README
  3. 100 Orange Juicedata.ojd = encrypted SQLite 3.49.1; recover logiovfs xRead key to decrypt full DB offline

ACTIVE PROJECTS

DSO — Deterministic Streaming OS

MPTC — Memory Allocator

DataTrace — LD_PRELOAD + eBPF Taint Tracker

  • Path: /home/lain/datatrace/dtrace/
  • taint.py: TaintEngine — 64-bit bitmask labels (T_NETWORK/T_FILE/T_ARGV/T_HEAP...), interval-map shadow memory, L_union/L_intersect, sinks, TaintReport, flow_dot
  • Integrated into tracer.py (ProcessTracer.taint), collector.py (feed_events + run_live), cli.py (subcommands taint --dot, run --taint --emit flow:out.dot)
  • preload.c: LD_PRELOAD agent hooks malloc/free/memcpy/recvfrom/sendto -> EV_* JSONL on stderr
  • VERIFIED live: recvfrom->memcpy->sendto flagged UNTRUSTED; const memcpy->sendto clean
  • PUSHED to GitHub: https://github.com/kostyk348/datatrace

DSA — Data-oriented Streaming Audio

  • Open FMOD replacement at /home/lain/dsa/
  • ALSA output, 275 C++ ABI symbols exported (205 core + 70 studio const)
  • SONAME: libfmod.so.14 / libfmodstudio.so.14 with versioned symlinks
  • Verified: GodotFmod + both DSA .so load clean via RPATH
  • DONE: 15 DSP effects in mixer.c + DSA_DSPState (dsa_internal.h), per-DSP alloc/free
  • DONE: real 3D spatialization (inverse-rolloff attenuation + azimuth pan by listener vectors); min/max_distance SoA fields; DSA_Channel_Set3DMinMaxDistance wired
  • DONE: pitch resample via linear interp; hash-chain audit already in arena.c
  • Verified: make rc=0, example rc=0, DSP smoke 0 failures, 3D attenuation near=0.25 far=0.0025
  • PUSHED to GitHub: https://github.com/kostyk348/dsa

Read the full file on GitHub · 81 lines

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. 11d ago First seen · 81 lines · 0 tokens per session scan A c1283d2b60fc

Subscribe to this mod's changes

state is a skill published in the GitHub repository kostyk348/sint-ua-v2.1 (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 38 tokens to every session and 1,957 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.