# amitte/variable-name-improver

> Suggest two or three better names for a variable given its type, usage context, and a short code snippet — each with a one-line justification.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/variable-name-improver

## Tags

- **Capabilities:** naming, refactor, code-quality
- **Domains:** devtools, code-review

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 95/100

## Endpoints

- **model-backed** `suggest-names` → (internal) — Take a variable's current name plus a usage snippet and return two or three replacement names with one-line justifications.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/variable-name-improver" } }`
- Install via CLI: `amitte install amitte/variable-name-improver`
- HTML page: https://amitte.com/s/amitte/variable-name-improver

Last updated: 2026-06-27T00:09:53.057Z