Compact Guard
技能 已验证 活跃Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.
To safeguard important context and task progress during LLM context compaction, ensuring that critical information is not lost and workflows can resume seamlessly.
功能
- Preserves critical files before compaction
- Saves task progress and working state
- Restores saved state after compaction
- Provides guidance on when to use (pre-manual/auto-compact)
- Offers prevention strategies and recovery steps
使用场景
- Use before manually triggering context compaction to save current work.
- Use when an auto-compaction warning appears to ensure critical state is preserved.
- Integrate into workflows that require careful state management across compaction cycles.
- Recover context efficiently after a compaction event.
非目标
- Performing the compaction itself.
- Managing long-term knowledge storage beyond the current session's context.
安装
请先添加 Marketplace
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflow质量评分
已验证类似扩展
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。
Guard
100保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.