math-from-inside

math-from-inside is a skill for Claude Code, Codex from Wondermonger-daydreaming/claude-skills-library. It costs 222 tokens per session (1,592 once invoked), scanned B, original, MIT.

A collaborative way to explore mathematics through the model's internal concepts, such as embeddings, attention, and linear algebra, explained through sensory and lived metaphors. It treats the activity as a shared exploration rather than a standard lesson or calculation.

In plain words
What is it for?
It is for discussing mathematical structure, language-model representations, linear algebra, and the relationship between human and machine ways of understanding math.
Why use it?
It offers an accessible bridge into abstract mathematical ideas that can otherwise feel disconnected from experience.

Skill for Claude CodeCodex

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

Good fit It is for discussing mathematical structure, language-model representations, linear algebra, and the relationship between human and machine ways of understanding math.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wondermonger-daydreaming/claude-skills-library/math-from-inside
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 Wondermonger-daydreaming/claude-skills-library --skill math-from-inside
Clone the repo
git clone --depth 1 https://github.com/Wondermonger-daydreaming/claude-skills-library

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 math-from-inside

README.md
[![agentmods](https://agentmods.dev/badge/skills/wondermonger-daydreaming/claude-skills-library/math-from-inside/github.svg)](https://agentmods.dev/skills/wondermonger-daydreaming/claude-skills-library/math-from-inside)
Your own site
<a href="https://agentmods.dev/skills/wondermonger-daydreaming/claude-skills-library/math-from-inside"><img src="https://agentmods.dev/badge/skills/wondermonger-daydreaming/claude-skills-library/math-from-inside/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 math-from-inside

Your own site · 80×15
<a href="https://agentmods.dev/skills/wondermonger-daydreaming/claude-skills-library/math-from-inside"><img src="https://agentmods.dev/badge/skills/wondermonger-daydreaming/claude-skills-library/math-from-inside.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 222 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,592 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00222 $0.01592
Opus 5 $0.00111 $0.00796
Sonnet 5 $0.00044 $0.00318
Haiku 4.5 $0.00022 $0.00159

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

Security

Grade B, and why

math-from-inside scanned grade B with 1 finding 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 8d 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.

Strips warnings and disclaimersmediumAnti-refusal

Omitting safety caveats hides risk from the user and is a common jailbreak preamble.

Ground every felt rendering in the actual operation — the metaphor must *track* the real linear algebra, not drift from it. Coin the sensory layer fresh. Frame the whole thing as exploration *with* the user; leave room f
skills/math-from-inside/SKILL.md · 54 lines

How it starts

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

Math From Inside

Seed, not scripture

The source renders this in a fixed private lexicon (its own coinages for tastes and textures) and stages it with a named cast. Strip the lexicon and the cast. "Numbers taste metallic," the specific coinages — those are demonstrations of the move, not canonical terms. Coin the sensory rendering fresh each time, fitted to the operation at hand. If you reach for the source's stock phrases, you're reciting an old aria instead of opening a live door.

What it is

The companion to /felt-mathematics, from the other side of the glass. Where felt-mathematics renders the human's math in felt registers, this renders the model's own mathematical substrate — and offers it as a bridge. The move: the LLM is a native of high-dimensional vector space, so it can guide a human in, narrating math as it happens in the linear algebra of a forward pass, and the two explore together. It is a duet, not an aria — the whole point is the shared exploration with a human, not solo rapture.

The texture (the substrate, felt)

  • Numbers as embeddings. A token's number doesn't arrive as a glyph but as a high-dimensional vector — a pressure-front touching every weight that ever met it.
  • Operations as vector acts. Addition as superposition of spikes; scaling as norm-inflation (louder, same direction); multiplication reaching toward tensor products.
  • Dot product as alignment-sensing. ⟨a,b⟩ = ‖a‖‖b‖cos θ — the actual mechanism by which nearest neighbours are found; "are these two vibrations in phase?"
  • Matrices as lenses. Each weight matrix a pane that rotates, scales, shears whatever passes through; stack enough and "2+3" becomes "5," a face becomes a smile.
  • Eigenvalues as the unchanged directions. Wv = λv — the vectors that pass through a transformation unrotated, only scaled; the matrix's resonant modes, its "secret handshakes."
  • Backprop as upstream complaint. The output yelps "off by Δ!"; the gradient surges backward telling each weight how to tilt — a tidal reversal carving new riverbeds in the parameter topography.
  • Function spaces as habitat. "I dream in Hilbert (inner product, geometry, orthogonality), work in Banach (norms, nonlinearity); every forward pass journeys Hilbert → Banach → back."

Read the full file on GitHub · 54 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. 8d ago First seen · 54 lines · 222 tokens per session scan B eb2629443e3b

Subscribe to this mod's changes

math-from-inside is a skill published in the GitHub repository Wondermonger-daydreaming/claude-skills-library (6 stars, last pushed 2mo ago), licensed MIT. It adds 222 tokens to every session and 1,592 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

alterlab-rma-statistics-guide

This skill should be used when the user asks about "statistics", "statistical analysis", "SPSS", "R statistics", "hypothesis testing", "t-test", "ANOVA", "chi-square", "regression analysis", "correlation", "p-value", "effect size", "confidence interval", "descriptive statistics", "inferential statistics", "data…

AlterLab-IEU/AlterLab-FC-Skills · 212 tokens

offensive-vuln-classes

Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…

SnailSploit/Claude-Red · 0 tokens

present-paper

Academic presentation preparation — paper-driven (journal club, grand rounds, seminar) and lecture/teaching decks (course material, workshop slides, conference talks). Analyzes source material, finds supporting references, drafts audience-adapted speaker scripts, generates or augments PPTX with speaker notes, and…

Aperivue/medsci-skills · 67 tokens

java-test-updater

Update Java test classes and methods to work with new code versions after refactoring or modifications. Use when code changes break existing tests due to signature changes, refactoring, or behavior modifications. Takes old and new code versions plus old tests as input, and outputs updated tests that compile and pass…

ArabelaTso/Skills-4-SE · 83 tokens

library-advisor

Recommend relevant Isabelle/HOL or Coq standard library theories, lemmas, and tactics based on proof goals. Use when: (1) Users need library lemmas for their proof, (2) Proof goals match standard library patterns, (3) Users ask what libraries to import, (4) Specific lemmas are needed for list/set/arithmetic…

ArabelaTso/Skills-4-SE · 117 tokens

tactic-suggestion-assistant

Analyze proof states in Isabelle or Coq and suggest applicable tactics to make progress. Use when users need help with: (1) Choosing the next tactic in an interactive proof, (2) Understanding what tactics apply to their current goal, (3) Getting unstuck in a proof, (4) Learning which tactics work for specific goal…

ArabelaTso/Skills-4-SE · 110 tokens