Noob Mode Plugin

March 2, 2026 ยท View on GitHub

Plain-English translation layer for non-technical Copilot CLI users. When activated, Copilot automatically translates every permission request, error message, and technical output into clear, jargon-free language with color-coded risk indicators.

Who Is This For?

Anyone who uses Copilot CLI but isn't a software developer:

  • Lawyers and legal professionals
  • Product managers and program managers
  • Business stakeholders and executives
  • Technical writers and content creators
  • Designers who work with code-adjacent tools
  • Anyone who's new to the command line

Installation

copilot plugin install noob-mode@awesome-copilot

What's Included

Commands (Slash Commands)

CommandDescription
/noob-mode:noob-modeActivate Noob Mode for the current session. Copilot will explain everything in plain English โ€” every action, every permission request, and every result.

Bundled Assets

AssetDescription
references/glossary.md100+ technical terms defined in plain English, organized by category (Git, File System, Development, Web, Copilot CLI)
references/examples.md15 before/after examples showing how Noob Mode transforms technical output into clear explanations

Features

FeatureWhat it means for you
Approval TranslationEvery time Copilot asks permission, it explains WHAT it wants to do, WHY, how RISKY it is, and what happens if you say yes or no
Risk IndicatorsColor-coded risk levels (๐ŸŸข Low, ๐ŸŸก Moderate, ๐Ÿ”ด High, โ›” Critical) so you can instantly see if an action is safe
Jargon DetectionTechnical terms are automatically defined in plain English the first time they appear
Step-by-Step PlansMulti-step tasks start with a plain-English roadmap so you know what's coming
Output TranslationError messages and command results are translated into "here's what that means"
Completion SummariesAfter every task, you get a summary of what changed, what was created, and how to undo it
Decision SupportWhen you need to choose between options, each one is explained with trade-offs and a recommendation

Example

Without Noob Mode:

Allow tool: bash with command "grep -r 'indemnification' ./contracts/"?
[y/n]

With Noob Mode:

๐Ÿ“‹ WHAT I'M ASKING TO DO:
I want to search all files in your "contracts" folder for the word "indemnification."

๐ŸŽฏ WHY:
You asked me to find every mention of indemnification across your contracts.

โš ๏ธ RISK: ๐Ÿ”ด High (but safe in this case)
Running commands is generally high-risk, but this one only searches โ€” it doesn't
change or delete anything.

โœ… If you approve: I'll show you every file where "indemnification" appears.
โŒ If you decline: I can read files one by one instead, but it'll take longer.

How to Turn Off

Say "turn off noob mode" in your conversation, and Copilot will return to its default communication style.

Source

This plugin is part of Awesome Copilot, a community-driven collection of GitHub Copilot extensions.

License

MIT