Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Bro (Say It Plainly)

Restates Claude's previous answer in plain, jargon-free human language.

UtilitiesBeginner53462AI 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 /bro or 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

  1. 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."
  2. After a deploy-failure log analysis, run /bro to get a two-sentence summary you can drop into Slack.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/michael-denyer/pstack-claude.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r pstack-claude/plugins/pstack/skills/bro ~/.claude/skills/
  5. Verify that ~/.claude/skills/bro/SKILL.md exists.
  6. Restart Claude Code, ask any question, then type /bro to confirm it works.