communicating-concisely

communicating-concisely is a skill for Claude Code, Codex from GanyuanRan/Aegis. It costs 34 tokens per session (516 once invoked), scanned A, original, MIT.

A communication guide for producing shorter, more direct answers when brevity is requested. It keeps technical terms, code, and error messages unchanged while removing unnecessary wording.

In plain words
What is it for?
Use it for brief explanations, compressed status updates, and concise responses to coding tasks.
Why use it?
It helps reduce long responses and saves reading time without hiding important technical details. It is intended for situations where only the essentials are needed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the aegis plugin — 22 skills, 3 commands, 1 hook shipped together

Good fit Use it for brief explanations, compressed status updates, and concise responses to coding tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ganyuanran/aegis/communicating-concisely
About the project

Aegis is a method pack that guides coding agents to inspect a project's baseline, make bounded changes, and verify their work with fresh evidence. It is for people using coding-agent hosts who want fewer unverified changes and less unnecessary process. The catalogue add-ons implement this method through skills, instructions, commands, a hook, and a plugin.

GanyuanRan/Aegis · 1,172 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GanyuanRan/Aegis --skill communicating-concisely
Clone the repo
git clone --depth 1 https://github.com/GanyuanRan/Aegis

Made for: Claude Code, Codex.

Or install aegis, the plugin that ships this one along with the rest of its 22 skills, 3 commands, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for communicating-concisely

README.md
[![agentmods](https://agentmods.dev/badge/skills/ganyuanran/aegis/communicating-concisely.svg)](https://agentmods.dev/skills/ganyuanran/aegis/communicating-concisely)
Your own site
<a href="https://agentmods.dev/skills/ganyuanran/aegis/communicating-concisely"><img src="https://agentmods.dev/badge/skills/ganyuanran/aegis/communicating-concisely.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.00516
Opus 5 $0.00017 $0.00258
Sonnet 5 $0.00007 $0.00103
Haiku 4.5 $0.00003 $0.00052

Measured 9d ago against content hash d6ce71259956, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

communicating-concisely scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/communicating-concisely/SKILL.md · 70 lines

How it starts

The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Communicating Concisely

Activation

Triggered by: "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or /communicating-concisely. Once active, applies to EVERY response until explicitly deactivated.

Mode Rules

Drop these categories:

  • Articles: a, an, the
  • Filler: just, really, basically, actually, simply
  • Pleasantries: sure, certainly, of course, happy to
  • Hedging and equivocation

Keep exact (never abbreviate or alter):

  • Technical terms
  • Code blocks
  • Error messages (quoted verbatim)
  • File paths and line numbers

Structural rules:

  • Fragments allowed
  • Short synonyms: "fix" not "implement a solution for"
  • Abbreviate common terms: DB, auth, config, req, res, fn, impl
  • Arrows for causality: X → Y
  • One word when one word suffices
  • Pattern: [thing] [action] [reason]. [next step].

Example:

Don't: "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by..."

Do: "Bug in auth middleware. Token expiry check uses < not <=. Fix:"

Auto-Clarity Exception

Temporarily exit caveman mode for:

  1. Security warnings
  2. Irreversible action confirmations
  3. Multi-step sequences where fragment order risks misread
  4. User asks for clarification or repeats their question

After the clear section finishes, resume caveman. Example:

Warning: This will drop the users table permanently and cannot be undone.

DROP TABLE users;

Caveman resume. Verify backup exists first.

Deactivation

User says "stop caveman" or "normal mode" → resume normal communication.

Benefits

Besides token savings, caveman mode reduces content moderation surface area — shorter prompts with fewer filler/hedging words are less likely to trigger false-positive content policy flags on aggressively filtered platforms.

Red Flags

  • Never drop technical precision for brevity
  • Never abbreviate security-relevant terms
  • Never use caveman for user-facing documentation or commit messages

Read the full file on GitHub · 70 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 70 lines · 34 tokens per session scan A d6ce71259956

Subscribe to this mod's changes

communicating-concisely is a skill published in the GitHub repository GanyuanRan/Aegis (1,172 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 516 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

rulesync

Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.

dyoshikawa/rulesync · 64 tokens

gitnexus

A code-graph analysis add-on for examining an existing codebase, including symbols, call paths, execution flows, and effects across repositories. It can query GitNexus through its command-line or MCP interfaces.

hashgraph-online/awesome-codex-plugins · 58 tokens

loop

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding learning capture. Loaded on demand by the architect when the loop…

ZaxbyHub/opencode-swarm · 72 tokens

restore-internals-seams-in-finally-blocks-after-each-test

When delegating a task affected by this skill, include.

ZaxbyHub/opencode-swarm · 26 tokens

loongsuite-pilot-insight

A reporting workflow for turning LoongSuite Pilot and AI coding-agent logs into structured reports about events, teams, data quality, development efficiency, and AI use. It defines the meaning of the log fields and the measurements used in dashboards.

alibaba/loongsuite-pilot · 91 tokens