Skip to content
Development
Command

/pith

Control Pith token compression modes and access structured output formats, wiki, and status

From plugin
pith
984 skills4 commands4 hooks
Install
> /plugin marketplace add abhisekjha/pith
> /plugin install pith@pith

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/pith

Context preview

What this command does when you run it.

Control Pith token compression modes and access structured output formats, wiki, and status

Command definition

pith.md
allowed-tools: Bash
description: Control Pith token compression modes and access structured output formats, wiki, and status

Run the Pith hook for this subcommand and apply the result.

**Subcommand:** $ARGUMENTS

Step 1 — execute the hook. The arguments are passed via a single-quoted heredoc so any shell metacharacters the user typed ('"$`;|&) are forwarded as literal bytes and cannot be evaluated by the shell:

node "${CLAUDE_PLUGIN_ROOT}/hooks/prompt-submit.js" --slash /pith <<'PITH_EOF_7f3a9c2e'
$ARGUMENTS
PITH_EOF_7f3a9c2e

Step 2 — act on the output:

  • If the output contains compression rules (LEAN / ULTRA / PRECISE): apply them immediately and confirm the mode is active
  • If the output contains a token status panel: display it to the user exactly
  • If the output contains wiki results or tool output: display it
  • If the output is empty (e.g. `/pith debug`): confirm the structured format is active and show a one-line example of it

Step 3 — confirm to the user in one line what changed or was shown.

Ships withpith

Status: stable — not actively adding features. Bug fixes welcome via issues. Token compression hooks for Claude Code. Install once, works in every session, zero config.

Get the whole plugin
Stats
98
Stars
11
Forks
Maintained
Maintenance
Python
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: abhisekjha/pith

Other commands on pith.

pith-graph
Command

pith-graph

Run the Pith wiki graph generator for the current project. Scans wiki/ for .md files, extracts [[wikilinks]], and opens an interactive force-directed graph in…

@abhisekjha@abhisekjhaView Command