Use this skill when the user wants to calculator repl similar to bc(1) with advanced mathematical functions.
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-7f797c3a)More formats (shields.io, HTML) on the badges page.
---
name: eva
description: Use this skill when the user wants to calculator repl similar to bc(1) with advanced mathematical functions.
---
# Eva Plugin
Calculator REPL similar to bc(1) with advanced mathematical functions.
## Commands
### Operations
- `eva expression eval` — eval expression via eva
- `eva interactive start` — start interactive via eva
- `eva precision set` — set precision via eva
- `eva base set` — set base via eva
- `eva history show` — show history via eva
- `eva config show` — show config via eva
## Usage Examples
- "eva --help"
- "eva <args>"
## Installation
```bash
cargo install eva
```
## Examples
```bash
eva --version
eva --help
```
## Key Features
- calculator\n- math\n- repl
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!