Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
diff-first-progress-projection
Project marketplace installation progress by diffing declared sources before kickoff so the UI shows pending spinners without waiting on the clone.
descriptive-skill-surface-admission
Use source-aware admission rules so trusted local skills can surface automatically while plugin or MCP-provided entries must supply explicit descriptive metadata.
delist-after-reconcile-enforcement
Run delist or blocklist enforcement after synchronization so removals update both metrics and downstream refresh signals.
deferred-refresh-flag-contract
Decide when to auto-refresh plugins after marketplaces change and when to defer to a manual `/reload-plugins` via the `needsRefresh` flag.
declarative-read-only-command-allowlists
Express shell-command safety as declarative flag maps so tooling knows exactly what passes.
decision-fate-freezing
Freeze each tool result ID's replacement fate after it is observed so budget decisions stay deterministic across turns and forks.
dead-path-update-skipping
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.
dangerous-config-file-protection
Keep writes out of sensitive dotfiles and claude folders by checking canonicalized basenames before granting permission.
cross-shell-command-safety-maps
Describe how to centralize cross-platform safe commands, UNC detection, and per-shell path guards so every shell tool shares the same policy.
create-only-idempotent-artifact-write
Persist deterministic artifacts with a create-only write and treat existing files as replay success instead of an error.
conversation-engine-persistent-session-state
Keep session-level signals (messages, read caches, memory loads) alive across turns while letting per-turn caches reset for correctness.
concurrency-safe-tool-batching
Group tool calls into concurrency-safe batches to run read-only calls in parallel while serializing non-read-only work.
compactable-tool-whitelist-gating
Only allow cached microcompact to delete tool results for a vetted, pre-gated whitelist of tool names.
compact-boundary-session-distillation
Distill the compact boundary delta into the session memory summary and the freshest user cues needed for skill capture prompts.
cli-command-surface-audit
Audit a command surface end to end so registration, discoverability, permissions, and execution all line up before shipping.
classified-skill-listing-debug-telemetry
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.
circular-safe-tool-registry-loading
Safely assemble the tool registry when optional tools have circular dependencies or heavy side effects.
case-normalized-sensitive-path-guards
Normalize filesystem paths and reject matches that try to spoof sensitive directories with mixed case or alternate separators.
capability-pool-resolution
Resolve an agent’s tool intent and disallowed lists into the actual pool the agent can use, honoring wildcard, async, and teammate allowances.
capability-based-spinner-glyph-selection
Select spinner glyphs and colors dynamically based on terminal capability, motion preference, and stall state.
capability-aware-offload-skipping
Skip generic offload wrappers for tools that already bound output locally or would become circular if wrapped again.
canonical-worktree-path-normalization
Resolve repo-relative paths against the canonical checkout root so shared state stays stable across Git worktrees.