tabame CLAUDE.md

tabame CLAUDE.md is an instructions file for coding agents from Far-Se/tabame. It costs 1,271 tokens per session, scanned A, original, MIT.

Project instructions for Tabame, a Windows-only Flutter desktop app that replaces the taskbar with a shortcut-driven menu and many small utilities. They explain the commands, architecture, and native Windows integration.

In plain words
What is it for?
Use them when developing or debugging Tabame features, the Flutter interface, the native Win32 plugin, Windows builds, tests, or static analysis.
Why use it?
They help contributors understand where features live and how to run, analyze, test, and build the application correctly.

Instructions file

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/far-se/tabame/claude-md
Clone the repo
git clone --depth 1 https://github.com/Far-Se/tabame

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 tabame CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/far-se/tabame/claude-md.svg)](https://agentmods.dev/instructions/far-se/tabame/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/far-se/tabame/claude-md"><img src="https://agentmods.dev/badge/instructions/far-se/tabame/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,271 This file is loaded in full into every session.
When invoked 1,271 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.01271 $0.01271
Opus 5 $0.00635 $0.00635
Sonnet 5 $0.00254 $0.00254
Haiku 4.5 $0.00127 $0.00127

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

Security

Grade A, and why

tabame CLAUDE.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.

CLAUDE.md · 46 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

What this is

Tabame is a Windows-only Flutter desktop app that replaces the taskbar with a "QuickMenu" — a hotkey-summoned popup with audio/media controls, pinned apps, a window switcher, an app launcher, bookmarks, timers, clipboard history, color picker, screenshot tools, and many other small utilities. It's a single Win32 desktop app built with window_manager for frameless/transparent windows and a custom tabamewin32 Flutter plugin for native Win32 interop (global hooks, media session, hotkeys).

Commands

  • Run/debug: run flutter run -d windows.
  • Build release: flutter build windows.
  • Lint: flutter analyze (uses analysis_options.yaml, based on package:lints/recommended.yaml with always_specify_types, prefer_relative_imports, and const-preferring rules enabled).
  • Tests: flutter test (all), flutter test test/launcher_core_test.dart (single file).
  • The tabamewin32 directory is a separate local Flutter plugin package (path dependency in pubspec.yaml) containing the native Win32 glue — edit it like a normal Flutter plugin (Dart in tabamewin32/lib, C++ in tabamewin32/windows).

Architecture

Startup flow

lib/main.dart parses CLI arguments first — Tabame relaunches itself as a separate process for several auxiliary windows (-spotlight, -editor, -screenCapture, -screenRecording, -screenDraw, -colorPicker, -msgbox, -run), each its own minimal entry point in lib/pages/. If none match, it goes through AppStartup (lib/logic/app_startup.dart): admin-relaunch check → register services/hooks → window_manager setup (frameless, transparent, always-on-top for QuickMenu; normal window for the Interface/settings page) → runApp(Tabame).

Multi-window-via-single-exe pattern

There isn't a router with multiple windows in one process — each "extra" surface (spotlight search, photo editor, screen capture/draw/recording, color picker, message boxes, run-status) is a new process launch of the same exe with a flag, handled at the top of main(). When adding a new standalone overlay/tool, follow this pattern rather than trying to open a second Flutter window in-process.

Read the full file on GitHub · 46 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 · 46 lines · 1,271 tokens per session scan A cd1ce43eb0e6

Subscribe to this mod's changes

tabame CLAUDE.md is an instructions file published in the GitHub repository Far-Se/tabame (366 stars, last pushed 3d ago), licensed MIT. It adds 1,271 tokens to every session, about $0.0064 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-30.