abhisekjha

22 mods across 1 repository, 98 stars between them.

pith

01

abhisekjha/pith

Plugin Claude Code

Plugin marketplace listing 1 plugin: pith.

98 3mo ago A tokens not measured original MIT

pith

02

abhisekjha/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.

98 3mo ago A tokens not measured original MIT

budget

03

abhisekjha/pith

Command

Set a hard token ceiling per response (e.g. /budget 100) or clear it (/budget off).

98 3mo ago A 23 tokens original MIT

focus

04

abhisekjha/pith

Command

Load only the sections of a file relevant to the current question, reducing context noise.

98 3mo ago A 16 tokens original MIT

pith-graph

05

abhisekjha/pith

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.

98 3mo ago A 43 tokens original MIT

pith

06

abhisekjha/pith

Command

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

98 3mo ago A 16 tokens original MIT

SessionStart

07

abhisekjha/pith

Hook

Runs when a session starts, executing session-start.js via node. From abhisekjha/pith.

98 3mo ago A tokens not measured copy · 52% MIT

UserPromptSubmit

08

abhisekjha/pith

Hook

Runs when you submit a prompt, before the agent sees it, executing prompt-submit.js via node. From abhisekjha/pith.

98 3mo ago A tokens not measured original MIT

PostToolUse

09

abhisekjha/pith

Hook

Runs after a tool call finishes, executing post-tool-use.js via node. From abhisekjha/pith.

98 3mo ago A tokens not measured original MIT

Stop

10

abhisekjha/pith

Hook

Runs when the agent finishes a response, executing stop.js via node. From abhisekjha/pith.

98 3mo ago A tokens not measured copy · 41% MIT

pith-arch

11

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.

98 3mo ago A 40 tokens original MIT

pith-commit

12

abhisekjha/pith

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.

98 3mo ago A 36 tokens original MIT

pith-debug

13

abhisekjha/pith

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.

98 3mo ago A 44 tokens original MIT

pith-graph

14

abhisekjha/pith

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.

98 3mo ago A 48 tokens original MIT

pith-install

15

abhisekjha/pith

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.

98 3mo ago B 42 tokens original MIT

pith-plan

16

abhisekjha/pith

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.

98 3mo ago A 39 tokens original MIT

pith-review

17

abhisekjha/pith

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.

98 3mo ago A 37 tokens original MIT

pith-setup

18

abhisekjha/pith

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.

98 3mo ago A 44 tokens original MIT

pith-tour

19

abhisekjha/pith

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.

98 3mo ago B 50 tokens original MIT

pith-uninstall

20

abhisekjha/pith

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.

98 3mo ago D 48 tokens original MIT

pith-wiki

21

abhisekjha/pith

Skill Claude CodeCodex

Wiki mode — persistent knowledge base maintenance. Active during /pith wiki mode. Defines page formats, ingest workflow, query workflow, and lint checks.

98 3mo ago A 35 tokens original MIT

pith

22

abhisekjha/pith

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.

98 3mo ago C 61 tokens original MIT