Context Engineering
Skill Verified ActiveMaster the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.
To empower users to master context engineering and maintain efficient, high-quality AI sessions by providing a structured approach to managing information flow and token budgets.
Features
- Mastering four operations of context engineering: Write, Select, Compress, Isolate
- Strategies for managing token budgets and compaction
- Guidance on context partitioning using subagents and isolation methods
- Detailed patterns and anti-patterns for effective context management
Use Cases
- Maintaining long AI coding sessions without context degradation
- Optimizing AI responses by precisely selecting relevant information
- Implementing durable memory and knowledge persistence for AI sessions
- Reducing AI session costs and latency through efficient token usage
Non-Goals
- Providing specific AI model implementations
- Managing external tool execution beyond context impact
- Replacing core AI model capabilities
Installation
First, add the marketplace
/plugin marketplace add rohitg00/pro-workflow/plugin install pro-workflow@pro-workflowQuality Score
VerifiedTrust Signals
Similar Extensions
Context Engineering Advisor
98Diagnose context stuffing vs. context engineering. Use when an AI workflow feels bloated, brittle, or hard to steer reliably.
Context Optimization
100This skill should be used when the user asks to "optimize context", "reduce token costs", "improve context efficiency", "implement KV-cache optimization", "partition context", or mentions context limits, observation masking, context budgeting, or extending effective context capacity.
Context Compression
100This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.
Init
100Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase. Use when setting up agent instructions or Claude configuration for a new repository, when an existing AGENTS.md is too long, generic, or stale, when agents repeatedly make avoidable mistakes, or when repository workflows have changed and the agent configuration needs pruning. Applies a discoverability filter—omitting anything Claude can learn from README, code, config, or directory structure—and a quality gate to verify each line remains accurate and operationally significant.
Horizon Track
100Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
Treat
100Prune bloated session with a prescription. Removes progress ticks, stale reads, duplicate content, and more.