How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the current live session state including branch, task, changed files, and recent activity.
Display the current live session state including branch, task, changed files, and recent activity.
ctx_status MCP tool to retrieve the current live session/ctx:save firstWhen the user says "/ctx:status", call ctx_status() and display the results.
npx claudepluginhub himanshuskukla/ai-context-bridge --plugin ctxTracks parallel Claude Code sessions with session IDs and structured status lines (COMPLETE, BLOCKED, etc.) to prevent confusion across multiple instances.
Displays context summary: files status, token budget, tasks, recent activity. Use at session start or when unclear about project state.
Maintains a living STATE.md document tracking current project context, active tasks, blockers, and next steps. Auto-loads at session start or on explicit commands like 'update state' or 'where was I'.