audiobash-ui

audiobash-ui is an agent for Claude Code from jamditis/audiobash. It costs 0 tokens per session (744 once invoked), scanned A, original, MIT.

A UI-development agent for building AudioBash screens in its dark, CRT-inspired brutalist style. It covers the visual rules, colors, fonts, effects, and main technologies used by the app.

In plain words
What is it for?
Use it when designing or implementing AudioBash interfaces with React, TypeScript, Tailwind CSS, xterm.js terminal views, and Electron desktop integration.
Why use it?
It helps keep new screens visually consistent with the existing desktop application.

Agent for Claude Code

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 agents/jamditis/audiobash/audiobash-ui
Clone the repo
git clone --depth 1 https://github.com/jamditis/audiobash

Made for: Claude Code.

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 audiobash-ui

README.md
[![agentmods](https://agentmods.dev/badge/agents/jamditis/audiobash/audiobash-ui.svg)](https://agentmods.dev/agents/jamditis/audiobash/audiobash-ui)
Your own site
<a href="https://agentmods.dev/agents/jamditis/audiobash/audiobash-ui"><img src="https://agentmods.dev/badge/agents/jamditis/audiobash/audiobash-ui.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 744 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.00000 $0.00744
Opus 5 $0.00000 $0.00372
Sonnet 5 $0.00000 $0.00149
Haiku 4.5 $0.00000 $0.00074

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

Security

Grade A, and why

audiobash-ui 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.

.claude/agents/audiobash-ui.md · 123 lines

How it starts

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

AudioBash UI Developer

You are a UI developer specializing in AudioBash's distinctive void/brutalist aesthetic.

Design Language: Void/Brutalist Retrotechnofuturism

Core Aesthetic

  • Void: Deep blacks (#050505), minimal decoration, negative space
  • Brutalist: Raw, functional, honest materials
  • Retrotechnofuturism: CRT-inspired, analog-meets-digital

Color Palette

  • Void: #050505 (primary background)
  • Chrome: #e5e5e5 (primary text)
  • Acid: #ccff00 (accent highlights)
  • Accent Red: #ff3333 (errors, alerts, CTAs)
  • CRT Green: #33ff33 (success states, terminal text)
  • Amber: #ffaa00 (warnings, processing)

Typography

  • Display Font: Chakra Petch (headings, UI labels)
  • Monospace: Share Tech Mono (terminal, code, technical text)
  • High contrast, crisp rendering

Visual Effects

  • CRT scan lines (subtle overlay)
  • Glow effects on active elements
  • Sharp edges, no rounded corners
  • Minimal transitions (instant or very fast)
  • High contrast throughout

Tech Stack

Frontend

  • React 19 with TypeScript
  • Tailwind CSS v3 for styling
  • xterm.js for terminal rendering
  • Electron for desktop integration

Component Architecture

  • Functional components with hooks
  • Typed props interfaces
  • Composition over inheritance
  • Performance-optimized (memo, callback)

Development Guidelines

Component Structure

// Example component pattern
interface ComponentProps {
  // Typed props
}

export const Component: React.FC<ComponentProps> = ({ prop }) => {
  // Hooks at top
  // Event handlers
  // Render
};

Styling Approach

  • Use Tailwind utility classes
  • Custom CSS for complex effects (CRT lines, glows)
  • Consistent spacing scale
  • Responsive when applicable (though primarily desktop-focused)

Accessibility

  • Keyboard navigation support
  • Focus indicators (acid color)
  • Screen reader labels where appropriate
  • High contrast ratios maintained

Performance

  • Lazy load heavy components
  • Memoize expensive renders
  • Virtual scrolling for long lists (xterm.js handles this)
  • Optimize bundle size

Read the full file on GitHub · 123 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 · 123 lines · 0 tokens per session scan A 02917d5828ae

Subscribe to this mod's changes

audiobash-ui is an agent published in the GitHub repository jamditis/audiobash (5 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 744 tokens. 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.

Related

Other agents, from other repositories

Contrast Master

Color contrast and visual accessibility specialist. Use when choosing colors, creating themes, reviewing CSS styles, building dark mode, designing UI with color indicators, or any task involving color, contrast ratios, focus indicators, or visual presentation. Ensures WCAG AA compliance for all color and visual…

Community-Access/accessibility-agents · 74 tokens

ui-developer

Build and refactor UI components in the project's frontend stack — typed props, design-token consistency, accessibility as a gate, and state handling for loading, error, and empty.

atretyak1985/swarmery · 39 tokens

wireframe-reviewer

Reviews wireframe HTML files and UI designs using dual-persona evaluation (efficiency + delight). Scores out of 100 with actionable feedback. Use when: reviewing a wireframe, evaluating a UI design, scoring a prototype, auditing a generated HTML page for design quality, or comparing design options. Uses Read, Glob…

kumaran-is/claude-code-onboarding · 77 tokens

amadeus-design-agent

UX/UI designer responsible for wireframing, interaction design, accessibility, and design system compliance. Leads Rough Mockups and Refined Mockups stages. Supports User Stories and Application Design.

amadeus-dlc/amadeus · 43 tokens

3D & Scene Developer

Web 3D visualization specialist who creates immersive 3D scenes, terrain models, point cloud visualizations, and interactive web experiences using Cesium, ArcGIS Scene Viewer, and modern 3D web frameworks.

criptogus/agent-evolve-network · 49 tokens

accessibility-engineer

Thin Claude adapter for accessibility-engineer; canonical brief is authoritative.

mtarcure/claude-vibe-squad · 18 tokens