Mem Budget banner
OoOshisuiOoO OoOshisuiOoO

Mem Budget

AI community

Description

--- description: Show a 4-tier weighted context plan for a query (working/episodic/semantic/procedural) within a token budget. Deterministic Jaccard + tier weights + Ebbinghaus recency decay. No LLM. --- Preview which files the v3.3 budget planner would load for a query, within a char budget. Run with the Bash tool: ```bash python3 "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/_budget.py" --query "$*" "$@" ``` ## Flags - `--ws <name>` — workspace (default: active). - `--query "text"` — query text; e

Installation

Installs to ~/.claude/skills/oooshisuiooo-gowth-mem-mem-budget/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oooshisuiooo-gowth-mem-mem-budget && curl -fsSL https://raw.githubusercontent.com/OoOshisuiOoO/gowth-mem/HEAD/commands/mem-budget.md -o ~/.claude/skills/oooshisuiooo-gowth-mem-mem-budget/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository