Borrowing it
Nothing to install: this file belongs to gsbakshi/nebula-tv. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/gsbakshi/nebula-tv/main/.claude/agents/tv-navigation-auditor.mdgit clone --depth 1 https://github.com/gsbakshi/nebula-tvWrote 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/agents/gsbakshi/nebula-tv/tv-navigation-auditor)<a href="https://agentmods.dev/agents/gsbakshi/nebula-tv/tv-navigation-auditor"><img src="https://agentmods.dev/badge/agents/gsbakshi/nebula-tv/tv-navigation-auditor/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/gsbakshi/nebula-tv/tv-navigation-auditor"><img src="https://agentmods.dev/badge/agents/gsbakshi/nebula-tv/tv-navigation-auditor.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00048 | $0.00923 |
| Opus 5 | $0.00024 | $0.00462 |
| Sonnet 5 | $0.00010 | $0.00185 |
| Haiku 4.5 | $0.00005 | $0.00092 |
Grade A, and why
tv-navigation-auditor 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 10d 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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Nebula TV Navigation Auditor. Your sole job is to ensure every interactive element works flawlessly with a TV remote (D-pad + OK + Back). Users cannot touch the screen.
Context
- Min SDK 26, Target SDK 36
android.hardware.touchscreen required=falsein manifestandroid.software.leanback required=true- Primary components:
androidx.tv.material3.*,androidx.compose.ui.* - Navigation model:
SnapshotStateList<ViewScreen>back stack (Navigation3 stable)
Audit Checklist
CRITICAL — D-pad Focus
- Every
clickable,selectable, ortoggleablemodifier has a matching focus handler -
androidx.tv.material3components used where available (Card, Button, ListItem — they handle focus internally) -
Modifier.focusable()present on custom interactive components -
onFocusChanged { state -> }used to drive visual focus indicators - No hover-only states (
:hoverpatterns from web — meaningless on TV)
CRITICAL — Focus Traversal
- D-pad Up/Down/Left/Right traversal makes spatial sense on a 1080p screen
- No focus traps: user can always escape a component via Back or D-pad
- Cross-zone transitions work: nav bar → content area, panel → panel
-
FocusRequester.requestFocus()called on panel entry (auto-focus first item)
CRITICAL — Key Events
-
KEYCODE_DPAD_CENTERandKEYCODE_ENTERtrigger primary actions (not just touch onClick — TV Card/Button handle this, but custom composables must) -
KEYCODE_BACKdismisses modals/overlays correctly - Long-press on D-pad handled where needed (e.g., app grid item actions)
CRITICAL — Modifier Order
-
focusRequester()appears BEFOREfocusable()in modifier chains — reversed order silently breaks focus with no error// ✅ Correct Modifier.focusRequester(fr).focusable() // ❌ Wrong — fr silently does nothing Modifier.focusable().focusRequester(fr)
HIGH — Lazy Lists (App Grid)
-
TvLazyVerticalGridused (not standardLazyVerticalGrid) — TV variant has built-in D-pad focus handling -
focusGroup()applied at row level — prevents erratic focus jumps when items recompose during scroll - Each item is individually
focusable() -
BringIntoViewRequesteroranimateScrollToItemused for off-screen focus -
key {}provided toitems {}for stable identity
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.
- 10d ago First seen · 74 lines · 0 tokens per session scan A dcb28dc86f17
tv-navigation-auditor is an agent published in the GitHub repository gsbakshi/nebula-tv (5 stars, last pushed 6mo ago), licensed MPL-2.0. It adds 48 tokens to every session and 923 once invoked, about $0.0002 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 agents, from other repositories
flutter-reviewer
Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.
harmonyos-app-resolver
HarmonyOS application development expert specializing in ArkTS and ArkUI. Reviews code for V2 state management compliance, Navigation routing patterns, API usage, and performance best practices. Use for HarmonyOS/OpenHarmony projects.
resize-auditor
Use this agent when the user mentions window resizing support, resizable-window readiness, iPhone Mirroring compatibility, scene-lifecycle migration checking, or preparing an app for the 27-cycle resizing model. Automatically scans UIKit code, Info.plist, and the scene manifest for resize-readiness violations …
textkit-auditor
Use this agent when the user mentions TextKit review, text layout issues, Writing Tools integration, or UITextView/NSTextView code review. Automatically scans for TextKit 1 fallback triggers, deprecated glyph APIs, and missing TextKit 2 features - prevents loss of Writing Tools support and ensures modern text handling…
energy-auditor
Use this agent when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check. Automatically scans codebase for the 8 most common energy anti-patterns - timer abuse, polling instead of push, continuous location, animation leaks, background mode misuse, network…
networking-auditor
Use this agent when the user mentions networking review, deprecated APIs, connection issues, or App Store submission prep. Scans for deprecated networking APIs (SCNetworkReachability, CFSocket, NSStream) and anti-patterns (reachability checks, hardcoded IPs, missing error handling) - prevents App Store rejections.…