Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
project-root-scoped-local-skill-loading
Resolve a stable project root first, then load local skills relative to that scope before combining them with other sources.
progressive-width-gated-status-rows
Show status metadata only when the spinner row has room, shrinking entries as viewport width decreases.
progressive-compaction-prompt
Drive compaction summaries through structured prompts that sequence naming, artifacts, and invocation guidance before stripping analysis tags.
progress-first-tool-emission
Emit progress/value updates as soon as they arrive while still buffering final results and handling cancellations or sibling errors.
progress-event-state-bridge
Bridge reconciliation progress events into shared UI state so the install surface reflects installing, installed, and failed transitions.
privacy-redacted-repl-bridge-system-init
Reuse one system init payload shape across trusted and remote transports, but redact tool, MCP, and plugin metadata when the bridge path would leak local integrations or filesystem paths.
preview-first-large-output-messages
Annotate persisted tool results with a preview-first header that leads with the saved artifact reference and shows the first slice before truncation.
prevent-continuation-stop-hook-messaging
Collect stop-hook progress/errors, emit a structured prevented-continuation attachment, and summarize the block for users and logs.
prevent-continuation-stop-hook-contract
Return a narrow stop-hook result that can halt the query loop without throwing, while still surfacing blocking errors separately.
pose-fragment-unicode-sprite-design
Compose Unicode pose variants by swapping localized fragments so each expression shares the same base silhouette and spacing.
portable-skill-loader-progressive-disclosure
Keep the universal skill compact yet discoverable by loading minimal frontmatter first and heavy content on demand.
plugin-only-agent-surface-gating
Skip agent-declared MCP servers when strict plugin-only mode is active unless the agent is admin-trusted, keeping the session secure.
plan-mode-permission-gating
Gate plan mode entry with permission updates so complex tasks run in a controlled, reviewable state.
permission-overlay-inheritance
Layer child permission rules over parent session policy without dropping root-level grants or mutating shared state.
per-agent-skill-listing-dedupe
Keep skill-listing deltas scoped per agent or thread so each agent gets its own first-turn announcement surface.
parallelism-aware-skill-step-design
Design skill steps with explicit execution topology, asking which parts run directly, in subagents, in teammate swarms, or in parallel.
orphaned-tool-call-sanitizer
Remove assistant messages that reference tools without recorded results before feeding the history back into runAgent.
ordered-streaming-tool-execution
Buffer and execute streaming tool calls with concurrency awareness so results appear in request order even when multiple runners overlap.
null-hardened-feature-overrides
Validate remote numeric override maps defensively so null, non-finite, or negative flag payloads never corrupt runtime thresholds.
nonblocking-post-connect-capability-broadcast
Commit the connected state first, then gather optional capabilities and send a post-connect broadcast asynchronously without delaying readiness.
nonblocking-plugin-install-status-projection
Map async marketplace reconciliation events into AppState rows so UIs show install/installing/failed badges without blocking.
no-op-empty-skill-delta-return
Return no attachment when an incremental skill delta has no unseen items instead of emitting a formally empty update payload.