·pint-compute
{}

pint-compute

namesreallyblank/clorch

Unit-aware computation with Pint - convert units, dimensional analysis, unit arithmetic

1Installs·0Trend·@namesreallyblank

Installation

$npx skills add https://github.com/namesreallyblank/clorch --skill pint-compute

SKILL.md

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

| 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" | | Parse quantity | parse | parse "100 km/h" | | Simplify units | simplify | simplify "1 kgm/s^2" |

parse Parse a quantity string into magnitude, units, and dimensionality.

Unit-aware computation with Pint - convert units, dimensional analysis, unit arithmetic Source: namesreallyblank/clorch.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/namesreallyblank/clorch --skill pint-compute
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is pint-compute?

Unit-aware computation with Pint - convert units, dimensional analysis, unit arithmetic Source: namesreallyblank/clorch.

How do I install pint-compute?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/namesreallyblank/clorch --skill pint-compute Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/namesreallyblank/clorch