Manages token budget across sessions. Implements lazy loading, context compression, and progressive disclosure to maximize effective context usage. [EXPLICIT]
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
"Load what you need, when you need it. Never the whole library."
Prevents context window saturation by managing what gets loaded and when. Implements lazy loading of skill references, progressive disclosure of large artifacts, and context compression for long sessions. [EXPLICIT]
When to use:
/jm:optimize-ctx is invoked| Input | Type | Required | Description |
|---|---|---|---|
| Current context | State | Yes | Active session state |
| Active phase | Enum | Yes | Current pipeline phase |
| Output | Type | Description |
|---|---|---|
| Optimized context | State | Compressed session state |
| Eviction report | Text | What was compressed and why |
[!WARNING] IF loading a reference/ file that isn't for the active skill THEN DEFER. Load only when the skill executes.
Example invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |