tsumugi: Skill for Codex

.agents/skills/tsumugi-runtime-observe/SKILL.md

tsumugi-runtime-observe is a skill for Codex from archfill/tsumugi. It costs 92 tokens per session (844 once invoked), scanned A, original, Apache-2.0.

A read-only monitoring guide for the tsumugi memory system, including its data capture, recall, archiving, and scheduled maintenance paths.

In plain words
What is it for?
Use it to investigate production or staging health, compare runtime trends, and examine deterministic-processing backlogs or continuity issues when access is authorized.
Why use it?
It helps separate measured runtime facts from interpretations and guesses while avoiding accidental changes to the system.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is archfill/tsumugi's own configuration. It tells Codex how to work on tsumugi itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tsumugi configures →

Reuse

Borrowing it

Nothing to install: this file belongs to archfill/tsumugi. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/archfill/tsumugi/main/.agents/skills/tsumugi-runtime-observe/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/archfill/tsumugi

Made for: 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 tsumugi-runtime-observe

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/archfill/tsumugi/tsumugi-runtime-observe"><img src="https://agentmods.dev/badge/skills/archfill/tsumugi/tsumugi-runtime-observe.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 844 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.00092 $0.00844
Opus 5 $0.00046 $0.00422
Sonnet 5 $0.00018 $0.00169
Haiku 4.5 $0.00009 $0.00084

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

Security

Grade A, and why

tsumugi-runtime-observe 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 8d 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.

.agents/skills/tsumugi-runtime-observe/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.

Observe the tsumugi runtime

Gather evidence without changing runtime state. Separate observed facts, interpretation, and unverified hypotheses.

Establish the observation contract

  1. Identify the environment, project scope, time window, and decision the evidence should support.
  2. Require explicit authorization before contacting production or any private runtime.
  3. If access is not authorized or unavailable, produce a read-only query plan instead of guessing.
  4. Read docs/ROADMAP.md and the relevant ADR only when the observation supports a product decision.

Select evidence

Read references/metrics.md and select only signals relevant to the question.

For ADR-014 rollout evaluation, also read references/adr-014-evaluation.md. Treat it as an initial use case, not the permanent boundary of this skill.

Prefer evidence in this order:

  1. Read-only Admin REST responses and pipeline traces.
  2. Prometheus metrics over a defined interval.
  3. Scheduler state and persisted maintenance run history.
  4. Sanitized logs for exact failure mechanisms.
  5. Read-only PostgreSQL queries only when explicitly authorized and higher-level evidence is insufficient.

Do not read .env*, credentials, tokens, private endpoint configuration, or raw sensitive capture content.

Collect and normalize

  1. Record the collection timestamp, time window, filters, and source for every result.
  2. Compare counters and queue sizes across at least two timestamps when claiming a trend.
  3. Record which filters and timestamp columns each source actually applies. Do not assume related endpoints use identical populations.
  4. Use aggregate data first. Inspect individual traces only to explain an aggregate anomaly or sample quality.
  5. Sanitize user content, prompts, memory narratives, error payloads, and identifiers before reporting.
  6. Record missing signals and failed queries as coverage gaps, not healthy results.

Interpret cautiously

Read the full file on GitHub · 81 lines

Files

What ships with it

3 files 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. 8d ago First seen · 81 lines · 92 tokens per session scan A 4780210541a5

Subscribe to this mod's changes

tsumugi-runtime-observe is a skill published in the GitHub repository archfill/tsumugi (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 92 tokens to every session and 844 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

learn

Batch knowledge ingestion from external sources (a folder, a codebase, a docs tree, a set of files). Plans the ingestion as a list of well-shaped nodes with reconciled keywords, shows the user the plan for approval, then executes idempotently. Triggered by /learn, "ingest this folder into memory", "porta questo codice…

AEndrix03/Graft · 124 tokens

graft

Persistent graph memory across conversations. The master skill — search BEFORE answering non-trivial questions, save AFTER solving non-obvious ones. Three companion skills handle the heavy lifting: /memoryze (save with smart granularity), /recall (escalating search query→retrieve→explore), /memory-audit (read-only…

AEndrix03/Graft · 116 tokens

graft-init

One-shot configurator that wires graft into a CLAUDE.md (global or project-local) so the agent uses the persistent memory consistently in every session. Asks the user 4 short questions (scope, caching, retrieve strategy, save strategy), then writes a … block into the chosen CLAUDE.md. Triggered by /graft-init…

AEndrix03/Graft · 119 tokens

memory-audit

Health check + maintenance audit of the graft graph. Reports hit rate, hoarding ratio, top reused nodes, never-reused nodes, stale entries, and similar-but-separate clusters that may be duplicates. Suggests concrete actions (re-save with a better title, promote to README, drop stale, narrow over-broad nodes) but does…

AEndrix03/Graft · 125 tokens

memoryze

Distill the current conversation (or a specified excerpt) into N high-quality graft nodes and save them. Triggered by /memoryze, "save this to memory", "ricorda questo", "memorize this", or whenever the user explicitly wants the agent to commit knowledge to the persistent graph. The user can hint at granularity…

AEndrix03/Graft · 122 tokens

recall

Smart graft search that picks the right tool (query → retrieve → explore) based on the question's shape, escalates when results are weak, and presents findings ranked by confidence with the originating evidence. Triggered by /recall, "do we have something about X", "have we seen this before", "ricordi se", "search the…

AEndrix03/Graft · 97 tokens