Skill Claude CodeCodex
Merge agent-specific tool sets (MCP clients + fetched tools) into the parent context without disrupting the parent’s existing pool.
Skill Claude CodeCodex
Merge agent-specific tool sets (MCP clients + fetched tools) into the parent context without disrupting the parent’s existing pool.
Skill Claude CodeCodex
Connect each agent’s frontmatter MCP servers safely and tear them down without leaking clients, while honoring plugin-only guards.
Skill Claude CodeCodex
Collapse multiple change sources into one caller-facing boolean so headless bootstraps know whether a downstream refresh is necessary.
Skill Claude CodeCodex
Embed captions into terminal borders while preserving alignment, clipping, and color/dim semantics.
Skill Claude CodeCodex
Split conversation history into API-round buckets so compaction retries cut only the chunks tied to the failed round.
Skill Claude CodeCodex
On prompt-too-long retries, drop the oldest API-round groups first and inject a synthetic user preamble when needed so the summarize request stays valid.
Skill Claude CodeCodex
Persist every subagent transcript entry by appending with explicit parent UUIDs so transcripts become a linear, resumable sidechain.
Skill Claude CodeCodex
After awaiting persistence work, update the shared budget state for each tooluseid exactly once so no concurrent reader ever sees a half-committed decision.
Skill Claude CodeCodex
Gate every tool call in the auto-memory extract agent so only safe read-only actions and targeted writes execute.
Skill Claude CodeCodex
Trigger a plugin refresh cycle whenever reconciliation installs new marketplaces so plugin state stays in sync.
Skill Claude CodeCodex
Break the autocompact retry loop after several consecutive failures to avoid hammering shared APIs.
Skill Claude CodeCodex
Block autocompact from running in recursive contexts so forks and helpers don’t deadlock.
Skill Claude CodeCodex
Run marketplace diff and reconciliation in the background while surfacing per-source progress to the UI without blocking startup.
Skill Claude CodeCodex
Keep remote slash-command skipping enabled by default, then reopen it only for bridge-safe commands while denying unsafe local commands with a friendly local response.
Skill Claude CodeCodex
Advertise only slash commands that a bridge client can actually invoke by filtering announcements with the same bridge-safety predicate used at execution time.
Skill Claude CodeCodex
Derive the active model context budget at runtime and format skill listings to fit it instead of emitting raw command sets.
Skill Claude CodeCodex
Issue continuation nudges while the turn stays under budget, then halt once diminishing returns or the budget cap justify stopping.
Skill Claude CodeCodex
Gate built-in agents based on feature flags and entrypoint types so SDK sessions stay lean.
Skill Claude CodeCodex
For first-turn skill listings, prefer a small bundled+MCP subset and fall back to bundled-only when the filtered set is still too large.
Skill Claude CodeCodex
Lazily extract referenced files for bundled skills so large prompts stay offline until needed.
Skill Claude CodeCodex
Queue cache edits for the next microcompact request, pin them to user-message positions, replay pinned edits later, and reset state only on explicit lifecycle boundaries.
Skill Claude CodeCodex
Build forked conversation prefixes that stay identical across turns so prompt caching keeps working.
Skill Claude CodeCodex
Preserve cache-critical request fields when a child agent must share the parent's prompt prefix for cache hits.
Skill Claude CodeCodex
Persist a cache-safe stop-hook context snapshot only for main session queries so later helpers can resume from stable state without fork pollution.