# Jacobian Math

> Use Jacobian’s typed operations when exact computation or structural analysis can help solve a mathematical problem.

- Skill: `morluto/jacobian-math-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add morluto/jacobian-math-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/morluto/jacobian-math-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: morluto (https://skillmd.com/u/morluto)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/morluto/jacobian-math-2

---


# Jacobian Math Tools

Jacobian is a local library of typed mathematical operations for computation and
structural analysis.

Use `math.find` as the library-navigation tool: search for a desired outcome,
browse an unfamiliar domain, or inspect an operation's schema and examples.
Use `math.run` to execute a selected operation and obtain its typed result.
Feed results into later reasoning, further Jacobian operations, or Python
scratch work as useful.

The operations are composable. Choose the representation, decomposition, order
of operations, and stopping point that fit the problem. Reach for the library
proactively when exact computation, finite search, or structural analysis may
help.

