ashlr-brief

ashlr-brief is a command for coding agents from ashlrai/ashlr-plugin. It costs 58 tokens per session (1,050 once invoked), scanned A, original, MIT.

A setting that shortens Ashlr responses at three selectable levels while keeping code, errors, paths, and destructive-action confirmations complete.

In plain words
What is it for?
Use it to enable, disable, or inspect response-shortening, choose its intensity, or set a project-wide level when the account supports it.
Why use it?
It removes repetitive wording from long sessions, reducing the amount of response text without shortening important technical details.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the ashlr plugin — 11 skills, 36 commands, 5 agents, 7 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add commands/ashlrai/ashlr-plugin/ashlr-brief
Clone the repo
git clone --depth 1 https://github.com/ashlrai/ashlr-plugin

Or install ashlr, the plugin that ships this one along with the rest of its 11 skills, 36 commands, 5 agents, 7 hooks, 1 MCP server.

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 ashlr-brief

README.md
[![agentmods](https://agentmods.dev/badge/commands/ashlrai/ashlr-plugin/ashlr-brief.svg)](https://agentmods.dev/commands/ashlrai/ashlr-plugin/ashlr-brief)
Your own site
<a href="https://agentmods.dev/commands/ashlrai/ashlr-plugin/ashlr-brief"><img src="https://agentmods.dev/badge/commands/ashlrai/ashlr-plugin/ashlr-brief.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,050 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00058 $0.01050
Opus 5 $0.00029 $0.00525
Sonnet 5 $0.00012 $0.00210
Haiku 4.5 $0.00006 $0.00105

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

Security

Grade A, and why

ashlr-brief 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 5d 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.

commands/ashlr-brief.md · 98 lines

How it starts

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

Toggle ashlr-brief — a tunable, opt-in response-shortening layer. Free users get user-level preferences; Pro/Team users get project-level enforcement.

Usage

/ashlr-brief on                    # enable at default level (standard)
/ashlr-brief on lite               # mild trim — keeps full grammar
/ashlr-brief on standard           # default — drop padding
/ashlr-brief on concise            # max — fragments + arrows allowed
/ashlr-brief off                   # disable
/ashlr-brief status                # show current level + active source
/ashlr-brief --project standard    # write `.ashlr/brief.json` (Pro/Team only)

What it does

Level Reduction Effect
lite ~25–35% Drops filler; keeps full grammar
standard (default) ~35–45% Drops padding + transitions; keeps grammar
concise ~50–60% Fragments + arrows OK; abbreviations allowed for prose only

Code blocks, error messages, file paths, and destructive-action confirmations are always rendered in full grammar regardless of level. See skills/ashlr-brief/SKILL.md for the full ruleset.

Steps

on [level]

  1. Default level if omitted: standard. Validate level is one of lite | standard | concise.
  2. Write to ~/.ashlr/brief.json:
    { "level": "standard", "setAt": "<ISO8601>", "source": "user" }
    
    Use mkdir -p ~/.ashlr first if needed.
  3. Print:
    ashlr-brief: <level> ON. Effective on the next response.
    - Code blocks, errors, and destructive confirmations remain in full grammar.
    - Status line shows `[brief: <level>]` while active.
    Toggle off with: /ashlr-brief off
    

off

  1. Write to ~/.ashlr/brief.json:
    { "level": "off", "setAt": "<ISO8601>", "source": "user" }
    
  2. Print: ashlr-brief: OFF. Default verbosity restored.

status

  1. Read ~/.ashlr/brief.json (level field).
  2. Read <repo-root>/.ashlr/brief.json if present (project override).
  3. Print:
    ashlr-brief status
      user-level:    <level> (~/.ashlr/brief.json)
      project-level: <level> (.ashlr/brief.json) — Pro-enforced
      effective:     <project wins if Pro-set, else user>
    
    If no file exists for either, show <not set>.

Read the full file on GitHub · 98 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. 5d ago First seen · 98 lines · 58 tokens per session scan A ce100446c971

Subscribe to this mod's changes

ashlr-brief is a command published in the GitHub repository ashlrai/ashlr-plugin (3 stars, last pushed 5d ago), licensed MIT. It adds 58 tokens to every session and 1,050 once invoked, about $0.0003 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.