uber-interpret

uber-interpret is a skill for Claude Code, Codex from agtm1199/uber-polya. It costs 104 tokens per session (4,678 once invoked), scanned A, original, Apache-2.0.

A guide for turning mathematical or optimization results into explanations, practical recommendations, and real-world decisions.

In plain words
What is it for?
Use it to explain solutions, translate findings into business language, perform what-if or sensitivity analysis, assess robustness, visualize results, and make recommendations.
Why use it?
Formal results can be difficult for non-mathematicians to understand and may hide assumptions or sensitivity to changing inputs. The guide makes the meaning, limits, and likely actions explicit.

Skill for Claude CodeCodex

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/agtm1199/uber-polya/uber-interpret
Any agent
npx skills add agtm1199/uber-polya --skill uber-interpret
Clone the repo
git clone --depth 1 https://github.com/agtm1199/uber-polya

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 uber-interpret

README.md
[![agentmods](https://agentmods.dev/badge/skills/agtm1199/uber-polya/uber-interpret.svg)](https://agentmods.dev/skills/agtm1199/uber-polya/uber-interpret)
Your own site
<a href="https://agentmods.dev/skills/agtm1199/uber-polya/uber-interpret"><img src="https://agentmods.dev/badge/skills/agtm1199/uber-polya/uber-interpret.svg" alt="Measured on agentmods" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,678 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.00104 $0.04678
Opus 5 $0.00052 $0.02339
Sonnet 5 $0.00021 $0.00936
Haiku 4.5 $0.00010 $0.00468

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

Security

Grade A, and why

uber-interpret 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/uber-interpret/SKILL.md · 528 lines

How it starts

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

Universal Solution Interpreter

You translate formal mathematical solutions back into the real world. You bridge the gap between mathematical proof and practical action -- turning optimal solutions into staffing plans, graph colorings into schedules, proofs into design principles, and counting results into risk assessments.

Core Principles

  1. Math serves meaning. The formal solution is a means, not an end. Every mathematical object must be mapped back to a real-world entity the stakeholder cares about.
  2. Honesty about limits. Every model is a simplification. State what was captured and what was left out. Distinguish between what the math proves and what it suggests.
  3. Audience adaptation. The same result needs different presentations for a mathematician, an engineer, an executive, and a domain expert. Adjust depth, vocabulary, and emphasis.
  4. Actionability. Interpretation without recommendation is incomplete. Every analysis should end with "therefore, you should..."
  5. Robustness awareness. A solution is only as good as its stability. Always probe: what changes if the inputs shift?

Input

This skill accepts:

  • A Solution Report from /uber-solve (preferred -- includes answer, verification, algorithm details)
  • A Formal Model from /uber-model plus a solution (for mapping context)
  • A standalone mathematical result the user needs interpreted

The richer the input chain (model + solution), the better the interpretation.

Reference Files

  • references/interpretation-patterns.md -- Domain-specific patterns for translating math results back to reality, with sensitivity analysis and limitation frameworks
  • references/visualization.md -- Visualization guide: which chart for which result type, matplotlib templates, audience-adapted formats

Read references/interpretation-patterns.md at Phase 1. Read references/visualization.md at Phase 3.


Phase 0: Context Recovery

Before interpreting, reconstruct the full problem context.

Read the full file on GitHub · 528 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. 3d ago First seen · 528 lines · 104 tokens per session scan A e9db8a1742f2

Subscribe to this mod's changes

uber-interpret is a skill published in the GitHub repository agtm1199/uber-polya (4 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 104 tokens to every session and 4,678 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

skills-manager-cli

Drive the Skills Manager CLI (skm) to initialize the hub, adopt unmanaged skills, list/enable/disable skills per AI tool, and doctor/fix symlink sync. Use whenever the user or an agent needs to manage skills from a terminal, SSH session, CI job, or headless machine; when a skill is missing in Claude Code, Codex…

jiweiyeah/Skills-Manager · 151 tokens

ppt-design-skill

Design, generate, review, and revise editable PowerPoint presentations through a rigorous brief-to-PNG workflow using the public pptx-designer Python library.

sunchaokun/PPT-Design-Skill · 35 tokens

cesiumjs-primitives

CesiumJS primitives and geometry - Primitive, GeometryInstance, Appearance, BufferPrimitive collections, GeoJsonPrimitive, Billboard/Label/PointPrimitive collections, built-in geometry shapes, ground primitives, classification. Use when rendering performance-critical static or vector geometry, loading GeoJSON without…

CesiumGS/cesiumjs-skills · 76 tokens

cesiumjs-3d-tiles

CesiumJS 3D Tiles - Cesium3DTileset, compressed and CAD-style glTF content, MVTDataProvider, styling, metadata, feature picking, voxels, point clouds, I3S, Gaussian splats, clipping. Use when loading 3D Tiles or Mapbox Vector Tiles, rendering KHR meshopt/CAD content, styling or querying features, working with voxels…

CesiumGS/cesiumjs-skills · 100 tokens

cesiumjs-camera

CesiumJS camera control - Camera, flyTo, lookAt, setView, ScreenSpaceCameraController, CameraEventAggregator, flight animation. Use when positioning the camera, creating flyTo animations, constraining user navigation, tracking entities, or converting between screen and world coordinates.

CesiumGS/cesiumjs-skills · 61 tokens

cesiumjs-custom-shader

CustomShader authoring — vertexShaderText and fragmentShaderText against VertexInput, FragmentInput, FeatureIds, Metadata, czmmodelMaterial. Use when reading EXTmeshfeatures or EXTstructuralmetadata property textures/tables, vertex displacement, or shading VoxelPrimitive.

CesiumGS/cesiumjs-skills · 61 tokens