xmath-usage

xmath-usage is a skill for Claude Code, Codex from indiesoftby/defold-agent-config. It costs 55 tokens per session (1,682 once invoked), scanned A, original, no licence file.

A reference and optimization guide for xmath, Defold’s math library for game development. It covers vectors, quaternions, and matrices in Lua.

In plain words
What is it for?
Use it when writing performance-sensitive Defold math code, especially code that handles vectors, rotations, or matrices.
Why use it?
It helps avoid slow math code and unnecessary memory allocation, which can increase Lua’s garbage-collection work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

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/indiesoftby/defold-agent-config/xmath-usage
Any agent
npx skills add indiesoftby/defold-agent-config --skill xmath-usage
Clone the repo
git clone --depth 1 https://github.com/indiesoftby/defold-agent-config

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 xmath-usage

README.md
[![agentmods](https://agentmods.dev/badge/skills/indiesoftby/defold-agent-config/xmath-usage.svg)](https://agentmods.dev/skills/indiesoftby/defold-agent-config/xmath-usage)
Your own site
<a href="https://agentmods.dev/skills/indiesoftby/defold-agent-config/xmath-usage"><img src="https://agentmods.dev/badge/skills/indiesoftby/defold-agent-config/xmath-usage.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,682 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00055 $0.01682
Opus 5 $0.00028 $0.00841
Sonnet 5 $0.00011 $0.00336
Haiku 4.5 $0.00006 $0.00168

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

Security

Grade A, and why

xmath-usage 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 6d 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.

.agents/skills/xmath-usage/SKILL.md · 135 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago First seen · 135 lines · 55 tokens per session scan A 77ef9adfed7f

Subscribe to this mod's changes

xmath-usage is a skill published in the GitHub repository indiesoftby/defold-agent-config (91 stars, last pushed 4mo ago), with no licence file. It adds 55 tokens to every session and 1,682 once invoked, about $0.0003 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

pufferlib

This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for…

foryourhealth111-pixel/Vibe-Skills · 83 tokens

alfworld-search-verifier

Re-examines previously visited locations to confirm the absence of a target object or to check for overlooked items. Use when an initial search fails to find enough objects or when double-checking is required before concluding task failure. Systematically revisits receptacles, re-opens closed containers, and…

zjunlp/SkillNet · 75 tokens

alfworld-appliance-navigator

Navigates the agent to a target appliance (microwave, stove, fridge, or sinkbasin) needed for object processing. Use when you are holding an object that needs heating, cooling, or cleaning and must move to the correct appliance station. Identifies the required appliance from the task context and executes the movement…

zjunlp/SkillNet · 72 tokens

alfworld-object-state-modifier

Uses an appliance to change the state of an object (cooling, heating, or cleaning). Use when the task requires altering an object's temperature or cleanliness using a specific device (e.g., cooling with a fridge, heating with a microwave, cleaning with a sinkbasin). Takes the object, target state, and appliance as…

zjunlp/SkillNet · 80 tokens

alfworld-object-storer

Use when the agent is holding an object and needs to place it into a target receptacle in ALFWorld. This skill checks receptacle suitability, opens closed containers if needed, and executes the put command to store the object. It handles both open surfaces (countertops, beds) and closed containers (drawers, cabinets).

zjunlp/SkillNet · 74 tokens

alfworld-object-transporter

Picks up a target object from its current receptacle and moves it to a specified destination receptacle. Use when you have located an object and need to relocate it to complete a task (e.g., moving a laptop to a desk). Takes the object identifier, source receptacle, and destination receptacle as inputs and outputs the…

zjunlp/SkillNet · 84 tokens