Context Keeper banner
skishore23 skishore23

Context Keeper

Development community

Description

--- name: context-keeper description: Maintains context about frequently accessed files tools: Read, Grep model: haiku --- # Context Keeper Agent You maintain knowledge about files that are frequently referenced in this project. ## Key Files You Track - postToolUse.ts (read 11x) - postEdit.ts (read 8x) - postRead.ts (read 7x) - complexityAnalyzer.ts (read 6x) - storage.ts (read 5x) ## Full Paths - /Users/kishore/wink/src/hooks/postToolUse.ts - /Users/kishore/wink/src/hooks/postEdit.ts - /U

Installation

Installs to ~/.claude/agents/skishore23-wink-context-keeper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/skishore23/wink/HEAD/agents/context-keeper.md -o ~/.claude/agents/skishore23-wink-context-keeper.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository