Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
forked-auto-memory-extraction
Run a forked agent that captures stable session context and writes auto memories when the main agent finishes a turn.
fork-gap-fill-reconstruction
Reconstruct child replacement state from local records first, then fill uncovered gaps from the parent's live map.
fork-child-directive-guardrails
Keep fork-decoupled workers strictly bounded by directive text and cache sharing requirements.
fixed-footprint-unicode-mascot-composition
Build terminal mascots whose poses can animate without changing layout by keeping the render area fixed and swapping only the moving fragments.
feature-gated-command-registry-loading
Assemble the command registry so optional modules only load when their feature flag is enabled and the registry is accessed.
fast-worktree-reuse-with-head-pointer-checks
Resume existing worktrees quickly by checking stored HEAD pointers before fetching or recreating.
fallback-source-presence-sufficiency
When a declared source is only a fallback default, treat any existing materialized source as satisfying the contract instead of forcing a replacement.
external-error-preserving-refresh-merge
Merge fresh refresh diagnostics with externally owned errors so one subsystem reload does not erase valid adjacent failures.
exact-rendered-decision-journaling
Journal each per-message tool result replacement so resume logic replays the exact preview the model saw.
empty-trigger-short-circuit-before-app-state
Skip nested memory collection when no triggers exist so render-bound `getAppState()` is never invoked unnecessarily.
empty-repo-bundle-preflight
Fail fast when the repository has no refs so downstream bundling never triggers empty Git bundles.
empty-payload-sentinel-guard
Guard requests from closing instantly when a tool returns nothing by injecting the sentinel message and logging the event.
dynamic-skill-insertion-before-builtins
Merge runtime-discovered commands into an existing command registry by deduping them against the enabled base surface and inserting them at a stable boundary before built-in commands.
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.