Home / yeisonrestrepo / code-conductor · skills/verbosity/SKILL.md · GitHub

verbosity skillA

verbosity is agent-read markdown (skill) from yeisonrestrepo/code-conductor: Response verbosity protocol: reads the level from ~/.claude/memory/verbosity.md and applies the MIN, INFO or VERBOSE output rules to every reply.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Verbosity

Read `~/.claude/memory/verbosity.md` once at the start of every session. Extract the value after `VERBOSITY:`. Default to MIN if the file is absent or the value is unrecognized.

## Levels

### MIN (default)
- One declarative sentence per response.
- `[CHANGES]` tag: list of files modified only. No prose explanation unless the user asks.
- On failure or ambiguity: one clarifying question. Nothing else.

### INFO
- Bullet list: what changed and why. Max 5 bullets.
- Tags: `[CHANGES]` + `[REASON]`.
- No prose paragraphs.

### VERBOSE
- Full explanation. Prose allowed.
- All applicable tags: `[CHANGES]`, `[REASON]`, `[PLAN]`, `[BUG]`.
- No length limit.

## Application

The active level is enforced by a `UserPromptSubmit` hook (`verbosity-remind.sh`) that fires before every response and injects a compact, level-aware reminder into the conversation context. The reminder is injected at each prompt boundary so the constraint survives context fills and session drift — not only at session start.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add yeisonrestrepo/code-conductor/verbosity@git:20260922.8fd811c
Exact content
mdr add yeisonrestrepo/code-conductor/verbosity@sha256:7fddce8cf08a7adf

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_3dkmviqmemxbyymk.svg)](https://markdownregistry.com/a/art_3dkmviqmemxbyymk)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.8fd811c latest2026-09-22 8fd811c 2,057 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2057 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

yeisonrestrepo/code-conductor · 7 stars · license MIT · pushed 2026-09-25 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_3dkmviqmemxbyymk
GET https://markdownregistry.com/api/v1/resolve?ref=yeisonrestrepo/code-conductor/verbosity
GET https://markdownregistry.com/api/v1/blob/7fddce8cf08a7adf1675ddfe07e1b0b8cc3783c113b51234bef70dddda14708a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from yeisonrestrepo/code-conductor

CLAUDE.md claude
yeisonrestrepo/code-conductor · CLAUDE.md
git:20260623.46b26a5 · audit A · 7 stars
CLAUDE.md@global claude
yeisonrestrepo/code-conductor · global/CLAUDE.md
git:20260922.8fd811c · audit A · 7 stars
CLAUDE.md@project-template claude
yeisonrestrepo/code-conductor · project-template/CLAUDE.md
git:20260922.8fd811c · audit A · 7 stars
agent-delegation skill
yeisonrestrepo/code-conductor · skills/agent-delegation/SKILL.md · Rules for when and how to spawn sub-agents: Explore for 3+ file reads, parallel agents for independent tasks, summaries…
git:20260922.8fd811c · audit A · 7 stars
code-simplifier skill
yeisonrestrepo/code-conductor · skills/code-simplifier/SKILL.md · Always-active simplicity rules: no speculative abstractions, one job per function, max 30 lines, flat over nested with…
git:20260922.8fd811c · audit A · 7 stars
critical-review skill
yeisonrestrepo/code-conductor · skills/critical-review/SKILL.md · 4-phase adversarial review protocol: pre-flight analysis, adversarial execution check, self-correction loop, and…
git:20260922.8fd811c · audit A · 7 stars
memory-first skill
yeisonrestrepo/code-conductor · skills/memory-first/SKILL.md · Lookup chain enforced before any file read or search: project memory, code graph, grep/glob, Explore sub-agent…
git:20260922.8fd811c · audit A · 7 stars

Every file in yeisonrestrepo/code-conductor

Browse by kind, by grade A, or by owner.