whatisgithub

What is laconic?

vijeth-rai/laconic — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · developerComplexity · 1/5Setup · easy

In one sentence

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.

Mindmap

mindmap
  root((laconic))
    What it does
      Shortens Claude replies
      Answer first style
    Tech stack
      JavaScript
      Node.js
      Claude Code hook
    Use cases
      Install as plugin
      Edit style rules
      Manual hook setup
    Audience
      Developers
      Claude Code users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Install the plugin to make every Claude Code reply shorter and more direct.

USE CASE 2

Edit the style file to customize exactly how blunt or casual Claude's replies are.

USE CASE 3

Add the hook manually to a specific project without using the plugin system.

What is it built with?

JavaScriptNode.jsClaude Code

How does it compare?

vijeth-rai/laconicabhay-pratapsingh-ctrl/chaptrabhishek-akkal/finova
Stars000
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyhardeasy
Complexity1/55/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires a recent version of Node.js.

So what is it?

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.

Copy-paste prompts

Prompt 1
Install the laconic plugin in Claude Code using its marketplace commands and confirm it is active.
Prompt 2
Show me how to edit style.md in this repo to make Claude's replies even shorter.
Prompt 3
Explain how the UserPromptSubmit hook in this repo injects style instructions before every reply.

Frequently asked questions

What is laconic?

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.

What language is laconic written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.

How hard is laconic to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is laconic for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.