incident-timeline-reconstruction

incident-timeline-reconstruction is a skill for Claude Code, Codex from annatchijova/SKILLS. It costs 0 tokens per session (2,528 once invoked), scanned A, original, no licence file.

A method for reconstructing the order of events from logs and other records that may use different clocks or have missing coverage. It separates when something was recorded from when it likely happened, and sequence from cause.

In plain words
What is it for?
Use it for incident response, outage postmortems, and forensic investigations involving multiple data sources.
Why use it?
It prevents misleading incident reports caused by trusting timestamps or treating missing records as proof that nothing happened. It produces a timeline that can be checked against imperfect evidence.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it for incident response, outage postmortems, and forensic investigations involving multiple data sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/annatchijova/skills/incident-timeline-reconstruction
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 annatchijova/SKILLS --skill incident-timeline-reconstruction
Clone the repo
git clone --depth 1 https://github.com/annatchijova/SKILLS

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 incident-timeline-reconstruction

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/annatchijova/skills/incident-timeline-reconstruction"><img src="https://agentmods.dev/badge/skills/annatchijova/skills/incident-timeline-reconstruction.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,528 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 unknown 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.00000 $0.02528
Opus 5 $0.00000 $0.01264
Sonnet 5 $0.00000 $0.00506
Haiku 4.5 $0.00000 $0.00253

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

Security

Grade A, and why

incident-timeline-reconstruction 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.

incident-timeline-reconstruction/SKILL.md · 205 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 205 lines · 0 tokens per session scan A ad8446a06854

Subscribe to this mod's changes

incident-timeline-reconstruction is a skill published in the GitHub repository annatchijova/SKILLS (4 stars, last pushed 10d ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 2,528 tokens. 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

alterlab-link-health

Audits and repairs Markdown link health across a skills repo via a four-tier pipeline (config hardening, intra-repo file-ref fixes, external URL substitutions, residual exclusions) and enforces a Tier 3 substitution guardrail that prevents regressions of previously-passing links; designed for lychee-based GitHub…

AlterLab-IEU/AlterLab-Academic-Skills · 160 tokens

opus-pocus

The grand ritual — run the Opus Pocus audit passes over this repo's Claude instruction layer (memory files, hooks, skills, agents) and its automation layer, then emit The O.W.L. report with a grade per spell and a fix table you approve from. Triages first, so passes with no subject in your repo are marked N/A rather…

Totes-MickGOATs/opus-pocus · 176 tokens

alohomora

Audit blocking guards for over-reach — false positives that refuse legitimate work. Finds path resolution that treats out-of-scope paths as in-scope, guards applied to work outside the resource they protect, matching on symptom instead of emitter AND condition, missing or uncapped escape hatches, and block messages…

Totes-MickGOATs/opus-pocus · 160 tokens

finite-recursum

Audit the repo's Claude instructions for self-correction death spirals — verify-your-work prompts, Stop/advisory hooks that re-fire on unchanged state, unbounded review→fix→re-review loops, and obligations that can never be discharged. Use for "Claude keeps re-checking itself", "the session never ends", "hooks keep…

Totes-MickGOATs/opus-pocus · 119 tokens

dev-fix

Loop de diagnóstico disciplinado para bugs — sem PLAN.md, direto ao ponto. Constrói feedback loop reproduzível primeiro, ranqueia hipóteses falsificáveis, instrumenta um probe por hipótese, corrige com teste de regressão e limpa os rastros. Tem modo rápido para bug trivial. Use quando o usuário disser "/dev-fix", "tem…

calneymgp/solodev · 124 tokens

root-cause-first

Debugging discipline. Use whenever diagnosing a bug, error, test failure, crash, regression, flaky behavior, or unexpected output, and especially before applying any fix. Also trigger when a previous fix attempt did not work and another attempt is about to be made.

benjaminard/fable-skills · 57 tokens