bestax-icons

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

A shared icon interface for Bulma apps, with components for showing icons or icons beside text. It works with Font Awesome, Material Design Icons, Ionicons, Google Material Icons, and Material Symbols.

In plain words
What is it for?
Adding icons, pairing icons with labels, setting the app-wide icon library, and troubleshooting blank icons in @allxsmith/bestax-bulma apps.
Why use it?
It lets an app choose one icon library and use a consistent component interface instead of handling each library differently. The icon package or CDN still needs to be added separately.

Skill for Claude CodeCodex

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

Good fit Adding icons, pairing icons with labels, setting the app-wide icon library, and troubleshooting blank icons in @allxsmith/bestax-bulma apps.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/allxsmith/bestax/bestax-icons"><img src="https://agentmods.dev/badge/skills/allxsmith/bestax/bestax-icons.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,528 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 pass 7 Sept 2026
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.00087 $0.01528
Opus 5 $0.00044 $0.00764
Sonnet 5 $0.00017 $0.00306
Haiku 4.5 $0.00009 $0.00153

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

Security

Grade A, and why

bestax-icons 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 7d 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-icons/SKILL.md · 109 lines

How it starts

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

Icons with @allxsmith/bestax-bulma

Icon renders a Bulma icon container (span.icon) around a glyph from any of five icon libraries behind one normalized API. IconText pairs icons with text. The library ships no icon fonts — the chosen library's package (or CDN script) must be installed in the app.

Quick start

import { ConfigProvider, Icon, IconText } from '@allxsmith/bestax-bulma';

// Set the library ONCE at the app root; <Icon> then never needs `library`.
<ConfigProvider iconLibrary="fa">
  <App />
</ConfigProvider>;

// Inside the app:
<Icon name="rocket" ariaLabel="Launch" />;
<IconText iconProps={{ name: 'star', 'aria-hidden': 'true' }}>
  Starred
</IconText>;

The five libraries

Library iconLibrary / library value Name format Example name
Font Awesome (default) 'fa' kebab-case, no fa- prefix rocket
Material Design Icons 'mdi' kebab-case, no mdi- prefix rocket-launch
Ionicons 'ion' kebab-case rocket
Google Material Icons 'material-icons' snake_case (a text ligature) rocket_launch
Material Symbols 'material-symbols' snake_case (a text ligature) rocket_launch

⚠️ The Ionicons value is 'ion', not 'ionicons'. The npm create bestax scaffold's --icon ionicons flag maps to iconLibrary="ion" — passing 'ionicons' to ConfigProvider or library silently renders nothing.

The same glyph has a different name per library (rocket vs rocket-launch vs rocket_launch). When an icon renders blank, the name format for the active library is the first thing to check. A redundant fa-/mdi- prefix in name is tolerated (stripped), but don't rely on it.

Read the full file on GitHub · 109 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago Changed · +28 lines 7300ad739db7
  2. 11d ago First seen · 81 lines · 87 tokens per session scan A aa82649eebe6

Subscribe to this mod's changes

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

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

React Component Patterns

Use this skill when you’re building or refactoring React components in a production app and want consistent patterns for typing, composition, state, and performance without introducing premature abstraction.

AmariahAK/atlarix-skills · 3 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

migrate-radix-to-base

Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.

shadcn-ui/ui · 61 tokens

nextjs-pages-router

Set up tRPC in Next.js Pages Router with createNextApiHandler, createTRPCNext, withTRPC HOC, SSR via ssr option and ssrPrepass, SSG via createServerSideHelpers with getStaticProps, and server-side helpers for getServerSideProps prefetching.

trpc/trpc · 67 tokens