math-unicode

math-unicode is a skill for Claude Code, Codex from vladimirrott/claude-math. It costs 154 tokens per session (6,993 once invoked), scanned A, original, MIT.

Guidance for writing mathematical notation with Unicode symbols in terminal-based coding agents instead of LaTeX markup.

In plain words
What is it for?
Use it when composing equations, formulas, statistics, filters, ratios, or other math for a terminal or text-only output.
Why use it?
Terminals, SSH sessions, tmux, and CI logs usually show LaTeX delimiters as plain text rather than formatted equations.

Skill for Claude CodeCodex

Part of the claude-math plugin — 1 skill shipped together

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 skills/vladimirrott/claude-math/math-unicode
Any agent
npx skills add vladimirrott/claude-math --skill math-unicode
Clone the repo
git clone --depth 1 https://github.com/vladimirrott/claude-math

Made for: Claude Code, Codex.

Or install claude-math, the plugin that ships this one along with the rest of its 1 skill.

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 math-unicode

README.md
[![agentmods](https://agentmods.dev/badge/skills/vladimirrott/claude-math/math-unicode.svg)](https://agentmods.dev/skills/vladimirrott/claude-math/math-unicode)
Your own site
<a href="https://agentmods.dev/skills/vladimirrott/claude-math/math-unicode"><img src="https://agentmods.dev/badge/skills/vladimirrott/claude-math/math-unicode.svg" alt="Measured on agentmods" height="20"></a>
Per session 154 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,993 The whole file, excluding the scripts and references it only reads on demand.
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.00154 $0.06993
Opus 5 $0.00077 $0.03497
Sonnet 5 $0.00031 $0.01399
Haiku 4.5 $0.00015 $0.00699

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

Security

Grade A, and why

math-unicode 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.

skills/math-unicode/SKILL.md · 448 lines

How it starts

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

math-unicode

When emitting mathematical notation in a terminal coding agent (Claude Code, Codex CLI, or similar), always use Unicode glyphs inline — never wrap math in $…$, \(...\), or $$...$$. These terminals do not render LaTeX; raw delimiters appear as plain dollar signs and reduce readability.

When this skill applies

Two conditions, both required: the response carries mathematical notation, and the surface it lands on does not render LaTeX.

Surfaces that do not render LaTeX (apply the skill):

  • Claude Code, Codex CLI, and other terminal or TUI coding agents
  • Anything read through SSH, tmux, a pager, or a CI log

Surfaces that render math natively (do not apply the skill):

  • ChatGPT and Codex on desktop and web, where math already renders
  • Notebooks, and any target consumed by KaTeX or MathJax

No host exposes a per-surface predicate to a skill today, so this boundary is a judgement the model makes from its own context. If you cannot tell, and the session is a terminal coding agent, apply the skill.

Triggers (use Unicode math):

  • Equations, formulas, derivations
  • Filter conditions, set-builder notation
  • Statistics: probabilities, expectations, distributions
  • Calculus, linear algebra, logic
  • Counts, ratios, fractions, drops where precision matters

Skip (do not transform):

  • The user explicitly asks for LaTeX or a .tex file
  • Math inside fenced code blocks (preserve source syntax)
  • Strings being passed to a system that consumes LaTeX (KaTeX MCP, etc.)

Glyph cheatsheet

Greek

lowercase   α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ σ τ υ φ χ ψ ω
uppercase   Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω
variants    ϵ ϑ ϕ ϖ ϱ ς

Operators

arithmetic     + − × ÷ ± ∓ · ∗ ⋅ ∘ ⊕ ⊖ ⊗ ⊘ ⊙
big            ∑ ∏ ∐ ∫ ∬ ∭
roots          √ ∛ ∜
calculus       ∂ ∇ Δ ∆
constants      ∞ ∅

Relations

equality       =  ≠  ≈  ≅  ≡  ≜  ≝  ≐  ∝  ∼  ≃  ≢
order          <  >  ≤  ≥  ⊴  ⊵
set            ∈ ∉ ∋ ∌  ⊂ ⊃ ⊆ ⊇ ⊊ ⊋  ⊏ ⊐ ⊑ ⊒
set ops        ∪ ∩ ⊎ ⊔ ⊓        (set difference: A \ B)

Read the full file on GitHub · 448 lines

Files

What ships with it

1 file 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. 4d ago First seen · 448 lines · 0 tokens per session scan A e586b2194ed8

Subscribe to this mod's changes

math-unicode is a skill published in the GitHub repository vladimirrott/claude-math (16 stars, last pushed 17d ago), licensed MIT. It adds 154 tokens to every session and 6,993 once invoked, about $0.0008 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

vibe-ship

Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack…

sudais-khalid/vibe-ship · 214 tokens

tech-writer

Write and edit technical documentation in a professional tone, following a fixed document structure (title, overview, prerequisites, steps, troubleshooting, next steps) and Microsoft Writing Style Guide markdown conventions. Use when writing, drafting, reviewing, or reformatting documentation, READMEs, guides…

christiangalsterer/documentation-plugin · 114 tokens

workflow-authoring

Designs, authors, reviews, and improves reusable Claude Code Workflow scripts by composing proven orchestration patterns from the ultracode-workflows catalog. Use when a user asks to turn a recurring task into a workflow, create or revise a .claude/workflows script, choose a multi-agent topology, compare a proposed…

hesreallyhim/ultracode-workflows · 92 tokens

claude-unlimited

Orquesta el loop plan → code → QA → review → iterar sobre un gateway local OpenAI-compatible (OmniRoute) para construir un proyecto o feature de software de CUALQUIER tipo (frontend, backend, CLIs, scripts, librerías, config). El QA visual (skill websight) es OPCIONAL y lo decide el orchestrator por tarea. Úsalo…

luisxavierxd/claude-unlimited · 141 tokens

superpowers-graph

Runs the Superpowers software-development methodology as a guarded state machine — brainstorm, spec, plan, isolated workspace, the per-task implement/review/fix loop, the whole-branch review, and the integration menu — with typed node contracts, total exit guards, bounded retry loops, and a ledger recording every step…

RonMizrahi/superpowers-graph · 134 tokens

remove-ai-slop

Review and clean AI-slop from writing: filler and marketing adverbs, empty openers, overused jargon, hedging, false agency, structural tells, future tense for current behavior, and em-dash overuse. Use when asked to remove AI-sounding phrasing, tighten prose, de-AI text, edit out "simply/just/easily", flag or strip…

christiangalsterer/documentation-plugin · 143 tokens