FluffyUI AGENTS.md

FluffyUI AGENTS.md is an instructions file for Codex, OpenCode from odvcencio/FluffyUI. It costs 3,548 tokens per session, scanned A, original, MIT.

Repository instructions for FluffyUI, a Go framework for building terminal interfaces with reusable widgets, reactive state, graphics, accessibility support, and agent integration.

In plain words
What is it for?
Use them when working on FluffyUI's runtime, widgets, state, animation, graphics, GPU, terminal backends, accessibility, testing backend, or MCP integration.
Why use it?
They explain the framework's architecture, package layout, Go version, rendering backends, and major systems so changes fit the existing design.

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/odvcencio/fluffyui/agents-md
Clone the repo
git clone --depth 1 https://github.com/odvcencio/FluffyUI

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/odvcencio/fluffyui/agents-md.svg)](https://agentmods.dev/instructions/odvcencio/fluffyui/agents-md)
Your own site
<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>
Per session 3,548 This file is loaded in full into every session.
When invoked 3,548 The same file — it is already loaded in full.
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.03548 $0.03548
Opus 5 $0.01774 $0.01774
Sonnet 5 $0.00710 $0.00710
Haiku 4.5 $0.00355 $0.00355

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

Security

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.

AGENTS.md · 582 lines

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

Read the full file on GitHub · 582 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. 4d ago First seen · 582 lines · 3,548 tokens per session scan A c5251acebcbb

Subscribe to this mod's changes

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.