Install the plugin to make every Claude Code reply shorter and more direct.
Edit the style file to customize exactly how blunt or casual Claude's replies are.
Add the hook manually to a specific project without using the plugin system.
| vijeth-rai/laconic | abhay-pratapsingh-ctrl/chaptr | abhishek-akkal/finova | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | hard | easy |
| Complexity | 1/5 | 5/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a recent version of Node.js.
Laconic is a plugin for Claude Code, the command line coding assistant made by Anthropic, that changes how the assistant replies in conversation. Instead of long, hedged answers full of preamble, it aims to make Claude respond the way a person might text a trusted coworker on Slack: short, direct, and leading with the answer. The author built it as a response to a specific frustration, that some versions of Claude tend toward wordy replies, extra caveats before giving a straightforward yes or no, and asking permission for obvious next steps instead of just doing them. Technically, the plugin works through a hook called UserPromptSubmit, which Claude Code runs every time a user sends a message. That hook runs a small script, inject.mjs, which loads the contents of a file called style.md and injects it into the model's context right before it responds. Because this happens on every single message, the style instruction stays fresh throughout a long conversation instead of fading the way a one time instruction in a project's configuration file tends to. There is no separate step that judges the output or asks the model to redo a reply, and no extra cost per turn beyond the hook itself. There are two ways to install it. The simpler path uses Claude Code's own plugin system with two commands to add the marketplace and install the plugin, after which a restart of Claude Code is all that is needed, with nothing to configure by hand. The alternative is a manual hook added to a settings file that points at wherever the project is cloned on disk. Once installed, the actual behavior rules live in the style.md file, which can be edited at any time and takes effect on the very next message with no restart required. The only requirement to run it is a reasonably recent version of Node.js.
A Claude Code plugin and hook that makes Claude reply short and direct, like a text to a coworker, instead of writing long hedged answers.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.