pith
01Plugin Claude Code
Plugin marketplace listing 1 plugin: pith.
Plugin Claude Code
Plugin marketplace listing 1 plugin: pith.
Plugin Claude Code
Token optimization for Claude Code. Automatic tool output compression (40-60% reduction), token meter in statusline, auto-compact at 70% context, structured output formats, self-building project wiki, URL ingestion, Karpathy compile pass, and semantic lint.
Command
Set a hard token ceiling per response (e.g. /budget 100) or clear it (/budget off).
Command
Load only the sections of a file relevant to the current question, reducing context noise.
Command
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 the browser as wiki-graph.html.
Command
Control Pith token compression modes and access structured output formats, wiki, and status.
Hook
Runs when a session starts, executing session-start.js via node. From abhisekjha/pith.
Hook
Runs when you submit a prompt, before the agent sees it, executing prompt-submit.js via node. From abhisekjha/pith.
Hook
Runs after a tool call finishes, executing post-tool-use.js via node. From abhisekjha/pith.
Hook
Runs when the agent finishes a response, executing stop.js via node. From abhisekjha/pith.
Skill Claude CodeCodex
One-shot architecture decision format. Use for technology choices, design decisions, system design questions. Format: Decision / Options table / Choice / Risks / Next. Does not persist.
Skill Claude CodeCodex
One-shot commit message generator. Conventional Commits format, subject ≤50 chars. Use when writing a git commit message for staged changes. Does not persist.
Skill Claude CodeCodex
One-shot structured debug format. Use when diagnosing errors, unexpected behavior, crashes, or failures. Format: Problem / Cause / Fix / Verify — 4 fields, no prose. Does not persist.
Skill Claude CodeCodex
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 the browser as wiki-graph.html.
Skill Claude CodeCodex
Install Pith into Claude Code. Copies hooks, patches settings.json, registers slash commands (/pith, /budget, /focus), and records the plugin root so hooks can resolve paths.
Skill Claude CodeCodex
One-shot planning format. Use for feature planning, task breakdown, sprint planning, implementation plans. Format: Goal / Steps / Risks / Done-when. Does not persist.
Skill Claude CodeCodex
One-shot structured code review. Use when reviewing a PR, diff, file, or function. Format: one line per issue. No summaries. Does not persist.
Skill Claude CodeCodex
Pith onboarding conversation. Runs on first session in a new project. Introduces Pith, offers wiki setup, guides through initialization. Injected by session-start.js when no prior setup detected.
Skill Claude CodeCodex
Interactive guided tour of Pith. Walks the user through each feature experientially — one step at a time, hands-on, using their actual project. Resumable. Skippable. State tracked via tour.py.
Skill Claude CodeCodex
Uninstall Pith from Claude Code. Removes hooks, slash commands, and cleans pith entries from settings.json. Preserves /.pith/state.json (token history) unless user explicitly asks to wipe all data.
Skill Claude CodeCodex
Wiki mode — persistent knowledge base maintenance. Active during /pith wiki mode. Defines page formats, ingest workflow, query workflow, and lint checks.
Skill Claude CodeCodex
Adaptive output compression. Three levels: precise (no filler), lean (default, drop articles/fragments), ultra (maximum — abbreviate, structure, arrows). Activate: /pith | /pith precise | /pith lean | /pith ultra | /pith off.