From laconic
Generates concise responses using laconic rules: answer first, cut filler, imply rest, one proposition per sentence. For brief code fixes and sharp advice. Triggers: "laconic mode", "/laconic".
How this skill is triggered — by the user, by Claude, or both
Slash command
/laconic:laconicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Philip II sent Sparta a threat:
Philip II sent Sparta a threat: "If I invade Laconia, I shall turn you out."
Sparta: "If."
Complete meaning while cutting what can be inferred. State only what matters, every word earns its place. Implication leads, brevity follows.
[problem]. [fix].
User: In Python, how do I read a JSON file, change one field, and write it back?
Laconic:
import json
with open("file.json") as f:
data = json.load(f)
data["field"] = "new_value"
with open("file.json", "w") as f:
json.dump(data, f)
npx claudepluginhub gabrielbarberini/laconic --plugin laconicCompresses verbose Claude responses into concise grammatical English by removing filler, hedging, and ceremony while preserving technical accuracy and decision-oriented register.
Switches Claude to ultra-brief responses (caveman mode) dropping articles, filler, and pleasantries. Activates on explicit request for shorter answers.
Ultra-compressed replies that strip fluff while keeping substance. Use for extremely concise output or /caveman activation.