vishuwa2004
- 153 skills
- 0 followers
- 6 hours ago last updated
- ▌ Slash Command Skill Classification Filter · vishuwa2004 bundleDerive 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.
- ▌ Turn Scoped Memory Prefetch With Disposal · vishuwa2004 bundleStart a non-blocking, turn-scoped memory prefetch that auto-disposes and only injects results once per turn.
- ▌ Fixed Footprint Unicode Mascot Composition · vishuwa2004 bundleBuild terminal mascots whose poses can animate without changing layout by keeping the render area fixed and swapping only the moving fragments.
- ▌ Conversation Engine Persistent Session State · vishuwa2004 bundleKeep session-level signals (messages, read caches, memory loads) alive across turns while letting per-turn caches reset for correctness.
- ▌ Empty Trigger Short Circuit Before App State · vishuwa2004 bundleSkip nested memory collection when no triggers exist so render-bound `getAppState()` is never invoked unnecessarily.
- ▌ Fast Worktree Reuse With Head Pointer Checks · vishuwa2004 bundleResume existing worktrees quickly by checking stored HEAD pointers before fetching or recreating.
- ▌ Forked Skill Execution With Isolated Context · vishuwa2004 bundleRun SkillTool slash commands inside a forked sub-agent so the skill has isolated budget, telemetry, and lifecycle.
- ▌ Nonblocking Plugin Install Status Projection · vishuwa2004 bundleMap async marketplace reconciliation events into AppState rows so UIs show install/installing/failed badges without blocking.
- ▌ Portable Skill Loader Progressive Disclosure · vishuwa2004 bundleKeep the universal skill compact yet discoverable by loading minimal frontmatter first and heavy content on demand.
- ▌ Reinjected Attachment Pruning Before Summary · vishuwa2004 bundleDrop attachment classes that will be regenerated after compaction so the summarizer spends tokens on lasting context instead of disposable payloads.
- ▌ Canonical Root Marketplace Path Normalization · vishuwa2004 bundleNormalize relative extension source paths against a canonical repo root so shared marketplace records stay stable across worktrees.
- ▌ Nonblocking Post Connect Capability Broadcast · vishuwa2004 bundleCommit the connected state first, then gather optional capabilities and send a post-connect broadcast asynchronously without delaying readiness.
- ▌ Skill Registry Composition And Feature Gating · vishuwa2004 bundleCompose skill registries in fixed phases with explicit feature gates so merged command surfaces stay deterministic and cheap to refresh.
- ▌ Turn Zero Vs Inter Turn Skill Discovery Split · vishuwa2004 bundleBlock skill discovery only on the initial user message; run later discovery asynchronously while tools execute using the write-pivot guard.
- ▌ Transport Error Normalization And Retry Policy · vishuwa2004 bundleNormalize transport failures into one retry policy so streaming bridges, sockets, and remote clients fail predictably instead of improvising recovery.
- ▌ Main Thread Empty String Agent Key Normalization · vishuwa2004 bundleNormalize the main thread to a concrete empty-string key so agent-scoped state maps treat main and forked threads uniformly.
- ▌ Main Agent Vs Background Memory Extraction Exclusion · vishuwa2004 bundleSkip the background memory extractor when the main agent already persisted memory during the same turn to avoid duplicates and race hazards.
- ▌ Decision Fate Freezing · vishuwa2004 bundleFreeze each tool result ID's replacement fate after it is observed so budget decisions stay deterministic across turns and forks.
- ▌ Lazy Heavy Command Shims · vishuwa2004 bundleStub heavy commands so the CLI stays light, loading the real implementation only when the command is executed.
- ▌ Cache Edit Pin And Replay · vishuwa2004 bundleQueue 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.
- ▌ CLI Command Surface Audit · vishuwa2004 bundleAudit a command surface end to end so registration, discoverability, permissions, and execution all line up before shipping.
- ▌ Dead Path Update Skipping · vishuwa2004 bundleSkip 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.
- ▌ Steady State Sidecar Sync · vishuwa2004 bundleRefresh derived sidecar caches even when no primary installs changed so ephemeral runtimes still receive the mirrored state they need.
- ▌ Subagent Metrics Bridging · vishuwa2004 bundleTranslate a streaming subagent run into task progress, analytics, and notifications while keeping partial results and cleanup tidy.
- ▌ API Round Message Grouping · vishuwa2004 bundleSplit conversation history into API-round buckets so compaction retries cut only the chunks tied to the failed round.
- ▌ Capability Pool Resolution · vishuwa2004 bundleResolve an agent’s tool intent and disallowed lists into the actual pool the agent can use, honoring wildcard, async, and teammate allowances.
- ▌ Three Layer Extension Sync · vishuwa2004 bundleModel extension lifecycle as intent, materialization, and active runtime layers, then sync each layer with dedicated transitions.
- ▌ Trusted Frontmatter Gating · vishuwa2004 bundleGate frontmatter MCP servers, hooks, and skills behind admin trust when plugin-only or hook-only modes are active.
- ▌ Autocompact Circuit Breaker · vishuwa2004 bundleBreak the autocompact retry loop after several consecutive failures to avoid hammering shared APIs.
- ▌ Budget Diminishing Continue · vishuwa2004 bundleIssue continuation nudges while the turn stays under budget, then halt once diminishing returns or the budget cap justify stopping.
- ▌ Empty Repo Bundle Preflight · vishuwa2004 bundleFail fast when the repository has no refs so downstream bundling never triggers empty Git bundles.
- ▌ Media Block Compaction Prep · vishuwa2004 bundleSanitize user messages by replacing images, documents, and other heavy media blocks with lightweight placeholders before compaction.
- ▌ Plan Mode Permission Gating · vishuwa2004 bundleGate plan mode entry with permission updates so complex tasks run in a controlled, reviewable state.
- ▌ Progress Event State Bridge · vishuwa2004 bundleBridge reconciliation progress events into shared UI state so the install surface reflects installing, installed, and failed transitions.
- ▌ Role Aware Context Slimming · vishuwa2004 bundleTrim user and system context based on the agent’s role so read-only helpers don’t inherit stale git or CLAUDE metadata.
- ▌ Autocompact Recursion Guards · vishuwa2004 bundleBlock autocompact from running in recursive contexts so forks and helpers don’t deadlock.
- ▌ Empty Payload Sentinel Guard · vishuwa2004 bundleGuard requests from closing instantly when a tool returns nothing by injecting the sentinel message and logging the event.
- ▌ Fork Gap Fill Reconstruction · vishuwa2004 bundleReconstruct child replacement state from local records first, then fill uncovered gaps from the parent's live map.
- ▌ Orphaned Tool Call Sanitizer · vishuwa2004 bundleRemove assistant messages that reference tools without recorded results before feeding the history back into runAgent.
- ▌ Progress First Tool Emission · vishuwa2004 bundleEmit progress/value updates as soon as they arrive while still buffering final results and handling cancellations or sibling errors.
- ▌ Semantic Theme Key Rendering · vishuwa2004 bundleResolve semantic theme keys into terminal-safe colors with contextual overrides before rendering text.
- ▌ Staged Bundle Fallback Chain · vishuwa2004 bundleRetry Git bundle creation across decreasing scopes (all, HEAD, squashed) to stay under upload size limits while keeping relevant history.
- ▌ Wire Shape Aligned Budgeting · vishuwa2004 bundleKeep each wire message’s aggregate tool_result size within the configured budget by compacting the largest fresh results first.
- ▌ Built In Agent Feature Gating · vishuwa2004 bundleGate built-in agents based on feature flags and entrypoint types so SDK sessions stay lean.
- ▌ Bundled Skill File Extraction · vishuwa2004 bundleLazily extract referenced files for bundled skills so large prompts stay offline until needed.
- ▌ Forked Auto Memory Extraction · vishuwa2004 bundleRun a forked agent that captures stable session context and writes auto memories when the main agent finishes a turn.
- ▌ Progressive Compaction Prompt · vishuwa2004 bundleDrive compaction summaries through structured prompts that sequence naming, artifacts, and invocation guidance before stripping analysis tags.
- ▌ Remote Safe Command Allowlist · vishuwa2004 bundleDefine 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.
- ▌ Safe Worktree Slug Validation · vishuwa2004 bundleEnsure Git worktree slugs can never escape the managed workspace or inject traversal.
- ▌ API Round Ptl Retry Truncation · vishuwa2004 bundleOn 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.
- ▌ Atomic Post Await State Commit · vishuwa2004 bundleAfter 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.
- ▌ Concurrency Safe Tool Batching · vishuwa2004 bundleGroup tool calls into concurrency-safe batches to run read-only calls in parallel while serializing non-read-only work.
- ▌ Deferred Refresh Flag Contract · vishuwa2004 bundleDecide when to auto-refresh plugins after marketplaces change and when to defer to a manual `/reload-plugins` via the `needsRefresh` flag.
- ▌ Diff First Progress Projection · vishuwa2004 bundleProject marketplace installation progress by diffing declared sources before kickoff so the UI shows pending spinners without waiting on the clone.
- ▌ Largest First Context Shedding · vishuwa2004 bundleWhen 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.
- ▌ Main Thread Only Cache Editing · vishuwa2004 bundleGate cached microcompact cache edits to the main thread so background forks cannot alter the shared cache state.
- ▌ No Op Empty Skill Delta Return · vishuwa2004 bundleReturn no attachment when an incremental skill delta has no unseen items instead of emitting a formally empty update payload.
- ▌ Per Agent Skill Listing Dedupe · vishuwa2004 bundleKeep skill-listing deltas scoped per agent or thread so each agent gets its own first-turn announcement surface.
- ▌ Permission Overlay Inheritance · vishuwa2004 bundleLayer child permission rules over parent session policy without dropping root-level grants or mutating shared state.
- ▌ Reserved Summary Output Budget · vishuwa2004 bundleReserve part of the context window for summary output so proactive compaction does not kill the response budget.
- ▌ Scrollback Freeze Optimization · vishuwa2004 bundleCache and reuse animated children once they slide into scrollback so terminal resets never occur.
- ▌ Aggregated Change Signal Return · vishuwa2004 bundleCollapse multiple change sources into one caller-facing boolean so headless bootstraps know whether a downstream refresh is necessary.
- ▌ Bridge Safe Command Advertising · vishuwa2004 bundleAdvertise only slash commands that a bridge client can actually invoke by filtering announcements with the same bridge-safety predicate used at execution time.
- ▌ Cache Sweep Activation Fallback · vishuwa2004 bundleSweep stale extension caches before activation, then fall back to a sticky manual-refresh flag if the live refresh fails.
- ▌ Cross Shell Command Safety Maps · vishuwa2004 bundleDescribe how to centralize cross-platform safe commands, UNC detection, and per-shell path guards so every shell tool shares the same policy.
- ▌ Fork Child Directive Guardrails · vishuwa2004 bundleKeep fork-decoupled workers strictly bounded by directive text and cache sharing requirements.
- ▌ Null Hardened Feature Overrides · vishuwa2004 bundleValidate remote numeric override maps defensively so null, non-finite, or negative flag payloads never corrupt runtime thresholds.
- ▌ Session Memory First Compaction · vishuwa2004 bundleAttempt session-memory compaction before full conversation compaction so lightweight summaries win when available.
- ▌ Shared System Init Shape Parity · vishuwa2004 bundleCentralize system init or capability payload construction in one builder so multiple transports emit identical schemas and only vary inputs or delivery.
- ▌ Stall To Alert Color Escalation · vishuwa2004 bundleBlend spinner or progress colors toward an alert hue as stall intensity rises so stuck work becomes visually obvious without changing layout.
- ▌ Terminal Specific Art Fallbacks · vishuwa2004 bundleLayer terminal detection and fallback fragments so the same mascot identity renders correctly across Apple Terminal, xterm, and other hosts.
- ▌ Time Based Microcompact Trigger · vishuwa2004 bundleFall back to time-based microcompaction when the idle gap exceeds the configured threshold and directly clear the oldest compactable tool results.
- ▌ Wrapped Text Style Preservation · vishuwa2004 bundleTrack per-character segments so wrapped or truncated text keeps its original colors and emphasis.
- ▌ Dangerous Config File Protection · vishuwa2004 bundleKeep writes out of sensitive dotfiles and claude folders by checking canonicalized basenames before granting permission.
- ▌ Memory Directory Exists Guidance · vishuwa2004 bundleEnsure memory directories exist once and surface consistent guidance so agents skip redundant mkdir calls.
- ▌ Mode Gated Reconcile Skip Filter · vishuwa2004 bundleInject mode-specific skip rules into a shared reconciler so unsupported source types are recorded and skipped without forking the core install logic.
- ▌ Ordered Streaming Tool Execution · vishuwa2004 bundleBuffer and execute streaming tool calls with concurrency awareness so results appear in request order even when multiple runners overlap.
- ▌ Plugin Only Agent Surface Gating · vishuwa2004 bundleSkip agent-declared MCP servers when strict plugin-only mode is active unless the agent is admin-trusted, keeping the session secure.
- ▌ Reachable Wip Via Temporary Refs · vishuwa2004 bundleCapture in-flight WIP via `git stash create`, make it reachable through temporary refs, and tear down the refs after bundling finishes.
- ▌ Resume Skill Listing Suppression · vishuwa2004 bundleMark the current skill listing as already sent when resuming so the transcript does not receive a redundant payload.
- ▌ Session Memory Mailbox Exclusion · vishuwa2004 bundlePrevent session-memory background forks from draining teammate mailbox attachments that belong to the main lead thread.
- ▌ Viewport Aware Animation Pausing · vishuwa2004 bundleStop updating animation ticks as soon as the animated element leaves the viewport so scrollback never forces terminal resets.
- ▌ Withheld Max Output Token Errors · vishuwa2004 bundleDelay surfacing max-output-token failures until the recovery loop completes, then emit sanitized tool_result errors.
- ▌ Append Only Sidechain Transcripts · vishuwa2004 bundlePersist every subagent transcript entry by appending with explicit parent UUIDs so transcripts become a linear, resumable sidechain.
- ▌ Bridge Origin Safe Slash Override · vishuwa2004 bundleKeep 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.
- ▌ Cache Safe Stop Hook Snapshotting · vishuwa2004 bundlePersist a cache-safe stop-hook context snapshot only for main session queries so later helpers can resume from stable state without fork pollution.
- ▌ Capability Aware Offload Skipping · vishuwa2004 bundleSkip generic offload wrappers for tools that already bound output locally or would become circular if wrapped again.
- ▌ Compactable Tool Whitelist Gating · vishuwa2004 bundleOnly allow cached microcompact to delete tool results for a vetted, pre-gated whitelist of tool names.
- ▌ Lifecycle Scoped Resource Cleanup · vishuwa2004 bundleRelease every agent-scoped resource in the `finally` block so spawning, aborting, or finishing an agent leaves no lingering clients, hooks, caches, or background tasks.
- ▌ Turn Scoped Skill Discovery Reset · vishuwa2004 bundleReset per-turn skill discovery tracking so long-lived sessions don’t leak outdated discovery flags while still honoring already-known skills.
- ▌ Type Tiered Bridge Command Gating · vishuwa2004 bundleGate 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.
- ▌ Ansi Safe Border Caption Embedding · vishuwa2004 bundleEmbed captions into terminal borders while preserving alignment, clipping, and color/dim semantics.
- ▌ Delist After Reconcile Enforcement · vishuwa2004 bundleRun delist or blocklist enforcement after synchronization so removals update both metrics and downstream refresh signals.
- ▌ Exact Rendered Decision Journaling · vishuwa2004 bundleJournal each per-message tool result replacement so resume logic replays the exact preview the model saw.
- ▌ Idempotent Tool Result Persistence · vishuwa2004 bundlePersist tool results once, avoid re-writing duplicates, and summarize via previews so long outputs stay accessible yet capped.
- ▌ Layered Command Cache Invalidation · vishuwa2004 bundleClear every memoized layer in a command or skill pipeline so dynamic updates invalidate outer derived views as well as inner source caches.
- ▌ Time Gap Cache Expiry Microcompact · vishuwa2004 bundleWhen 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.
- ▌ Auto Memory Tool Permission Fencing · vishuwa2004 bundleGate every tool call in the auto-memory extract agent so only safe read-only actions and targeted writes execute.
- ▌ Circular Safe Tool Registry Loading · vishuwa2004 bundleSafely assemble the tool registry when optional tools have circular dependencies or heavy side effects.
- ▌ Descriptive Skill Surface Admission · vishuwa2004 bundleUse source-aware admission rules so trusted local skills can surface automatically while plugin or MCP-provided entries must supply explicit descriptive metadata.