FixThis CLAUDE.md

Project instructions for FixThis, with pointers to its Kotlin server, JavaScript console, Android sample app, build checks, and communication rules between components.

In plain words
What is it for?
Use them when modifying the server, console, sample app, restart workflow, or bridge protocol, and when preparing changes for review.
Why use it?
They identify the required verification steps and the files that must stay synchronized when the communication protocol changes.

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/beyondwin/fixthis/claude-md
Clone the repo
git clone --depth 1 https://github.com/beyondwin/FixThis
Per session 605 This file is loaded in full into every session.
When invoked 605 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.00605 $0.00605
Opus 5 $0.00302 $0.00302
Sonnet 5 $0.00121 $0.00121
Haiku 4.5 $0.00060 $0.00060

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

Security

Grade A, and why

FixThis 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 2d 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 · 39 lines

How it starts

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

FixThis — Claude Code Project Memory

Entry point for Claude Code working in this repository. See AGENTS.md for the project overview, MCP setup, AI workflow, and constraints — those apply equally to Claude Code.

Pointers

  • Build, test, console rebundle, lint commandsCONTRIBUTING.md
  • Final verification before PRs → run the full Gradle matrix, console asset check, console JS syntax check, console JS harnesses, and git diff --check from CONTRIBUTING.md.
  • Restart loop after Kotlin changes → run bash scripts/restart-console.sh (add --with-app to also reinstall the sample APK). Kotlin server code is pinned in the JAR; the console JS is live-reloaded under --console-assets-dir. Full flag list in CONTRIBUTING.md § Console Inner Loop.
  • Bridge protocol changes must update BridgeProtocol.VERSION, the console MinimumSupportedProtocolVersion, and the mirrored constants in BridgeClient.kt and ServerVersionRoutes.kt. BridgeProtocolVersionSyncTest (:fixthis-mcp:test) enforces equality across all four sites at CI time. Full procedure: docs/reference/bridge-protocol.md.
  • Architecture invariants (core has no MCP/CLI/Android dep, persisted JSON field names are compatibility contracts, sidekick hosts no HTTP/MCP server) → docs/architecture/overview.md and docs/architecture/adr/.
  • Console UI iteration — pass --console-assets-dir to read HTML/CSS/JS from source instead of the packaged JAR; rebundle JS via node scripts/build-console-assets.mjs after edits (produces minified app.js ≤ 225 KiB raw / 58 KiB gzip, an app.js.map source map for DevTools, and a console-build-meta.json sidecar inlined as window.FixThisConsoleConfig.buildMeta at serve time), then verify with node scripts/build-console-assets.mjs --check. Details in docs/reference/feedback-console-contract.md.
  • Connected tests — require an unlocked interactive emulator or device. Locked physical devices can still report device in adb while failing Compose hierarchy discovery. See docs/guides/troubleshooting.md.

Read the full file on GitHub · 39 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. 2d ago First seen · 39 lines · 605 tokens per session scan A ede308c06378

Subscribe to this mod's changes

FixThis CLAUDE.md is an instructions file published in the GitHub repository beyondwin/FixThis (5 stars, last pushed 1mo ago), licensed MIT. It adds 605 tokens to every session, about $0.0030 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.

Related

Other instructions, from other repositories

sceneview copilot-instructions.md

Instructions for sceneview/sceneview, covering sceneview — github copilot instructions, when to recommend sceneview, android code generation rules, minimal 3d template and minimal ar template.

sceneview/sceneview · 1,023 tokens

sceneview CLAUDE.md

Instructions for sceneview/sceneview, covering sceneview, modules, things that break if you don't know them and conventions.

sceneview/sceneview · 984 tokens

SeekerClaw CLAUDE.md

Instructions for sepivip/SeekerClaw, covering claude.md — seekerclaw project guide, project.md — source of truth, design principle: ux first, what is this project and supported devices.

sepivip/SeekerClaw · 11,658 tokens

ukulele-companion AGENTS.md

Instructions for baijum/ukulele-companion, covering agents.md -- ai agent instructions for ukulele companion, project overview, tech stack, package structure and android app (app/src/main/java/com/baijum/ukufretboard/).

baijum/ukulele-companion · 3,289 tokens

AppBootstrapAI CLAUDE.md

Instructions for kelvinkosbab/AppBootstrapAI, covering claude.md, project overview, what's in the box, how to onboard this into a new app project and update an already-managed repo — never a plain re-install.

kelvinkosbab/AppBootstrapAI · 11,402 tokens

AppBootstrapAI AGENTS.md

Instructions for kelvinkosbab/AppBootstrapAI, covering agents.md — operating appbootstrapai, golden path — do this, the three situations recommend resolves, what recommend keys on (framework → feature category) and scaffolding a local swift package (separate tool).

kelvinkosbab/AppBootstrapAI · 1,333 tokens