Bro (Say It Plainly)
Restates Claude's previous answer in plain, jargon-free human language.
UtilitiesBeginner★ 534⑂ 62AI score 6/10Last updated: Sep 22, 2026
What it does
- Rewrites Claude's last message without jargon.
- Compresses long-winded explanations into something short and clear.
- Triggers on
/broor any "say it plainly" style request. - Does no new research or computation — it only rephrases what was already said.
Who it's for
- PMs, designers, and founders who don't live in technical vocabulary.
- Engineers who need to relay technical answers to non-technical stakeholders.
- Anyone who wants a one-liner to paste into meeting notes or Slack.
- Learners who struggle with dense, acronym-heavy explanations.
Examples
- Claude says "this module is bound as a singleton via the DI container" →
/bro→ "This piece gets created once and shared everywhere in the app." - After a deploy-failure log analysis, run
/broto get a two-sentence summary you can drop into Slack. - A legalese-heavy contract summary →
/bro→ the same points in everyday words.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/michael-denyer/pstack-claude/HEAD/plugins/pstack/skills/bro/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the plugins/pstack/skills/bro folder from the GitHub repo michael-denyer/pstack-claude into my ~/.claude/skills/bro/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/michael-denyer/pstack-claude.git && mkdir -p ~/.claude/skills && cp -r pstack-claude/plugins/pstack/skills/bro ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/michael-denyer/pstack-claude.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r pstack-claude/plugins/pstack/skills/bro ~/.claude/skills/ - Verify that
~/.claude/skills/bro/SKILL.mdexists. - Restart Claude Code, ask any question, then type
/broto confirm it works.
View source on GitHub ↗License: MIT