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" + } + ] +}