munhq

19 mods across 3 repositories, 6 stars between them.

codeindex

01

munhq/codeindex

Plugin Claude Code

Structural code intelligence for agents: symbol lookup, callers, imports and blast radius over 40+ languages, so an agent answers code questions without reading whole files.

3 3d ago A tokens not measured original MIT

codeindex

02

munhq/codeindex

Plugin Claude Code

Skills that teach any agent to answer code questions structurally instead of reading whole files — symbol lookup, callers, imports and blast radius. Bundles the codeindex MCP server so install wires everything in one step.

3 3d ago A tokens not measured original MIT

codeindex

03

munhq/codeindex

MCP server Claude CodeCodexCursor +2

Structural code intelligence for AI coding agents over MCP: find a definition, read one function, see what calls a symbol, trace imports and judge a change's blast radius across 40+ languages — in tens of tokens instead of the 1,563 a file read costs. Runs locally from the @munhq/codeindex npm package.

3 3d ago A tokens not measured original MIT

PreToolUse

04

munhq/codeindex

Hook

Runs before the agent uses a tool for Read, Grep, Glob and Bash tool calls, executing first-read-hint.sh via sh. From munhq/codeindex.

3 3d ago A tokens not measured original MIT

codeindex

05

munhq/codeindex

Skill Claude CodeCodex

Answer code questions structurally instead of reading whole files. Use when you need to find where something is defined, read one function, see what calls a symbol, trace imports, judge what a change breaks, or orient yourself in an unfamiliar file or repository. Reach for this before Read, Grep or Glob on a code…

3 3d ago A 148 tokens original MIT

chat-recall

06

munhq/chat-recall

Plugin Claude Code

One memory across every AI coding tool you use: Claude Code, Codex, Gemini CLI, OpenCode and Antigravity sessions in a single searchable index, recalled by the agent itself through MCP.

2 yesterday A tokens not measured

chat-recall-changes

07

munhq/chat-recall

Skill Claude CodeCodex

See what changed across past AI-coding sessions with chat-recall. Use when the user asks "what did I change 2h ago", "what files did we touch", "what happened in that session", "did that session actually ship", "which sessions edited ", or wants diffs/commits/edit-history that isn't in the current working tree.…

2 yesterday A 96 tokens

chat-recall-find

08

munhq/chat-recall

Skill Claude CodeCodex

Find past AI-coding work with chat-recall. Use when the user asks "remember when we…", "have we done X before", "find my notes/sessions on…", "where did we discuss Y", "what did I ask about Z", or otherwise wants to locate earlier conversations, plans, tasks, or notes across all their AI tools. Searches the unified…

2 yesterday A 98 tokens

chat-recall-memory

09

munhq/chat-recall

Skill Claude CodeCodex

Store and recall durable facts, decisions, and notes with chat-recall's knowledge graph and diary. Use when the user says "remember this", "note that we decided…", "what do you know about X", "did we decide Y", "what's our convention for Z", or when a non-obvious decision/preference is made that future sessions should…

2 yesterday A 100 tokens

chat-recall-project

10

munhq/chat-recall

Skill Claude CodeCodex

Get the state of a project from chat-recall. Use when the user asks "what's been happening in ", "catch me up on this repo", "what's the state of X", about time/cost/activity across a project, or about code findings and recommended fixes. Owns the ranked findings views — "what should I fix next", "what should I work…

2 yesterday A 163 tokens

chat-recall-resume

11

munhq/chat-recall

Skill Claude CodeCodex

Resume or cold-start work using chat-recall. Use when the user says "continue", "pick up where we left off", "resume our work", "carry on with X", starts a new session on an ongoing task, or references something from "last time" that isn't in the current context. Rebuilds prior context from past sessions instead of…

2 yesterday A 85 tokens

chat-recall

12

munhq/chat-recall

Skill Claude CodeCodex

Recall past AI-coding work — prior sessions, decisions, and project history — through the chat-recall MCP tools (mcpchat-recallrecall). Use when the user says "continue" / "pick up where we left off", "did we decide X", "remember when we…", "what was I doing", "what do you know about this project/me", or otherwise…

2 yesterday A 219 tokens

chat-recall

13

munhq/chat-recall

Plugin Claude Code

Skills that teach any agent to use the chat-recall MCP — resume prior sessions, search past work, recall decisions, and get project intelligence across all your AI coding tools. Bundles the chat-recall MCP server so install wires everything in one step.

2 yesterday A tokens not measured

chat-recall

14

munhq/chat-recall

MCP server Claude CodeCodexCursor +2

One memory across every AI coding tool — indexes Claude Code, Gemini CLI, Codex, OpenCode, Antigravity and Cursor sessions, redacts secrets, and exposes them to your agent over MCP. Runs locally from the chat-recall npm package.

2 yesterday A tokens not measured

distil

15

munhq/distil

Plugin Claude Code

Context optimization for LLM agents: measure where a session's tokens actually go, and compress context only where compression pays for the prompt cache it invalidates.

1 3d ago A tokens not measured

distil CLAUDE.md

16

munhq/distil

Instructions file

Claude Code instructions for munhq/distil, covering distil — context optimization for llm agents, what this is, consumption modes, architecture and layers (src/layers/).

1 3d ago A 1,447 tokens

distil

17

munhq/distil

Plugin Claude Code

Skills and MCP server for context optimization — decide whether compressing an agent's context pays for the prompt cache it invalidates, and compress it when the answer is yes. Bundles the distil MCP server so install wires everything in one step.

1 3d ago A tokens not measured

distil

18

munhq/distil

MCP server Claude CodeCodexCursor

Context optimization middleware for LLM agents — a dynamic tool registry, result masking, token budgeting and smart compaction, so a long session stays inside its window instead of failing for length. Runs locally from the @munhq/distil npm package.

1 3d ago A tokens not measured

distil

19

munhq/distil

Skill Claude CodeCodex

Decide whether to compress an agent's context, and compress it when the answer is yes. Use when a conversation is approaching the context window limit, when a request has failed or is about to fail for length, or when the user asks to compact, shrink or trim the context. Also use to measure where a session's tokens…

1 3d ago A 81 tokens