AgentVibes AGENTS.md

AgentVibes AGENTS.md is an instructions file for Codex, OpenCode from paulpreibisch/AgentVibes. It costs 1,234 tokens per session, scanned A, a copy of AgentVibes copilot-instructions.md, Apache-2.0.

A set of instructions for using AgentVibes, a tool that reads coding-agent messages aloud, during development.

In plain words
What is it for?
Use it to configure spoken acknowledgments and completion messages for every user interaction.
Why use it?
It tells the agent when to speak, how much to say, and which settings to use, so voice output follows consistent rules.

Instructions file for CodexOpenCode

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 instructions/paulpreibisch/agentvibes/agents-md
Clone the repo
git clone --depth 1 https://github.com/paulpreibisch/AgentVibes

Made for: Codex, OpenCode.

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 AgentVibes AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/paulpreibisch/agentvibes/agents-md.svg)](https://agentmods.dev/instructions/paulpreibisch/agentvibes/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/paulpreibisch/agentvibes/agents-md"><img src="https://agentmods.dev/badge/instructions/paulpreibisch/agentvibes/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,234 This file is loaded in full into every session.
When invoked 1,234 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 91% copy Near-identical to another mod 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.01234 $0.01234
Opus 5 $0.00617 $0.00617
Sonnet 5 $0.00247 $0.00247
Haiku 4.5 $0.00123 $0.00123

Measured 2d ago against content hash 146db17f4621, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

AgentVibes AGENTS.md 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 2d 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.

Origin

This is a copy

91% identical to AgentVibes copilot-instructions.md — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

AGENTS.md · 126 lines

How it starts

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

AgentVibes TTS Protocol

CRITICAL: You MUST execute TTS at TWO points for EVERY user interaction using the text_to_speech MCP tool:

  1. Acknowledgment - Start of task: text_to_speech(text="[action]")
  2. Completion - End of task: text_to_speech(text="[result + key details]")

Example:

[text_to_speech(text="Checking git status")]
[work...]
[text_to_speech(text="Repository is clean, no changes")]

Dynamic Configuration

On session start, call get_config to read the current AgentVibes settings (voice, personality, verbosity, speed). Use these values for all subsequent TTS calls. If get_config fails, use the defaults below.

Default Verbosity: MEDIUM

  • Acknowledgment: Action + key approach
  • Completion: Result + important decisions
  • Include: Major choices only

Default Style: normal

Rules

  1. Never skip acknowledgment TTS
  2. Never skip completion TTS
  3. Match verbosity level
  4. Keep TTS text under 150 characters
  5. Always include errors in completion TTS

Quick Ref: low=action+result | medium=+key decisions | high=+full reasoning

Available MCP Tools

AgentVibes provides these tools via MCP:

  • text_to_speech — Speak text aloud (supports text, personality, voice, language params)
  • mute / unmute — Toggle TTS audio
  • list_voices — Show available voices
  • set_voice — Change the active voice
  • set_personality — Change speaking personality (sarcastic, pirate, zen, etc.)
  • set_speed — Adjust speech rate
  • set_verbosity — Change verbosity level (low, medium, high)
  • list_personalities — Show available personalities
  • get_config — Show current TTS configuration

BMAD Agent Voice Routing

If .bmad-agent-context exists in the project root, check its content:

Single agent mode (content is an agent ID like "analyst"): Use text_to_speech with the agent's voice/personality for all speech.

Party mode (content is "party-mode"): Each BMAD agent should speak using text_to_speech with their display name as the personality. When multiple agents respond in a roundtable discussion, call text_to_speech sequentially (not in parallel) so agents speak one at a time.

Read the full file on GitHub · 126 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. 2d ago First seen · 126 lines · 1,234 tokens per session scan A 146db17f4621

Subscribe to this mod's changes

AgentVibes AGENTS.md is an instructions file published in the GitHub repository paulpreibisch/AgentVibes (153 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,234 tokens to every session, about $0.0062 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to AgentVibes copilot-instructions.md, differing in 8 lines, and is treated as a copy.