postmortem-th

postmortem-th is a skill for Claude Code from PiNocPie/thai-claude-skills. It costs 0 tokens per session (448 once invoked), scanned A, original, no licence file.

A postmortem-writing helper for documenting what happened after an incident or project. A postmortem records causes, effects, and lessons so a team can learn from the event.

In plain words
What is it for?
Use it to write postmortems about incidents, failures, or completed work.
Why use it?
It helps create a structured account of the event instead of relying on incomplete memories or scattered notes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the thai-worker-skills plugin — 68 skills shipped together

Good fit Use it to write postmortems about incidents, failures, or completed work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pinocpie/thai-claude-skills/postmortem-th
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 PiNocPie/thai-claude-skills --skill postmortem-th
Clone the repo
git clone --depth 1 https://github.com/PiNocPie/thai-claude-skills

Made for: Claude Code.

Or install thai-worker-skills, the plugin that ships this one along with the rest of its 68 skills.

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 postmortem-th

README.md
[![agentmods](https://agentmods.dev/badge/skills/pinocpie/thai-claude-skills/postmortem-th/github.svg)](https://agentmods.dev/skills/pinocpie/thai-claude-skills/postmortem-th)
Your own site
<a href="https://agentmods.dev/skills/pinocpie/thai-claude-skills/postmortem-th"><img src="https://agentmods.dev/badge/skills/pinocpie/thai-claude-skills/postmortem-th/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 postmortem-th

Your own site · 80×15
<a href="https://agentmods.dev/skills/pinocpie/thai-claude-skills/postmortem-th"><img src="https://agentmods.dev/badge/skills/pinocpie/thai-claude-skills/postmortem-th.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 448 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.00448
Opus 5 $0.00000 $0.00224
Sonnet 5 $0.00000 $0.00090
Haiku 4.5 $0.00000 $0.00045

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

Security

Grade A, and why

postmortem-th 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 10d 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/productivity/postmortem-th/SKILL.md · 47 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 10d ago First seen · 47 lines · 0 tokens per session scan A a9de9189d750

Subscribe to this mod's changes

postmortem-th is a skill published in the GitHub repository PiNocPie/thai-claude-skills (15 stars, last pushed 1mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 448 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-30.

Related

Other skills, from other repositories

debugging

Runs a hypothesis-driven debugging loop across any language or binary, escalating to orthogonal oracle angles and locking the fix with a failing test. Use for crashes, silent failures, hangs, wrong responses, memory leaks, async misbehavior, or reverse engineering.

code-yeongyu/oh-my-openagent · 53 tokens

lcx-doctor

Diagnose LazyCodex and Codex CLI installation health against the latest sources. Use whenever the user asks for a doctor or health check, says LazyCodex, lazycodex-ai, omo-codex, or Codex behaves oddly after an install, update, or config change, suspects a stale, drifted, or broken setup, or wants the local install…

code-yeongyu/oh-my-openagent · 93 tokens

lcx-report-bug

Create a high-signal bug issue or PR in the repo that owns the defect. Use this whenever the user asks to report, file, open, or triage a LazyCodex, lazycodex-ai, omo-codex, Codex plugin, or upstream Codex CLI bug, especially when they need source-backed root cause, reproduction steps, fix guidance, and GitHub routing.

code-yeongyu/oh-my-openagent · 85 tokens

ast-grep

Searches and rewrites code by AST shape across 25 languages. Use when the target is a syntax pattern (every call/class/import shaped like X, a codemod, a YAML rule) rather than literal text; for plain strings, comments, or filenames, use rg.

code-yeongyu/oh-my-openagent · 61 tokens

remove-deadcode

Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead code, dead code, cleanup, remove unused.

code-yeongyu/oh-my-openagent · 41 tokens

lsp

Use when Codex needs language-server diagnostics, definitions, references, symbols, or rename safety checks in the current workspace.

code-yeongyu/oh-my-openagent · 27 tokens