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

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran404 code lines / 7 files
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): Python with non-stdlib imports (committed-only policy): [('benchmark/report.py', 'statistics')]

What's inside

Components found

output-styles/justsaydone.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run

README

From the repository


# justsaydone

[![Built for Claude Code](https://img.shields.io/badge/built%20for-Claude%20Code-D97757?style=flat)](https://claude.com/claude-code)
[![CI](https://github.com/raiyanyahya/justsaydone/actions/workflows/ci.yml/badge.svg)](https://github.com/raiyanyahya/justsaydone/actions/workflows/ci.yml)
[![Replies up to 95% shorter](https://img.shields.io/badge/replies-up%20to%2095%25%20shorter-2ea44f?style=flat)](#benchmarks)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat)](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

← Back to Plugins