From 0f23d93ca91565e295209235e1003a0714e0a2c7 Mon Sep 17 00:00:00 2001 From: Julius Brussee Date: Sat, 4 Apr 2026 19:38:58 +0200 Subject: [PATCH] Create marketplace.json --- .claude-plugin/marketplace.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..7dd7684 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", + "name": "caveman", + "description": "Ultra-compressed communication mode for Claude Code. Cuts ~75% of tokens while keeping full technical accuracy.", + "owner": { + "name": "Julius Brussee", + "url": "https://github.com/JuliusBrussee" + }, + "plugins": [ + { + "name": "caveman", + "description": "Talk like caveman. Cut ~75% tokens. Keep all technical accuracy.", + "source": "./", + "category": "productivity" + } + ] +}