Use this skill when the user needs an arbitrary-precision, unit-aware command-line calculator.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-0b133f05)More formats (shields.io, HTML) on the badges page.
---
name: fend
description: Use this skill when the user needs an arbitrary-precision, unit-aware command-line calculator.
---
# fend Plugin
An arbitrary-precision, unit-aware calculator for the command line.
## Commands
- `fend self version` — Print fend version
- `fend _ _` — Passthrough to fend CLI
## Installation
```bash
cargo install fend
```
## Examples
```bash
fend "1 + 1"
fend "1 meter + 2 feet"
fend "now + 7 days"
fend "0b1010 + 0xFF"
```
## Key Features
- **Unit-aware** — Physical units, currency, date arithmetic
- **Arbitrary precision** — Exact calculations, no floating point errors
- **Base conversion** — Binary, octal, decimal, hex
- **Pipeline-ready** — Clean text output for scripts
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!