bestax-migrate

bestax-migrate is a skill for Claude Code, Codex from allxsmith/bestax. It costs 147 tokens per session (1,995 once invoked), scanned A, original, MIT.

A migration tool and procedure for moving a React app from react-bulma-components to bestax-bulma, a newer React component library based on Bulma version 1.

In plain words
What is it for?
Use it to run a dry check, update component and stylesheet imports, adjust package dependencies, and resolve the migration notes left in the code.
Why use it?
It automates much of the library change and identifies the remaining code that needs manual attention.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to run a dry check, update component and stylesheet imports, adjust package dependencies, and resolve the migration notes left in the code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/allxsmith/bestax/bestax-migrate
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.

Any agent
npx skills add allxsmith/bestax --skill bestax-migrate
Clone the repo
git clone --depth 1 https://github.com/allxsmith/bestax

Made for: Claude Code, Codex.

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-migrate

README.md
[![agentmods](https://agentmods.dev/badge/skills/allxsmith/bestax/bestax-migrate/github.svg)](https://agentmods.dev/skills/allxsmith/bestax/bestax-migrate)
Your own site
<a href="https://agentmods.dev/skills/allxsmith/bestax/bestax-migrate"><img src="https://agentmods.dev/badge/skills/allxsmith/bestax/bestax-migrate/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.

agentmods 80×15 button for bestax-migrate

Your own site · 80×15
<a href="https://agentmods.dev/skills/allxsmith/bestax/bestax-migrate"><img src="https://agentmods.dev/badge/skills/allxsmith/bestax/bestax-migrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,995 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 18
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
How audits are shown
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.1 $0.00147 $0.01995
Opus 5 $0.00073 $0.00997
Sonnet 5 $0.00029 $0.00399
Haiku 4.5 $0.00015 $0.00199

Measured 3d ago against content hash ac3cd1b17ad1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

bestax-migrate 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 3d 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.

skills/bestax-migrate/SKILL.md · 125 lines

How it starts

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

Migrating to bestax-bulma

@allxsmith/bestax-bulma is an actively maintained React library for Bulma v1. The bestax-migrate codemod automates most of the conversion from an unmaintained predecessor; this skill drives the codemod and finishes what it flags.

Pick the source

The codemod's first argument names the library you are migrating from. Check the app's package.json and imports:

Source Argument References
react-bulma-components v4 (unmaintained since 2022, Bulma 0.9.x) react-bulma-components references/react-bulma-components/
rbx v2 (abandoned 2019, pins Bulma 0.7.5 plus four extensions) rbx references/rbx/
bloomer 0.6 (archived 2018, Bulma 0.6 era, React 16 + create-react-class) bloomer references/bloomer/

Everything below is written as <source>; substitute the argument from that table. The reference paths follow the same split — references/<source>/component-map.md, prop-map.md, unmappables.md — while references/css-migration.md is shared, because the stylesheet work is about Bulma, not about which wrapper you came from.

Workflow

Run these steps in order. Don't hand-convert what the codemod converts automatically.

  1. Dry-run the codemod on the source directory and review the report:

    pnpm dlx bestax-migrate <source> src/ --dry
    

Read the full file on GitHub · 125 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. 3d ago Changed · +12 lines · +10 tokens per session ac3cd1b17ad1
  2. 5d ago Changed · +34 lines · +22 tokens per session a8250a15bae7
  3. 9d ago First seen · 79 lines · 115 tokens per session scan A 83dbe656a8c7

Subscribe to this mod's changes

bestax-migrate is a skill published in the GitHub repository allxsmith/bestax (11 stars, last pushed yesterday), licensed MIT. It adds 147 tokens to every session and 1,995 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

magic-ui

Use this skill when users want to add, customize, or troubleshoot Magic UI components in React/Next.js projects. It covers component selection, shadcn registry installation (@magicui/), integration patterns, and practical quality checks for accessibility and maintainability.

magicuidesign/magicui · 56 tokens

frontend-ai-guide

Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality gates. Use when reviewing components, hooks, browser behavior, or frontend implementation completeness.

shinpr/claude-code-workflows · 41 tokens

typescript-rules

React/TypeScript frontend development rules including type safety, component design, state management, and error handling. Use when implementing React components, TypeScript code, or frontend features.

shinpr/claude-code-workflows · 39 tokens

frontend-technical-spec

Defines React environment, component architecture, state/data flow, build verification, and frontend non-functional criteria from repository evidence. Use when configuring or designing a React frontend, its build, or its runtime boundaries.

shinpr/ai-coding-project-boilerplate · 45 tokens

frontend-typescript-rules

Applies React/TypeScript type safety, component design, and state management rules. Use when implementing React components.

shinpr/ai-coding-project-boilerplate · 29 tokens

stitch-react-components

Convert Stitch HTML and screenshots into modular Vite/React/TypeScript components, or sync existing components to updated Stitch designs, with local architecture and validation checks.

PracticalSwan/agent-skills · 37 tokens