From 09c1937d8e967253fed13cc678535143e1a22b54 Mon Sep 17 00:00:00 2001 From: Kumar Anirudha Date: Mon, 20 Apr 2026 19:57:48 +0530 Subject: [PATCH] add (plugin): usage-estimate --- plugins/usage-estimate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/usage-estimate.json diff --git a/plugins/usage-estimate.json b/plugins/usage-estimate.json new file mode 100644 index 0000000..2eb4188 --- /dev/null +++ b/plugins/usage-estimate.json @@ -0,0 +1,16 @@ +{ + "name": "usage-estimate", + "source": { + "source": "npm", + "package": "usage-estimate" + }, + "description": "Shows estimated token count before each prompt is submitted. Optionally blocks prompts above a configurable threshold with a two-press-Enter confirmation.", + "version": "0.2.0", + "author": { + "username": "anistark", + "name": "Kumar Anirudha" + }, + "category": "productivity", + "tags": ["hooks", "skills", "tokens"], + "license": "MIT" +}