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.
npx agentmods add instructions/odvcencio/fluffyui/agents-mdgit clone --depth 1 https://github.com/odvcencio/FluffyUIWrote 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.
[](https://agentmods.dev/instructions/odvcencio/fluffyui/agents-md)<a href="https://agentmods.dev/instructions/odvcencio/fluffyui/agents-md"><img src="https://agentmods.dev/badge/instructions/odvcencio/fluffyui/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03548 | $0.03548 |
| Opus 5 | $0.01774 | $0.01774 |
| Sonnet 5 | $0.00710 | $0.00710 |
| Haiku 4.5 | $0.00355 | $0.00355 |
Grade A, and why
FluffyUI 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 582 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md - Contribution Guide for FluffyUI
This document provides essential context for AI agents and contributors working on FluffyUI, a Go-based terminal UI framework with sub-cell graphics, reactive state, and accessibility support.
Project Overview
FluffyUI is a comprehensive terminal UI framework featuring:
- 28+ packages organized by responsibility
- 35+ widgets with consistent patterns
- Sub-cell graphics using Braille/Sextant/Quadrant rendering
- Reactive state via signals and computed values
- Two backends: tcell (terminal), sim (testing)
- Built-in accessibility with screen reader support
- Agent integration via MCP protocol
Go Version: 1.24+
Directory Structure
fluffyui/
├── runtime/ # Core app loop, render pipeline, message handling
├── widgets/ # 35+ reusable UI components
├── state/ # Reactive signals and computed values
├── animation/ # Tweens, springs, particle systems
├── graphics/ # Sub-cell canvas with shapes and curves
├── gpu/ # GPU canvas and drivers (software/OpenGL/Metal)
├── backend/ # Backend abstractions
│ ├── tcell/ # Real terminal (tcell v2)
│ └── sim/ # Simulation for testing
├── keybind/ # Keyboard routing and command registry
├── forms/ # Form validation and coordination
├── accessibility/ # Screen reader support, focus management
├── agent/ # Out-of-process agent server with MCP
├── recording/ # Asciicast and video export
├── audio/ # Music and SFX service
├── compositor/ # Screen buffer and ANSI rendering
├── theme/ # Theme management
├── style/ # Style system (colors, attributes)
├── toast/ # Toast notifications
├── scroll/ # Virtual scrolling utilities
├── effects/ # Visual effects (gradients, glow)
├── dragdrop/ # Drag-and-drop interfaces
├── terminal/ # Terminal abstraction (keys, mouse)
├── clipboard/ # Clipboard abstraction
├── markdown/ # Markdown parsing and highlighting
├── progress/ # Progress tracking
├── testing/ # Test helpers
├── examples/ # 19+ example applications
├── docs/ # Comprehensive documentation
└── scripts/ # Recording and agent tools
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.
- 4d ago First seen · 582 lines · 3,548 tokens per session scan A c5251acebcbb
FluffyUI AGENTS.md is an instructions file published in the GitHub repository odvcencio/FluffyUI (10 stars, last pushed 1mo ago), licensed MIT. It adds 3,548 tokens to every session, about $0.0177 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.
Other instructions, from other repositories
pvetui AGENTS.md
AGENTS.md instructions for devnullvoid/pvetui, covering agent instructions, initial setup, development workflow, quick reference and code quality standards.
pvetui CLAUDE.md
Claude Code instructions for devnullvoid/pvetui: Canonical instructions live in AGENTS.md.
zot AGENTS.md
AGENTS.md instructions for patriceckhart/zot, covering working agreement for zot, product intent, starting a task, code ownership map and correctness contracts.
waveloom AGENTS.md
AGENTS.md instructions for Menfre01/waveloom, covering waveloom, 项目概要, 编码规范, 代码审查 and 开发流程.
ssm AGENTS.md
AGENTS.md instructions for lfaoro/ssm, covering ssm — agent working instructions, the prime directive, 2. non-negotiable rules, 3. architecture contracts (must remain true) and ssh config parser (pkg/sshconf).
microNeo AGENTS.md
Instructions for sollawen/microNeo, covering 基本规则, debug and 核心概念.