MyEconomicClaude banner
nmetahri nmetahri

MyEconomicClaude

AI community

Description

Token-efficient Claude Code setup: global CLAUDE.md (clean code rules + best practices), RTK hook (60-90% token savings on shell commands), Caveman plugin (compressed AI responses). One-liner install with interactive prompts.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

myEconomicClaude

Token-efficient Claude Code setup. No invention here — just wiring together two excellent open source projects with a global config and a one-liner installer.

What's inside

CLAUDE.md      ← global Claude Code config (clean code rules, best practices, RTK usage)
install.sh     ← interactive installer (works locally or via curl)

RTK manages its own hook and `RTK.md` — `rtk init --global` handles that. Nothing to version there.

Projects used

  • **[RTK](https://github.com/rtk-ai/rtk)** — Rust Token Killer. Proxies shell commands (git, cat, grep…) and strips Claude-irrelevant output. 60–90% token savings on common dev operations. The hook auto-rewrites every Bash command transparently.

  • **[Caveman](https://github.com/JuliusBrussee/caveman)** — Claude Code plugin. Makes Claude respond in compressed, filler-free prose. Cuts response token usage ~75% with zero loss of technical accuracy.

Install

curl -fsSL https://raw.githubusercontent.com/nmetahri/myEconomicClaude/main/install.sh | bash

Prompts before touching anything. Handles already-installed tools, version mismatches, and missing dependencies. Restart Claude Code after install.