astral
01Plugin Claude Code
Context-budget manager for Claude Code: warns before auto-compact and long-context accuracy degradation, checkpoints finished work, gates large reads, and audits unused agents/skills.
Plugin Claude Code
Context-budget manager for Claude Code: warns before auto-compact and long-context accuracy degradation, checkpoints finished work, gates large reads, and audits unused agents/skills.
Plugin Claude Code
Context-budget manager for Claude Code. Warns before auto-compact and long-context accuracy degradation, checkpoints finished work so you can shed it, gates large file reads to subagents, recalls context evicted by compaction, guards against unrelated context switches, and audits unused agents/skills.
MCP server Claude CodeCodexCursor
MCP server "astral-recall" as configured in sourikduttanyu/astral. Runs servers/astral_recall_mcp.py with python3.
Command
Audit installed agents/skills - find never-used or stale ones and help prune them.
Command
Summarize completed work to a durable file, then hand the user a steered /compact line.
Command
What Astral does and how to use it.
Command
Show Astral context level and completed work.
Command
Set the context window Astral measures against (200K / 1M / custom / auto).
Hook
Runs when you submit a prompt, before the agent sees it, executing astral_monitor.py via python3. From sourikduttanyu/astral.
Hook
Runs before the agent uses a tool for Read tool calls, executing astral_readgate.py via python3. From sourikduttanyu/astral.
Hook
Runs before the context is compacted for auto and manual tool calls, executing astral_precompact.py via python3 (2 commands). From sourikduttanyu/astral.