Skip to main content
EQ
Foundry
arrow_back Back to Browse

session-context

Verified

Startup hook that injects branch, plan, and issue context into every Claude session

Installation

npx skills add mclaude95/eq-foundry -s session-context

Recommended — works with Claude Code, Cursor, and 40+ agents.

bolt

Performance

Optimized for speed with minimal overhead. Runs efficiently in CI and local environments.

shield

Security

Sandboxed execution with scoped permissions. No external data leaves your environment.

Overview

session-context is a SessionStart hook that reads the current git branch, open issues, and active plan doc, then injects that context at the start of every Claude Code session.

When to Use

Install once and it runs automatically on every session start. Eliminates the need to re-explain project context when resuming work.

Usage Examples

The hook runs automatically. No manual invocation needed.

Configuration

Configured in .claude/settings.json as a SessionStart hook.

Installation

npx skills add mclaude95/eq-foundry -s session-context