Pint — вычисления с единицами измерения
general
pint-compute is a Claude Code skill that performs unit-aware computation and dimensional analysis using the Pint library. It exposes five commands: parse (breaks a quantity string into magnitude, units, and dimensionality), convert (transforms values between unit systems — meters to feet, km/h to mph, atmospheres to pascals), calc (executes arithmetic while tracking units, e.g. velocity × time = distance), check (validates dimensional compatibility such as newton against kg·m/s²), and simplify (reduces compound units to their base or named form). Every command returns a JSON object with result, magnitude, units, dimensionality, and a LaTeX representation. The skill is well-suited for engineers, physicists, and developers who need to verify physical formulas or automate unit conversions across mechanics, thermodynamics, and energy domains.
- #pint
- #unit-conversion
- #dimensional-analysis
- #physics-computation
- #mathematics