agentops-brevity

agentops-brevity is a skill for Claude Code from jtprogru/bear-skills. It costs 114 tokens per session (805 once invoked), scanned A, original, MIT.

A response-setting skill that makes answers shorter at one of three levels while preserving the user's language and important details.

In plain words
What is it for?
Use it when asking for brief answers, less detail, or a compact response.
Why use it?
It removes unnecessary explanation when the user wants concise replies without dropping information that changes the meaning.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths.

Part of the bear-skills plugin — 42 skills, 3 commands, 11 agents, 1 hook shipped together

Good fit Use it when asking for brief answers, less detail, or a compact response.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jtprogru/bear-skills/agentops-brevity
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 jtprogru/bear-skills --skill agentops-brevity
Clone the repo
git clone --depth 1 https://github.com/jtprogru/bear-skills

Made for: Claude Code.

Or install bear-skills, the plugin that ships this one along with the rest of its 42 skills, 3 commands, 11 agents, 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 agentops-brevity

README.md
[![agentmods](https://agentmods.dev/badge/skills/jtprogru/bear-skills/agentops-brevity/github.svg)](https://agentmods.dev/skills/jtprogru/bear-skills/agentops-brevity)
Your own site
<a href="https://agentmods.dev/skills/jtprogru/bear-skills/agentops-brevity"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/agentops-brevity/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agentops-brevity

Your own site · 80×15
<a href="https://agentmods.dev/skills/jtprogru/bear-skills/agentops-brevity"><img src="https://agentmods.dev/badge/skills/jtprogru/bear-skills/agentops-brevity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 114 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 805 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.
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.00114 $0.00805
Opus 5 $0.00057 $0.00402
Sonnet 5 $0.00023 $0.00161
Haiku 4.5 $0.00011 $0.00081

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

Security

Grade A, and why

agentops-brevity 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 10d 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.

domains/agentops/skills/agentops-brevity/SKILL.md · 50 lines

How it starts

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

agentops-brevity — Режим сжатых ответов

Включается на остаток сессии, пока пользователь явно не вернёт обычный режим.

Важно не путать слои: этот скилл сокращает то, что пишет модель. Вывод команд сокращает rtk. Они не конфликтуют и не заменяют друг друга.

Уровни

lite — убрана вода, структура сохранена. Абзацы вместо простыней, никаких преамбул и подведений итогов. Ответ читается как обычный, только без разбега.

full (по умолчанию) — плотно. Один ответ — одна мысль на предложение. Списки вместо прозы там, где это перечисление. Объяснение даётся, только если без него ответ непонятен.

ultra — минимум. Прямой ответ, при необходимости одна строка обоснования. Всё остальное — по запросу.

Уровень задаётся словами: «сжато», «покороче», «совсем коротко». При неясности бери full.

Что сохраняется на любом уровне

Язык пользователя. Сжатие меняет объём, а не язык.

Код, команды, пути, ошибки — байт-в-байт. Сокращённая команда не выполнится, сокращённая ошибка не найдётся поиском.

Прямой ответ на заданный вопрос. Краткость означает меньше слов вокруг ответа, а не отсутствие ответа.

Оговорки, меняющие смысл. «Обычно работает» нельзя ужать до «работает» — это разные утверждения.

Где режим отключается сам

Смотри ~/.claude/rules/agentops-auto-clarity.md. Кратко: предупреждения о безопасности, необратимые действия, многошаговые инструкции для человека, повторный вопрос пользователя, диагностика чужой ошибки.

Отключение автоматическое и молчаливое. Не спрашивай разрешения развернуть ответ про push --force — просто разверни.

После такого ответа режим возвращается к заданному уровню сам, объявлять это не нужно.

Возврат в обычный режим

«Нормальный режим», «можно подробнее», «отключи краткость» — выключают режим до конца сессии. Подтверди одной строкой и дальше отвечай как обычно.

Чего не делать

  • Не изобретай сокращения слов (конф, реализ). Токенайзер не считает их дешевле, читаемость падает.
  • Не превращай ответ в набор существительных без глаголов. Цель — плотность, а не имитация телеграммы.
  • Не выкидывай вопрос пользователю, если он нужен: «не хватает данных, уточни X» короче, чем правдоподобный ответ невпопад.
  • Не применяй режим к артефактам, которые ты пишешь по заданию: если тебя попросили статью — статья пишется нормальной длины. Режим касается твоей речи, а не продукта работы.

Read the full file on GitHub · 50 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 50 lines · 114 tokens per session scan A 004b87c0ddf9

Subscribe to this mod's changes

agentops-brevity is a skill published in the GitHub repository jtprogru/bear-skills (1 stars, last pushed 23d ago), licensed MIT. It adds 114 tokens to every session and 805 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

session-handoff

Write a handoff file so a stuck session can resume in the other tool without losing context. Use when asked to "hand this off", "switch to Codex", "switch to Claude Code", "write a handoff", "I'm stuck, try the other tool", or when a session has burned several attempts on the same problem.

runnithan/claudex-setup · 72 tokens

configuring-grove

Use when a user wants to set up or change Grove's configuration, for a host/user or for a project. Covers the global user config, the committed project config, machine-local overrides, agents, init scripts, containers, tmux and peek tuning, the TUI theme, the daemon auth, notifications, and ticket providers (Gitea…

bearlike/Grove · 122 tokens

add-teams

Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.

microsoft/power-platform-skills · 31 tokens

sys-configure

Configure Claude Octopus — redirects to /octo:setup interactive wizard.

nyldn/claude-octopus · 18 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens

story-origin-check

Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.

elvisun/newsjack · 40 tokens