Plugin Claude Code
claude context tools - Claude Code plugins for context-size awareness: subagent context reporting, cross-session send guarding, and main-session compaction management incl. an opt-in tmux managed mode.
Plugin Claude Code
claude context tools - Claude Code plugins for context-size awareness: subagent context reporting, cross-session send guarding, and main-session compaction management incl. an opt-in tmux managed mode.
Instructions file CodexOpenCode
Instructions for msshives-gif/claude-plugins: Marketplace monorepo: every plugin lives under plugins/ /, one marketplace at .claude-plugin/marketplace.json. Simple code and simple documentation is best; complexity and big words are the enemy. Prefer the boring obvious shape; build machinery only when real use forces…
Instructions file
Instructions for msshives-gif/claude-plugins, a project described as: claude context tools — a Claude Code plugin marketplace: subagent context reporting, cross-session send guarding, and main-session compaction management incl. an opt-in tmux managed mode.
Plugin Claude Code
Warns the main session as its own context fills, captures a wake packet before compaction, and reorients the session after it — so an autonomous orchestrator survives past one context window.
Command
Attach the managed-mode watcher to this session's tmux pane.
Command
Stop the compact-manager watcher for this session.
Command
Set this session's compaction thresholds (trigger/soft/hard/window).
Command
First-run setup — pick a compact-manager mode and learn the commands.
Command
Show compact-manager mode, watchers, and per-session context usage.
Hook
Runs after a tool call finishes, executing advisor.py via python3. From msshives-gif/claude-plugins.
Hook
Runs when you submit a prompt, before the agent sees it, executing reorient.py via python3. From msshives-gif/claude-plugins.
Hook
Runs when the agent finishes a response, executing stop_marker.py via python3. From msshives-gif/claude-plugins.
Hook
Runs before the context is compacted for manual and auto tool calls, executing precompact.py via python3 (2 commands). From msshives-gif/claude-plugins.
Hook
Runs when a session starts on compact, startup, resume and clear, executing session_start.py via python3 (4 commands). From msshives-gif/claude-plugins.
Plugin Claude Code
Warns before, and can gate, a SendMessage to a large idle peer Claude Code session — a cold wake replays the peer's whole transcript at full price.
Plugin Claude Code
Reports each subagent's context size to the orchestrating agent and warns before an overloaded subagent gets re-tasked.
Plugin Claude Code
Wraps background Bash tasks in a signal-forensics wrapper: when something kills a task, the killer's pid, uid, and cmdline are logged before the task dies.