Explain Simply — Development skill for Claude Code
Plain-language Agent Skill for decision-ready technical reports in Claude Code and Codex.
How to install Explain Simply
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ssauma/explain-simply and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Explain Simply does
Plain-language Agent Skill for decision-ready technical reports in Claude Code and Codex.
Alternatives in Development
- Book To Skill — Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work 25.9k ★
- Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
- Explain Like Senior — Senior Developer Explanation 2.8k ★
README
Explain Simply
English | [Korean](README.ko.md)
Explain Simply turns dense technical reports into plain-language explanations that preserve facts, uncertainty, risk, and the next decision.
It ships as one skills-only plugin for both Claude Code and Codex. It contains no hooks, executable scripts, MCP servers, network requests, or automatic update checks.
Install
Claude Code
/plugin marketplace add ssauma/explain-simply
/plugin install explain-simply@explain-simply
Invoke it explicitly with `/explain-simply:explain-simply`, or ask Claude to explain a report in plain language.
Codex
codex plugin marketplace add ssauma/explain-simply
codex plugin add explain-simply@explain-simply
Start a new Codex session, then invoke `$explain-simply` or ask for a plain-language explanation.
Automatic invocation
The skill is designed to be discovered from natural follow-ups such as:
Explain this in plain English.Make this easier to understand.Can you say that in normal words?What does that actually mean?Explain it so I can understand it.
What it preserves
- The current state and why it matters
- Decision-relevant numbers, thresholds, dates, and scope
- The boundary between confirmed facts, inference, and unknowns
- Remaining risks, blockers, and the next action or decision
- The language and level of detail requested by the reader
Repository layout
.agents/plugins/marketplace.json Codex marketplace
.claude-plugin/marketplace.json Claude Code marketplace
plugins/explain-simply/
.claude-plugin/plugin.json Claude Code manifest
.codex-plugin/plugin.json Codex manifest
skills/explain-simply/SKILL.md Shared skill instructions
evals/cases.md Behavioral acceptance cases
Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for development and release checks.
Use the repository's issue forms for bugs and r
Related Skills
Portfolio Explain Limits
Explain portfolio optimization limitations in plain language
Explain For Dumb
Claude Code skill that explains code changes in plain human language — no scary jargon. Two modes: a 'for dumm
Check Compat
Check whether a Coq project's declared dependencies are mutually compatible. Detect version conflicts before t
Explain Error
You are executing the /explain-error command. Your job is to diagnose a Coq type error: parse it, gather conte
Brotherme Help
Explain what BrotherMode does and how to use it, in plain language
Brotherme Update
Check the installed version against the newest release and explain how to update, in plain language
Related Agents
Style Reviewer
Audit draft reports for clarity, accessibility, and plain-language style without changing meaning or weakening
MVP Advisor
Translate a business idea into a concrete technical spec. Use when the user describes what they want to build
Explain
This agent should be invoked to explain code, changes, pull requests, or concepts in plain English. This inclu