← all publishers

vishuwa2004

@vishuwa2004 source repo

153 published skills · page 1 of 2

  1. Slash Command Skill Classification Filter · vishuwa2004 bundle
    Derive a slash-command skill surface from a broader prompt-command registry by requiring descriptive metadata, excluding builtins, and admitting only a controlled set of origins plus explicit user-only commands.
    0
    installs
  2. Turn Scoped Memory Prefetch With Disposal · vishuwa2004 bundle
    Start a non-blocking, turn-scoped memory prefetch that auto-disposes and only injects results once per turn.
    0
    installs
  3. Fixed Footprint Unicode Mascot Composition · vishuwa2004 bundle
    Build terminal mascots whose poses can animate without changing layout by keeping the render area fixed and swapping only the moving fragments.
    0
    installs
  4. Conversation Engine Persistent Session State · vishuwa2004 bundle
    Keep session-level signals (messages, read caches, memory loads) alive across turns while letting per-turn caches reset for correctness.
    0
    installs
  5. Empty Trigger Short Circuit Before App State · vishuwa2004 bundle
    Skip nested memory collection when no triggers exist so render-bound `getAppState()` is never invoked unnecessarily.
    0
    installs
  6. Fast Worktree Reuse With Head Pointer Checks · vishuwa2004 bundle
    Resume existing worktrees quickly by checking stored HEAD pointers before fetching or recreating.
    0
    installs
  7. Forked Skill Execution With Isolated Context · vishuwa2004 bundle
    Run SkillTool slash commands inside a forked sub-agent so the skill has isolated budget, telemetry, and lifecycle.
    0
    installs
  8. Nonblocking Plugin Install Status Projection · vishuwa2004 bundle
    Map async marketplace reconciliation events into AppState rows so UIs show install/installing/failed badges without blocking.
    0
    installs
  9. Portable Skill Loader Progressive Disclosure · vishuwa2004 bundle
    Keep the universal skill compact yet discoverable by loading minimal frontmatter first and heavy content on demand.
    0
    installs
  10. Reinjected Attachment Pruning Before Summary · vishuwa2004 bundle
    Drop attachment classes that will be regenerated after compaction so the summarizer spends tokens on lasting context instead of disposable payloads.
    0
    installs
  11. Canonical Root Marketplace Path Normalization · vishuwa2004 bundle
    Normalize relative extension source paths against a canonical repo root so shared marketplace records stay stable across worktrees.
    0
    installs
  12. Nonblocking Post Connect Capability Broadcast · vishuwa2004 bundle
    Commit the connected state first, then gather optional capabilities and send a post-connect broadcast asynchronously without delaying readiness.
    0
    installs
  13. Skill Registry Composition And Feature Gating · vishuwa2004 bundle
    Compose skill registries in fixed phases with explicit feature gates so merged command surfaces stay deterministic and cheap to refresh.
    0
    installs
  14. Turn Zero Vs Inter Turn Skill Discovery Split · vishuwa2004 bundle
    Block skill discovery only on the initial user message; run later discovery asynchronously while tools execute using the write-pivot guard.
    0
    installs
  15. Transport Error Normalization And Retry Policy · vishuwa2004 bundle
    Normalize transport failures into one retry policy so streaming bridges, sockets, and remote clients fail predictably instead of improvising recovery.
    0
    installs
  16. Main Thread Empty String Agent Key Normalization · vishuwa2004 bundle
    Normalize the main thread to a concrete empty-string key so agent-scoped state maps treat main and forked threads uniformly.
    0
    installs
  17. Main Agent Vs Background Memory Extraction Exclusion · vishuwa2004 bundle
    Skip the background memory extractor when the main agent already persisted memory during the same turn to avoid duplicates and race hazards.
    0
    installs
  18. Decision Fate Freezing · vishuwa2004 bundle
    Freeze each tool result ID's replacement fate after it is observed so budget decisions stay deterministic across turns and forks.
    0
    installs
  19. Lazy Heavy Command Shims · vishuwa2004 bundle
    Stub heavy commands so the CLI stays light, loading the real implementation only when the command is executed.
    0
    installs
  20. Cache Edit Pin And Replay · vishuwa2004 bundle
    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.
    0
    installs
  21. CLI Command Surface Audit · vishuwa2004 bundle
    Audit a command surface end to end so registration, discoverability, permissions, and execution all line up before shipping.
    0
    installs
  22. Dead Path Update Skipping · vishuwa2004 bundle
    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.
    0
    installs
  23. Steady State Sidecar Sync · vishuwa2004 bundle
    Refresh derived sidecar caches even when no primary installs changed so ephemeral runtimes still receive the mirrored state they need.
    0
    installs
  24. Subagent Metrics Bridging · vishuwa2004 bundle
    Translate a streaming subagent run into task progress, analytics, and notifications while keeping partial results and cleanup tidy.
    0
    installs
  25. API Round Message Grouping · vishuwa2004 bundle
    Split conversation history into API-round buckets so compaction retries cut only the chunks tied to the failed round.
    0
    installs
  26. Capability Pool Resolution · vishuwa2004 bundle
    Resolve an agent’s tool intent and disallowed lists into the actual pool the agent can use, honoring wildcard, async, and teammate allowances.
    0
    installs
  27. Three Layer Extension Sync · vishuwa2004 bundle
    Model extension lifecycle as intent, materialization, and active runtime layers, then sync each layer with dedicated transitions.
    0
    installs
  28. Trusted Frontmatter Gating · vishuwa2004 bundle
    Gate frontmatter MCP servers, hooks, and skills behind admin trust when plugin-only or hook-only modes are active.
    0
    installs
  29. Autocompact Circuit Breaker · vishuwa2004 bundle
    Break the autocompact retry loop after several consecutive failures to avoid hammering shared APIs.
    0
    installs
  30. Budget Diminishing Continue · vishuwa2004 bundle
    Issue continuation nudges while the turn stays under budget, then halt once diminishing returns or the budget cap justify stopping.
    0
    installs
  31. Empty Repo Bundle Preflight · vishuwa2004 bundle
    Fail fast when the repository has no refs so downstream bundling never triggers empty Git bundles.
    0
    installs
  32. Media Block Compaction Prep · vishuwa2004 bundle
    Sanitize user messages by replacing images, documents, and other heavy media blocks with lightweight placeholders before compaction.
    0
    installs
  33. Plan Mode Permission Gating · vishuwa2004 bundle
    Gate plan mode entry with permission updates so complex tasks run in a controlled, reviewable state.
    0
    installs
  34. Progress Event State Bridge · vishuwa2004 bundle
    Bridge reconciliation progress events into shared UI state so the install surface reflects installing, installed, and failed transitions.
    0
    installs
  35. Role Aware Context Slimming · vishuwa2004 bundle
    Trim user and system context based on the agent’s role so read-only helpers don’t inherit stale git or CLAUDE metadata.
    0
    installs
  36. Autocompact Recursion Guards · vishuwa2004 bundle
    Block autocompact from running in recursive contexts so forks and helpers don’t deadlock.
    0
    installs
  37. Empty Payload Sentinel Guard · vishuwa2004 bundle
    Guard requests from closing instantly when a tool returns nothing by injecting the sentinel message and logging the event.
    0
    installs
  38. Fork Gap Fill Reconstruction · vishuwa2004 bundle
    Reconstruct child replacement state from local records first, then fill uncovered gaps from the parent's live map.
    0
    installs
  39. Orphaned Tool Call Sanitizer · vishuwa2004 bundle
    Remove assistant messages that reference tools without recorded results before feeding the history back into runAgent.
    0
    installs
  40. Progress First Tool Emission · vishuwa2004 bundle
    Emit progress/value updates as soon as they arrive while still buffering final results and handling cancellations or sibling errors.
    0
    installs
  41. Semantic Theme Key Rendering · vishuwa2004 bundle
    Resolve semantic theme keys into terminal-safe colors with contextual overrides before rendering text.
    0
    installs
  42. Staged Bundle Fallback Chain · vishuwa2004 bundle
    Retry Git bundle creation across decreasing scopes (all, HEAD, squashed) to stay under upload size limits while keeping relevant history.
    0
    installs
  43. Wire Shape Aligned Budgeting · vishuwa2004 bundle
    Keep each wire message’s aggregate tool_result size within the configured budget by compacting the largest fresh results first.
    0
    installs
  44. Built In Agent Feature Gating · vishuwa2004 bundle
    Gate built-in agents based on feature flags and entrypoint types so SDK sessions stay lean.
    0
    installs
  45. Bundled Skill File Extraction · vishuwa2004 bundle
    Lazily extract referenced files for bundled skills so large prompts stay offline until needed.
    0
    installs
  46. Forked Auto Memory Extraction · vishuwa2004 bundle
    Run a forked agent that captures stable session context and writes auto memories when the main agent finishes a turn.
    0
    installs
  47. Progressive Compaction Prompt · vishuwa2004 bundle
    Drive compaction summaries through structured prompts that sequence naming, artifacts, and invocation guidance before stripping analysis tags.
    0
    installs
  48. Remote Safe Command Allowlist · vishuwa2004 bundle
    Define a narrow explicit set of commands that stay available in remote mode because they only affect local UI state, then reuse that set at startup and after handshake refinement.
    0
    installs
  49. Safe Worktree Slug Validation · vishuwa2004 bundle
    Ensure Git worktree slugs can never escape the managed workspace or inject traversal.
    0
    installs
  50. API Round Ptl Retry Truncation · vishuwa2004 bundle
    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.
    0
    installs
  51. Atomic Post Await State Commit · vishuwa2004 bundle
    After awaiting persistence work, update the shared budget state for each `tool_use_id` exactly once so no concurrent reader ever sees a half-committed decision.
    0
    installs
  52. Concurrency Safe Tool Batching · vishuwa2004 bundle
    Group tool calls into concurrency-safe batches to run read-only calls in parallel while serializing non-read-only work.
    0
    installs
  53. Deferred Refresh Flag Contract · vishuwa2004 bundle
    Decide when to auto-refresh plugins after marketplaces change and when to defer to a manual `/reload-plugins` via the `needsRefresh` flag.
    0
    installs
  54. Diff First Progress Projection · vishuwa2004 bundle
    Project marketplace installation progress by diffing declared sources before kickoff so the UI shows pending spinners without waiting on the clone.
    0
    installs
  55. Largest First Context Shedding · vishuwa2004 bundle
    When a single API-level user message trips the per-message tool-result budget, drop the largest fresh results first so the model still receives the frozen context at the tightest budget point.
    0
    installs
  56. Main Thread Only Cache Editing · vishuwa2004 bundle
    Gate cached microcompact cache edits to the main thread so background forks cannot alter the shared cache state.
    0
    installs
  57. No Op Empty Skill Delta Return · vishuwa2004 bundle
    Return no attachment when an incremental skill delta has no unseen items instead of emitting a formally empty update payload.
    0
    installs
  58. Per Agent Skill Listing Dedupe · vishuwa2004 bundle
    Keep skill-listing deltas scoped per agent or thread so each agent gets its own first-turn announcement surface.
    0
    installs
  59. Permission Overlay Inheritance · vishuwa2004 bundle
    Layer child permission rules over parent session policy without dropping root-level grants or mutating shared state.
    0
    installs
  60. Reserved Summary Output Budget · vishuwa2004 bundle
    Reserve part of the context window for summary output so proactive compaction does not kill the response budget.
    0
    installs
  61. Scrollback Freeze Optimization · vishuwa2004 bundle
    Cache and reuse animated children once they slide into scrollback so terminal resets never occur.
    0
    installs
  62. Aggregated Change Signal Return · vishuwa2004 bundle
    Collapse multiple change sources into one caller-facing boolean so headless bootstraps know whether a downstream refresh is necessary.
    0
    installs
  63. Bridge Safe Command Advertising · vishuwa2004 bundle
    Advertise only slash commands that a bridge client can actually invoke by filtering announcements with the same bridge-safety predicate used at execution time.
    0
    installs
  64. Cache Sweep Activation Fallback · vishuwa2004 bundle
    Sweep stale extension caches before activation, then fall back to a sticky manual-refresh flag if the live refresh fails.
    0
    installs
  65. Cross Shell Command Safety Maps · vishuwa2004 bundle
    Describe how to centralize cross-platform safe commands, UNC detection, and per-shell path guards so every shell tool shares the same policy.
    0
    installs
  66. Fork Child Directive Guardrails · vishuwa2004 bundle
    Keep fork-decoupled workers strictly bounded by directive text and cache sharing requirements.
    0
    installs
  67. Null Hardened Feature Overrides · vishuwa2004 bundle
    Validate remote numeric override maps defensively so null, non-finite, or negative flag payloads never corrupt runtime thresholds.
    0
    installs
  68. Session Memory First Compaction · vishuwa2004 bundle
    Attempt session-memory compaction before full conversation compaction so lightweight summaries win when available.
    0
    installs
  69. Shared System Init Shape Parity · vishuwa2004 bundle
    Centralize system init or capability payload construction in one builder so multiple transports emit identical schemas and only vary inputs or delivery.
    0
    installs
  70. Stall To Alert Color Escalation · vishuwa2004 bundle
    Blend spinner or progress colors toward an alert hue as stall intensity rises so stuck work becomes visually obvious without changing layout.
    0
    installs
  71. Terminal Specific Art Fallbacks · vishuwa2004 bundle
    Layer terminal detection and fallback fragments so the same mascot identity renders correctly across Apple Terminal, xterm, and other hosts.
    0
    installs
  72. Time Based Microcompact Trigger · vishuwa2004 bundle
    Fall back to time-based microcompaction when the idle gap exceeds the configured threshold and directly clear the oldest compactable tool results.
    0
    installs
  73. Wrapped Text Style Preservation · vishuwa2004 bundle
    Track per-character segments so wrapped or truncated text keeps its original colors and emphasis.
    0
    installs
  74. Dangerous Config File Protection · vishuwa2004 bundle
    Keep writes out of sensitive dotfiles and claude folders by checking canonicalized basenames before granting permission.
    0
    installs
  75. Memory Directory Exists Guidance · vishuwa2004 bundle
    Ensure memory directories exist once and surface consistent guidance so agents skip redundant mkdir calls.
    0
    installs
  76. Mode Gated Reconcile Skip Filter · vishuwa2004 bundle
    Inject mode-specific skip rules into a shared reconciler so unsupported source types are recorded and skipped without forking the core install logic.
    0
    installs
  77. Ordered Streaming Tool Execution · vishuwa2004 bundle
    Buffer and execute streaming tool calls with concurrency awareness so results appear in request order even when multiple runners overlap.
    0
    installs
  78. Plugin Only Agent Surface Gating · vishuwa2004 bundle
    Skip agent-declared MCP servers when strict plugin-only mode is active unless the agent is admin-trusted, keeping the session secure.
    0
    installs
  79. Reachable Wip Via Temporary Refs · vishuwa2004 bundle
    Capture in-flight WIP via `git stash create`, make it reachable through temporary refs, and tear down the refs after bundling finishes.
    0
    installs
  80. Resume Skill Listing Suppression · vishuwa2004 bundle
    Mark the current skill listing as already sent when resuming so the transcript does not receive a redundant payload.
    0
    installs
  81. Session Memory Mailbox Exclusion · vishuwa2004 bundle
    Prevent session-memory background forks from draining teammate mailbox attachments that belong to the main lead thread.
    0
    installs
  82. Viewport Aware Animation Pausing · vishuwa2004 bundle
    Stop updating animation ticks as soon as the animated element leaves the viewport so scrollback never forces terminal resets.
    0
    installs
  83. Withheld Max Output Token Errors · vishuwa2004 bundle
    Delay surfacing max-output-token failures until the recovery loop completes, then emit sanitized tool_result errors.
    0
    installs
  84. Append Only Sidechain Transcripts · vishuwa2004 bundle
    Persist every subagent transcript entry by appending with explicit parent UUIDs so transcripts become a linear, resumable sidechain.
    0
    installs
  85. Bridge Origin Safe Slash Override · vishuwa2004 bundle
    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.
    0
    installs
  86. Cache Safe Stop Hook Snapshotting · vishuwa2004 bundle
    Persist a cache-safe stop-hook context snapshot only for main session queries so later helpers can resume from stable state without fork pollution.
    0
    installs
  87. Capability Aware Offload Skipping · vishuwa2004 bundle
    Skip generic offload wrappers for tools that already bound output locally or would become circular if wrapped again.
    0
    installs
  88. Compactable Tool Whitelist Gating · vishuwa2004 bundle
    Only allow cached microcompact to delete tool results for a vetted, pre-gated whitelist of tool names.
    0
    installs
  89. Lifecycle Scoped Resource Cleanup · vishuwa2004 bundle
    Release every agent-scoped resource in the `finally` block so spawning, aborting, or finishing an agent leaves no lingering clients, hooks, caches, or background tasks.
    0
    installs
  90. Turn Scoped Skill Discovery Reset · vishuwa2004 bundle
    Reset per-turn skill discovery tracking so long-lived sessions don’t leak outdated discovery flags while still honoring already-known skills.
    0
    installs
  91. Type Tiered Bridge Command Gating · vishuwa2004 bundle
    Gate bridge-executed slash commands by command type first: block local-jsx UI commands, allow prompt commands by construction, and require an explicit allowlist for plain local commands.
    0
    installs
  92. Ansi Safe Border Caption Embedding · vishuwa2004 bundle
    Embed captions into terminal borders while preserving alignment, clipping, and color/dim semantics.
    0
    installs
  93. Delist After Reconcile Enforcement · vishuwa2004 bundle
    Run delist or blocklist enforcement after synchronization so removals update both metrics and downstream refresh signals.
    0
    installs
  94. Exact Rendered Decision Journaling · vishuwa2004 bundle
    Journal each per-message tool result replacement so resume logic replays the exact preview the model saw.
    0
    installs
  95. Idempotent Tool Result Persistence · vishuwa2004 bundle
    Persist tool results once, avoid re-writing duplicates, and summarize via previews so long outputs stay accessible yet capped.
    0
    installs
  96. Layered Command Cache Invalidation · vishuwa2004 bundle
    Clear every memoized layer in a command or skill pipeline so dynamic updates invalidate outer derived views as well as inner source caches.
    0
    installs
  97. Time Gap Cache Expiry Microcompact · vishuwa2004 bundle
    When a long idle gap means the server cache is cold, clear old tool-result content before the next request instead of attempting warm-cache cache edits.
    0
    installs
  98. Auto Memory Tool Permission Fencing · vishuwa2004 bundle
    Gate every tool call in the auto-memory extract agent so only safe read-only actions and targeted writes execute.
    0
    installs
  99. Circular Safe Tool Registry Loading · vishuwa2004 bundle
    Safely assemble the tool registry when optional tools have circular dependencies or heavy side effects.
    0
    installs
  100. Descriptive Skill Surface Admission · vishuwa2004 bundle
    Use source-aware admission rules so trusted local skills can surface automatically while plugin or MCP-provided entries must supply explicit descriptive metadata.
    0
    installs