Suggests git-aware context files for current working directory: branch status, modified files, related tests/configs from diff, and historically useful files. User decides what to load.
npx claudepluginhub egorfedorov/claude-context-optimizerThis skill is limited to using the following tools:
Analyze the current git state and suggest which files Claude should read for the current task.
Triages sparse conversation history from ~/.claude/projects and ~/.codex/sessions for current repo/worktree with git branch/PR context and strict budgets for orientation and continuity.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Analyze the current git state and suggest which files Claude should read for the current task.
Run:
node ${CLAUDE_PLUGIN_ROOT}/src/git-context.js
Present the results:
Do NOT auto-read files. Only suggest and let the user decide.