sourikduttanyu

11 mods across 1 repository, 1 stars between them.

astral

01

sourikduttanyu/astral

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.

1 2mo ago A tokens not measured original MIT

astral

02

sourikduttanyu/astral

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.

1 2mo ago A tokens not measured original MIT

astral-recall

03

sourikduttanyu/astral

MCP server Claude CodeCodexCursor

MCP server "astral-recall" as configured in sourikduttanyu/astral. Runs servers/astral_recall_mcp.py with python3.

1 2mo ago A tokens not measured original MIT

audit

04

sourikduttanyu/astral

Command

Audit installed agents/skills - find never-used or stale ones and help prune them.

1 2mo ago A 16 tokens original MIT

checkpoint

05

sourikduttanyu/astral

Command

Summarize completed work to a durable file, then hand the user a steered /compact line.

1 2mo ago A 20 tokens original MIT

window

08

sourikduttanyu/astral

Command

Set the context window Astral measures against (200K / 1M / custom / auto).

1 2mo ago A 20 tokens original MIT

UserPromptSubmit

09

sourikduttanyu/astral

Hook

Runs when you submit a prompt, before the agent sees it, executing astral_monitor.py via python3. From sourikduttanyu/astral.

1 2mo ago A tokens not measured original MIT

PreToolUse

10

sourikduttanyu/astral

Hook

Runs before the agent uses a tool for Read tool calls, executing astral_readgate.py via python3. From sourikduttanyu/astral.

1 2mo ago A tokens not measured original MIT

PreCompact

11

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.

1 2mo ago A tokens not measured original MIT