
Sethyanow Session Context
- 3 repo stars
- Updated June 30, 2026
- sethyanow/session-context
sethyanow-session-context is a Claude Code plugin that keeps durable project context alive across disposable sessions and compaction.
About
sethyanow-session-context is a Claude Code plugin aimed at developers who lose hours re-explaining architecture, decisions, and in-flight work whenever a session ends or compacts. Instead of treating each chat as a blank slate, it emphasizes really good context: structured prompts and hooks that autotrack what mattered last time and make continuation the default. That fits agents-heavy workflows where you jump between features, bugs, and docs without a human PM writing handoff notes. Install it when Claude Code feels like amnesia after every refresh or compact. It is lightweight community tooling (one plugin) rather than a full observability stack; pair it with your own MEMORY or docs habits for best results. Complexity stays approachable because it plugs into existing session flows rather than asking you to run a separate service.
- Generates and maintains session context that survives past single-chat disposal
- Hooks and prompts wired for continuation rather than one-shot threads
- Autotracks session state to reduce re-onboarding the agent on every open
- Autocompact-friendly framing so compacted history still carries usable project memory
- Focused single-plugin bundle from sethyanow/session-context
Sethyanow Session Context by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install sethyanow-session-context@sethyanow/session-contextAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | June 30, 2026 |
| Repository | sethyanow/session-context ↗ |
What it does
Persist rich session context across Claude Code compacts and new chats so developers do not re-explain the project every time.
Who is it for?
Best when you're running long-running Claude Code projects and hit autocompact or start fresh threads daily.
Skip if: Skip if you already enforce formal specs in a single persistent thread with no session churn, or developers and only use one-shot Q&A sessions.
What you get
After you register the plugin, sessions can pick up with generated continuation context instead of rebuilding narrative from scratch.
- Hook-driven session context generation for continuation
- Prompt patterns that survive disposable chat sessions
By the numbers
- 1 plugin in the sethyanow/session-context bundle
- Repository source: auto-ingested catalog metadata
Recommended Plugins
How it compares
Session-memory hooks plugin, not a full local observability platform like htmlgraph.
FAQ
Who is Sethyanow Session Context for?
Developers using Claude Code on the same codebase across many sessions who need context to survive compaction and new chats.
When should I use Sethyanow Session Context?
Use it when you notice repeated re-explanation of project state after session resets, or when autocompact strips away the details you still need for the next task.
How do I add Sethyanow Session Context to my agent?
Add the sethyanow/session-context plugin from the Claude Code plugin marketplace or registry for your environment, then enable its hooks and prompts in your project session settings.