Skill Claude CodeCodex
Sweep stale extension caches before activation, then fall back to a sticky manual-refresh flag if the live refresh fails.
Skill Claude CodeCodex
Sweep stale extension caches before activation, then fall back to a sticky manual-refresh flag if the live refresh fails.
Skill Claude CodeCodex
Warm the authoritative cache path first, then fan out cache-only readers in parallel so derived loaders never race stale state.
Skill Claude CodeCodex
Normalize relative extension source paths against a canonical repo root so shared marketplace records stay stable across worktrees.
Skill Claude CodeCodex
Resolve repo-relative paths against the canonical checkout root so shared state stays stable across Git worktrees.
Skill Claude CodeCodex
Skip generic offload wrappers for tools that already bound output locally or would become circular if wrapped again.
Skill Claude CodeCodex
Select spinner glyphs and colors dynamically based on terminal capability, motion preference, and stall state.
Skill Claude CodeCodex
Resolve an agent’s tool intent and disallowed lists into the actual pool the agent can use, honoring wildcard, async, and teammate allowances.
Skill Claude CodeCodex
Normalize filesystem paths and reject matches that try to spoof sensitive directories with mixed case or alternate separators.
Skill Claude CodeCodex
Safely assemble the tool registry when optional tools have circular dependencies or heavy side effects.
Skill Claude CodeCodex
Emit low-cost debug telemetry for skill-listing batches that records batch size, initial-vs-dynamic mode, and cumulative sent count without logging the payload body.
Skill Claude CodeCodex
Audit a command surface end to end so registration, discoverability, permissions, and execution all line up before shipping.
Skill Claude CodeCodex
Distill the compact boundary delta into the session memory summary and the freshest user cues needed for skill capture prompts.
Skill Claude CodeCodex
Only allow cached microcompact to delete tool results for a vetted, pre-gated whitelist of tool names.
Skill Claude CodeCodex
Group tool calls into concurrency-safe batches to run read-only calls in parallel while serializing non-read-only work.
Skill Claude CodeCodex
Keep session-level signals (messages, read caches, memory loads) alive across turns while letting per-turn caches reset for correctness.
Skill Claude CodeCodex
Persist deterministic artifacts with a create-only write and treat existing files as replay success instead of an error.
Skill Claude CodeCodex
Describe how to centralize cross-platform safe commands, UNC detection, and per-shell path guards so every shell tool shares the same policy.
Skill Claude CodeCodex
Keep writes out of sensitive dotfiles and claude folders by checking canonicalized basenames before granting permission.
Skill Claude CodeCodex
Skip update actions that point at missing local paths when a valid materialized entry already exists, preserving the working state instead of converting drift into a noisy failure.
Skill Claude CodeCodex
Freeze each tool result ID's replacement fate after it is observed so budget decisions stay deterministic across turns and forks.
Skill Claude CodeCodex
Express shell-command safety as declarative flag maps so tooling knows exactly what passes.
Skill Claude CodeCodex
Decide when to auto-refresh plugins after marketplaces change and when to defer to a manual /reload-plugins via the needsRefresh flag.
Skill Claude CodeCodex
Run delist or blocklist enforcement after synchronization so removals update both metrics and downstream refresh signals.
Skill Claude CodeCodex
Use source-aware admission rules so trusted local skills can surface automatically while plugin or MCP-provided entries must supply explicit descriptive metadata.