pint-compute

Installation
SKILL.md

Unit Computation with Pint

Cognitive prosthetics for unit-aware computation. Use Pint for converting between units, performing unit arithmetic, checking dimensional compatibility, and simplifying compound units.

When to Use

  • Converting between units (meters to feet, kg to pounds)
  • Unit-aware arithmetic (velocity x time = distance)
  • Dimensional analysis (is force = mass x acceleration?)
  • Simplifying compound units to base or named units
  • Parsing and analyzing quantities with units

Quick Reference

I want to... Command Example
Convert units convert convert "5 meters" --to feet
Unit math calc calc "10 m/s * 5 s"
Check dimensions check check newton --against "kg * m / s^2"
Related skills
Installs
314
GitHub Stars
3.8K
First Seen
Jan 22, 2026