bestax CLAUDE.md

bestax CLAUDE.md is an instructions file for coding agents from allxsmith/bestax. It costs 3,886 tokens per session, scanned A, original, MIT.

A project guide for Bestax, a TypeScript library of React interface components styled with Bulma, a CSS framework. The repository is a monorepo, meaning one repository contains several related packages and applications.

In plain words
What is it for?
Use it when changing the component library, documentation site, scaffolding tools, migration CLI, agent skills, telemetry worker, or automation workflows.
Why use it?
It explains which parts of the repository affect releases, production services, documentation, and security. This helps agents avoid treating release-affecting files as ordinary cosmetic code.

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/allxsmith/bestax/claude-md
Clone the repo
git clone --depth 1 https://github.com/allxsmith/bestax

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/allxsmith/bestax/claude-md.svg)](https://agentmods.dev/instructions/allxsmith/bestax/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/allxsmith/bestax/claude-md"><img src="https://agentmods.dev/badge/instructions/allxsmith/bestax/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,886 This file is loaded in full into every session.
When invoked 3,886 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.03886 $0.03886
Opus 5 $0.01943 $0.01943
Sonnet 5 $0.00777 $0.00777
Haiku 4.5 $0.00389 $0.00389

Measured today against content hash 0bfef71d9c4f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bestax 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 today.

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 · 228 lines

How it starts

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

bestax

React component library for Bulma v1 in TypeScript. pnpm monorepo orchestrated by turbo:

  • bulma-ui/ — the library, published as @allxsmith/bestax-bulma (has its own CLAUDE.md)
  • docs/ — Docusaurus site → https://bestax.io (has its own CLAUDE.md)
  • create-bestax/ — the npm create bestax scaffolder (has its own CLAUDE.md)
  • bestax-migrate/ — the bestax-migrate codemod CLI (has its own CLAUDE.md)
  • bestax-mcp/ — the bestax-mcp MCP server; its data/ index is generated (has its own CLAUDE.md)
  • skills/ — Agent Skills, a shipped product bundled into create-bestax (has its own CLAUDE.md)
  • telemetry-worker/ — Cloudflare Worker ingesting the CLIs' opt-in telemetry (deployed from CI by deploy-worker.yml — a merged change under it ships to production immediately)
  • eval/agent-loop/ — cold-start eval harness: does an unassisted agent build correctly when given one of our guidance channels (the skills, the MCP server, both)? Frozen rubric, its own README
  • .github/ — CI and AI-automation workflows, human-authored only (has its own CLAUDE.md, which is the security contract for anything in workflows/)
  • scripts/gen-component-catalog.mjs — generates the skill component catalog (pnpm gen:catalog)
  • scripts/gen-mcp-index.mjs — generates the MCP server's data index (pnpm gen:mcp)
  • scripts/gen-skills-rosters.mjs — writes the skill install rosters from skills/ (pnpm gen:skills)

Toolchain

Node 22 locally (.nvmrc; CI runs Node 24) and [email protected] (pinned via packageManager; run corepack enable once). Install with pnpm install --frozen-lockfile for CI parity.

Commands

pnpm all            # the pre-PR gate: build, typecheck, test+coverage, bundle:stats, lint, format:check, storybook build
pnpm test           # jest (bulma-ui + create-bestax + bestax-migrate + bestax-mcp)
pnpm test:coverage  # coverage — thresholds live in each package's jest config (see below)
pnpm lint           # eslint
pnpm typecheck      # tsc --noEmit
pnpm format         # prettier --write (format:check to verify; covers md/mdx too)
pnpm gen:catalog    # regenerate the skills component catalog (CI fails if stale)
pnpm gen:mcp        # regenerate the MCP server's data index (CI fails if stale)
pnpm gen:skills     # regenerate the skill install rosters (conformance fails if stale)
pnpm gen            # all four generators (api docs, catalog, MCP index, skill rosters)
pnpm docs           # Docusaurus dev server :3000
pnpm storybook      # Storybook dev server :6006
pnpm exec turbo run test --filter=@allxsmith/bestax-bulma   # scope any task to one package

Read the full file on GitHub · 228 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. today Changed · +4 lines · +78 tokens per session 0bfef71d9c4f
  2. 5d ago First seen · 224 lines · 3,808 tokens per session scan A 831973969b60

Subscribe to this mod's changes

bestax CLAUDE.md is an instructions file published in the GitHub repository allxsmith/bestax (11 stars, last pushed yesterday), licensed MIT. It adds 3,886 tokens to every session, about $0.0194 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.