truestack-explain-plain

truestack-explain-plain is a skill for Claude Code from adtn0810/truestack. It costs 182 tokens per session (1,200 once invoked), scanned A, original, MIT.

A plain-English explanation guide for finished work or existing software behaviour. It starts with the big picture, defines technical terms briefly, and explains why choices were made.

In plain words
What is it for?
Use it after building or fixing something, or whenever someone asks what a component does or why it works a certain way. It can explain behaviour, structure, and trade-offs without investigating unrelated new topics.
Why use it?
It helps developers understand code and design decisions without requiring them to already know the project’s terminology. It turns an implementation report into an explanation that a beginner can follow.

Skill for Claude Code

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

Part of the truestack plugin — 23 skills, 8 commands, 2 hooks shipped together

Good fit Use it after building or fixing something, or whenever someone asks what a component does or why it works a certain way. It can explain behaviour, structure, and trade-offs without investigating unrelated new topics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adtn0810/truestack/truestack-explain-plain
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 adtn0810/truestack --skill truestack-explain-plain
Clone the repo
git clone --depth 1 https://github.com/adtn0810/truestack

Made for: Claude Code.

Or install truestack, the plugin that ships this one along with the rest of its 23 skills, 8 commands, 2 hooks.

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 truestack-explain-plain

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/adtn0810/truestack/truestack-explain-plain"><img src="https://agentmods.dev/badge/skills/adtn0810/truestack/truestack-explain-plain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,200 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.00182 $0.01200
Opus 5 $0.00091 $0.00600
Sonnet 5 $0.00036 $0.00240
Haiku 4.5 $0.00018 $0.00120

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

Security

Grade A, and why

truestack-explain-plain 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/truestack-explain-plain/SKILL.md · 87 lines

How it starts

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

truestack-explain-plain

Working code the user can't follow teaches nothing. The set's skills close their reports with a one-line "explain it simply" footer — but a footer is not a lesson. This skill fires when the explanation is the deliverable: what was built, why it's shaped that way, how the piece the user points at behaves — in plain English a junior developer can absorb, remember, and reuse. It is translation, not investigation: it explains what is already known or readable in place, and digs up nothing new.

When to use (and when not)

  • Automatically, after every build, fix, or design task — no request needed. Say what was done and why, sized to the change: substantial work gets the full lesson, a trivial change gets two plain sentences in the close. Either way it is one close — never the sibling's footer and a lesson stacked on top of each other.
  • Whenever the user asks to understand — "what does this do", "why did you build it that way", "walk me through it" — or signals confusion. "I don't get it" fires this skill, never a defense of the previous answer.
  • Not this skill: producing a verified model of an unfamiliar or shared artifact, or an upgrade path from it → truestack-reverse-engineering; a question about a third-party system with nothing shared to open → truestack-deep-research. When comprehension needs real investigation first, chain them — investigate, then explain the findings plainly. Reading the one file the user points at is translation; needing to chase its imports, callers, or an unfamiliar system to answer is investigation — chain it through truestack-reverse-engineering first.

1. Big picture first

Open with the what and the why in one or two sentences a beginner could repeat back. The reader who stops after the opening still leaves holding the idea; detail comes after, never instead.

2. Plain English — jargon pays a tax

No technical term unless it earns its place, and every term that stays gets a one-line definition at first use: "middleware — code that runs on every request before your route handler sees it." Expert framing that assumes prior knowledge is the failure mode, not a style choice.

Read the full file on GitHub · 87 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. 10d ago First seen · 87 lines · 182 tokens per session scan A 37dc7f871cac

Subscribe to this mod's changes

truestack-explain-plain is a skill published in the GitHub repository adtn0810/truestack (2 stars, last pushed 2mo ago), licensed MIT. It adds 182 tokens to every session and 1,200 once invoked, about $0.0009 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.