cratis-chronicle-cli-operations

cratis-chronicle-cli-operations is a skill for Claude Code, Codex from Cratis/AI. It costs 92 tokens per session (2,256 once invoked), scanned A, original, MIT.

A guide to using the cratis command-line tool to inspect and operate a running Chronicle server. It covers stored events, projections, observers, jobs, and failed partitions, where a partition is an independently processed stream of work.

In plain words
What is it for?
Use it to inspect event sequences and read models, diagnose stopped observers or projections, and replay, retry, quarantine, or clear failed work.
Why use it?
It helps you investigate what is happening in the live server instead of guessing from source code. It also explains which operations change server state and need authorization.

Skill for Claude CodeCodex

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

Good fit Use it to inspect event sequences and read models, diagnose stopped observers…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cratis/ai/cratis-chronicle-cli-operations
View source ↗ Cratis/AI
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 Cratis/AI --skill cratis-chronicle-cli-operations
Clone the repo
git clone --depth 1 https://github.com/Cratis/AI

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 cratis-chronicle-cli-operations

README.md
[![agentmods](https://agentmods.dev/badge/skills/cratis/ai/cratis-chronicle-cli-operations.svg)](https://agentmods.dev/skills/cratis/ai/cratis-chronicle-cli-operations)
Your own site
<a href="https://agentmods.dev/skills/cratis/ai/cratis-chronicle-cli-operations"><img src="https://agentmods.dev/badge/skills/cratis/ai/cratis-chronicle-cli-operations.svg" alt="Measured on agentmods" 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 2,256 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.02256
Opus 5 $0.00046 $0.01128
Sonnet 5 $0.00018 $0.00451
Haiku 4.5 $0.00009 $0.00226

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

Security

Grade A, and why

cratis-chronicle-cli-operations 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.

skills/cratis-chronicle-cli-operations/SKILL.md · 200 lines

How it starts

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

Operate a running Chronicle with the cratis CLI

Source code says what should happen. When the question is what is happening in a live store — a projection that will not move, an observer that stopped, an event you are not sure was appended — read the server instead of the code.

Verified product sources

This skill is verified against these exact sources:

Package Version Purpose
Cratis.Cli 2.4.0 the cratis command, its contexts, output formats, and command tree
Cratis.Chronicle 16.45.2 the observer, partition, sequence, and job concepts the CLI reads

The CLI ships a versioned machine-readable catalog of its own surface, and that catalog is the authority for exact command names on the installed version:

cratis llm-context          # every command, option and argument as JSON
cratis llm-context --schema # the JSON Schema for that document
cratis <group> --help       # the same, one group at a time

Do not guess a command name from this file. This skill covers when to reach for the CLI and how to read what comes back; the catalog covers what to type.

Install and set up

cratis is a .NET tool published as Cratis.Cli with the command name cratis. Install it with dotnet tool install -g Cratis.Cli, or through Homebrew, or from a release binary. Follow with cratis completions install.

Once per project, so every agent working it can reach the store:

cratis init                 # detects the AI tools in use and writes project context
cratis init --refresh       # re-capture after upgrading the CLI

Two things worth knowing before running it:

  • The embedded catalog is a snapshot, not a live lookup. After a CLI upgrade it still describes the older surface; cratis init reports the mismatch and --refresh fixes it.
  • If the repository's instruction file is supplied by a shared package or a generated adapter, pass --no-context. Keep project-specific Chronicle connection guidance in a repository-owned project context file; never patch packaged or generated bytes.

Read the full file on GitHub · 200 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. today First seen · 200 lines · 92 tokens per session scan A 52047e93065a

Subscribe to this mod's changes

cratis-chronicle-cli-operations is a skill published in the GitHub repository Cratis/AI (2 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 2,256 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-09-06.

Related

Other skills, from other repositories

managedcode-orleans-graph

Integrate ManagedCode.Orleans.Graph into an Orleans-based .NET application for grain-call policy enforcement, deadlock detection, live-call telemetry, and Mermaid graph diagnostics. USE FOR: ManagedCode.Orleans.Graph integration; allowed grain transitions; Orleans call filters; live policy graphs; reviewing Orleans…

managedcode/dotnet-skills · 114 tokens

asynkron-profiler

Use the open-source free Asynkron.Profiler dotnet tool for CLI-first CPU, allocation, exception, contention, and heap profiling of .NET commands or existing trace artifacts. USE FOR: Asynkron.Profiler setup; automation-friendly profiling output; CPU, allocation, exception, contention, and heap investigation. DO NOT…

managedcode/dotnet-skills · 122 tokens

maui-ai-debugging

Legacy DevFlow debug skill. USE FOR: maui-ai-debugging, maui devflow, screenshots, visual tree, Blazor CDP, simulator/emulator debugging. DO NOT USE FOR: setup, desktop automation, AppleScript, host xdotool.

dotnet/maui-labs · 62 tokens

architecture-paradigm-cqrs-es

Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex domain logic or full state-change history.

athola/claude-night-market · 39 tokens

fix-feature-bug

Skill "fix-feature-bug" from markmhendrickson/neotoma, covering fix feature bug, workflow, error classification (configurable), configuration and inputs.

markmhendrickson/neotoma · 8 tokens

analyzing-code-structure

Use when editing code structure with text matching ambiguity, handling "oldstring not unique" problems, or performing formatting-independent pattern matching across function signatures, method calls, and class structures.

SebastienDegodez/copilot-instructions · 42 tokens