Explain
Eleven open-source, MIT-licensed skills for AI coding agents — /preflight, /audit, /ship, /remember and more. Plain-Markdown agent guardrails for Claude Code, Codex, Cursor & Hermes. Free layer of SlashStack.
npx -y skills add mverab/slashstack-skills --skill explainAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when technical agent output needs beginner-friendly translation without losing exact details.
SKILL.md
1.8 KB, as published. Nobody here has run it
Explain
Purpose
Translate technical agent output into beginner-friendly language while preserving the exact file paths, commands, errors, and decisions the user needs.
When to Use
Use when output from an agent, terminal, test run, error message, pull request, or implementation plan is too technical for the user to act on confidently.
Workflow
- Identify the source: name the command, file, diff, error, or agent message being explained.
- Preserve exact details: keep file paths, commands, package names, versions, error text, and config keys unchanged.
- Translate jargon: explain unfamiliar terms in beginner language.
- Separate facts from interpretation: clearly label what the output proves, what it suggests, and what remains unknown.
- Explain impact: state whether the issue blocks progress, is safe to ignore, or needs a specific action.
- Give the next safe action: provide one concrete prompt or command the user can run next.
- Modo Aprendiz: for the MOST confusing concept in the output, include three
sub-fields in beginner-friendly Spanish:
- Qué significa: what the concept means in plain language.
- Por qué importa: why it matters for the project.
- Qué hacer ahora: one concrete action to take now.
Output
A beginner explanation containing:
- Plain version: the short explanation in non-technical language
- Exact details: file paths, commands, or error lines that must not be changed
- Why it matters: the practical impact
- Modo Aprendiz: the most confusing concept with Qué significa, Por qué importa, and Qué hacer ahora
- Next safe step: one prompt or command to run next