Claude Tools / Plugins / justsaydone
Plugins · raiyanyahya/justsaydone
justsaydone
Claude does the work and replies with one word: done. Cuts summaries, preamble, and wrap-up chatter to save output tokens and usage.
CLEARED_STATICclaude-onlyv0.1.1
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
output-styles/justsaydone.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
README
From the repository
# justsaydone [](https://claude.com/claude-code) [](https://github.com/raiyanyahya/justsaydone/actions/workflows/ci.yml) [](#benchmarks) [](LICENSE) **A mode for Claude Code that does the work and replies with one word.** No "Here's what I changed." No "Let me know if you need anything else." No recap of the diff you're about to read anyway. You asked for a thing, the thing happened, `done`. --- ## The idea We ❤️ Claude Code and it is a great engineer but a chatty coworker. Most of that chatter — the opening "I'll start by…", the running narration, the closing paragraph that re-summarizes the diff — restates what your **diff**, your **test output**, and your **own prompt** already told you. It costs output tokens, and it costs you the seconds spent reading past it. `justsaydone` is a mode you flip on **on purpo…