Context Clean banner
joshtune joshtune

Context Clean

Development community

Description

--- description: "Remove local context files — clean up a directory or all context files in the project" argument-hint: "[path | --all]" allowed-tools: ["Bash", "Glob", "Read"] --- # Context Clean Remove `.claude/context.local.md` files created by `/mx:context-prime`. **Input**: $ARGUMENTS ## Instructions ### Step 1: Determine Scope Parse `$ARGUMENTS`: - **`--all`** — remove every `.claude/context.local.md` in the project - **`<path>`** — remove the context file in the specified directory

Installation

Installs to ~/.claude/skills/joshtune-mx-workflow-context-clean/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joshtune-mx-workflow-context-clean && curl -fsSL https://raw.githubusercontent.com/joshtune/mx-workflow/HEAD/commands/context-clean.md -o ~/.claude/skills/joshtune-mx-workflow-context-clean/SKILL.md

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

Full documentation available on GitHub

View Source Repository