vishuwa2004
- 153 skills
- 0 followers
- 1 day ago last updated
- ▌ Legacy Wire Name Compat Translation · vishuwa2004 bundleTranslate renamed internal identifiers back to their legacy wire names at serialization boundaries so patch-level consumers keep working until the planned version cutoff.
- ▌ Memoized Command Source Aggregation · vishuwa2004 bundleLoad independent command sources in parallel, then memoize the merged registry by cwd so repeated lookups stay cheap and ordered.
- ▌ Namespace Resolved Skill Preloading · vishuwa2004 bundleResolve skill names through layered namespace lookup, then preload the valid skills as visible startup messages.
- ▌ Parallelism Aware Skill Step Design · vishuwa2004 bundleDesign skill steps with explicit execution topology, asking which parts run directly, in subagents, in teammate swarms, or in parallel.
- ▌ Pose Fragment Unicode Sprite Design · vishuwa2004 bundleCompose Unicode pose variants by swapping localized fragments so each expression shares the same base silhouette and spacing.
- ▌ Preview First Large Output Messages · vishuwa2004 bundleAnnotate persisted tool results with a preview-first header that leads with the saved artifact reference and shows the first slice before truncation.
- ▌ Progressive Width Gated Status Rows · vishuwa2004 bundleShow status metadata only when the spinner row has room, shrinking entries as viewport width decreases.
- ▌ Relevant Memory Selection By Header · vishuwa2004 bundleSelect the most useful memory files by comparing headers/descriptions via a JSON-schema-guided assistant check.
- ▌ Skill Scoped Permission Suggestions · vishuwa2004 bundleSuggest the narrowest permission scope by mapping a file path to its enclosing skill directory before prompting the user.
- ▌ Cache Prefix Stability For Subagents · vishuwa2004 bundlePreserve cache-critical request fields when a child agent must share the parent's prompt prefix for cache hits.
- ▌ Fallback Source Presence Sufficiency · vishuwa2004 bundleWhen a declared source is only a fallback default, treat any existing materialized source as satisfying the contract instead of forcing a replacement.
- ▌ Telemetry Sanitized Skill Invocation · vishuwa2004 bundleRecord SkillTool usage with sanitized telemetry fields so built-in, bundled, and custom skills are distinguished while avoiding PII leakage.
- ▌ User Input Before Thread Attachments · vishuwa2004 bundleResolve user-input attachment triggers before running later thread-safe attachment builders so dependent state is in place.
- ▌ Auto Refresh After New Plugin Sources · vishuwa2004 bundleTrigger a plugin refresh cycle whenever reconciliation installs new marketplaces so plugin state stays in sync.
- ▌ Background Marketplace Reconciliation · vishuwa2004 bundleRun marketplace diff and reconciliation in the background while surfacing per-source progress to the UI without blocking startup.
- ▌ Budget Aware Skill Listing Formatting · vishuwa2004 bundleDerive the active model context budget at runtime and format skill listings to fit it instead of emitting raw command sets.
- ▌ Canonical Worktree Path Normalization · vishuwa2004 bundleResolve repo-relative paths against the canonical checkout root so shared state stays stable across Git worktrees.
- ▌ Case Normalized Sensitive Path Guards · vishuwa2004 bundleNormalize filesystem paths and reject matches that try to spoof sensitive directories with mixed case or alternate separators.
- ▌ Compact Boundary Session Distillation · vishuwa2004 bundleDistill the compact boundary delta into the session memory summary and the freshest user cues needed for skill capture prompts.
- ▌ Create Only Idempotent Artifact Write · vishuwa2004 bundlePersist deterministic artifacts with a create-only write and treat existing files as replay success instead of an error.
- ▌ Headless Interactive Reconcile Parity · vishuwa2004 bundleKeep interactive and headless extension installation flows behaviorally aligned by sharing reconciliation logic and adapting only the outer contract.
- ▌ Inherited Flags For Spawned Teammates · vishuwa2004 bundlePropagate CLI flags/environment variables from the leader into tmux teammates so they share permission mode, plugins, and env configuration.
- ▌ Skip Skill Listing Without Skill Tool · vishuwa2004 bundleOmit skill-listing attachments for agents that do not expose the Skill tool, so discoverability context is only sent where it can be acted on.
- ▌ Tool Success Aware Memory Suppression · vishuwa2004 bundleSuppress context docs for tools that already succeeded in the current turn while keeping help available for failures or unresolved runs.
- ▌ Bundled And MCP Turn Zero Skill Filter · vishuwa2004 bundleFor first-turn skill listings, prefer a small bundled+MCP subset and fall back to bundled-only when the filtered set is still too large.
- ▌ Feature Gated Command Registry Loading · vishuwa2004 bundleAssemble the command registry so optional modules only load when their feature flag is enabled and the registry is accessed.
- ▌ Local And MCP Skill Name Deduplication · vishuwa2004 bundleMerge local and MCP skill sources into one listing surface and dedupe by stable command name before announcing them.
- ▌ Mark After Filter Memory Deduplication · vishuwa2004 bundleFilter prefetched memory attachments against cumulative read state before mutating that state, so async surfacing does not dedupe itself away.
- ▌ Skip Skill Listing In Test Environment · vishuwa2004 bundleSuppress skill-listing attachments in test mode so discoverability noise does not interfere with deterministic test behavior.
- ▌ Tail Preserving Task Output Truncation · vishuwa2004 bundlePersist tool outputs alongside metadata and truncate only the preview, ensuring the header points back to the persisted replica.
- ▌ Dynamic Skill Insertion Before Builtins · vishuwa2004 bundleMerge 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.
- ▌ External Error Preserving Refresh Merge · vishuwa2004 bundleMerge fresh refresh diagnostics with externally owned errors so one subsystem reload does not erase valid adjacent failures.
- ▌ MCP Skill Vs Prompt Discovery Filtering · vishuwa2004 bundleEnsure SkillTool only exposes MCP skills when they are registered as prompt-based commands and dedupe them against local commands.
- ▌ Memory Entrypoint With Index Discipline · vishuwa2004 bundleKeep MEMORY.md terse by capping entries, warning when caps hit, and pointing each memory to its own file.
- ▌ Nested Memory Trigger Consume And Clear · vishuwa2004 bundleProcess every nested-memory trigger before wiping the trigger set so subsequent iterations only see new paths.
- ▌ Prevent Continuation Stop Hook Contract · vishuwa2004 bundleReturn a narrow stop-hook result that can halt the query loop without throwing, while still surfacing blocking errors separately.
- ▌ Project Root Scoped Local Skill Loading · vishuwa2004 bundleResolve a stable project root first, then load local skills relative to that scope before combining them with other sources.
- ▌ Reduced Motion First Terminal Animation · vishuwa2004 bundlePause terminal animations when the user requests reduced motion, then resume cleanly without tearing the rest of the UI.
- ▌ Required Argument Aware Flag Validation · vishuwa2004 bundleWalk command tokens while inspecting attached/inline arguments so validators never skip missing or dangerous flag values.
- ▌ Skip Skill Discovery On Skill Expansion · vishuwa2004 bundleBypass skill discovery when expanded SKILL.md or generated prompt content is being reprocessed for attachments, so non-user text does not trigger recursive discovery work.
- ▌ User Invocable Capability Serialization · vishuwa2004 bundleSerialize announced command and skill surfaces from a shared capability shape, excluding entries explicitly marked non-user-invocable.
- ▌ Additive Agent Tool Surface Construction · vishuwa2004 bundleMerge agent-specific tool sets (MCP clients + fetched tools) into the parent context without disrupting the parent’s existing pool.
- ▌ Agent Specific MCP Server Initialization · vishuwa2004 bundleConnect each agent’s frontmatter MCP servers safely and tear them down without leaking clients, while honoring plugin-only guards.
- ▌ Cache Identical Fork Prefix Construction · vishuwa2004 bundleBuild forked conversation prefixes that stay identical across turns so prompt caching keeps working.
- ▌ Capability Based Spinner Glyph Selection · vishuwa2004 bundleSelect spinner glyphs and colors dynamically based on terminal capability, motion preference, and stall state.
- ▌ Classified Skill Listing Debug Telemetry · vishuwa2004 bundleEmit 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.
- ▌ Declarative Read Only Command Allowlists · vishuwa2004 bundleExpress shell-command safety as declarative flag maps so tooling knows exactly what passes.
- ▌ Materialization Aware Refresh Escalation · vishuwa2004 bundleReact to marketplace materialization diffs by refreshing plugins when new installs land and escalating to needsRefresh when updates or refresh failures occur.
- ▌ Prevent Continuation Stop Hook Messaging · vishuwa2004 bundleCollect stop-hook progress/errors, emit a structured prevented-continuation attachment, and summarize the block for users and logs.
- ▌ Prompt Context Handoff For Agent Runtime · vishuwa2004 bundlePackage prompt, identity, and runtime constraints into one explicit handoff so child agents start with the right context and no accidental leakage.
- ▌ Initial Vs Dynamic Skill Listing Batching · vishuwa2004 bundleMark first-time skill listings differently from later deltas so attachment consumers can distinguish bootstrap exposure from incremental updates.
- ▌ Seed Before Diff Marketplace Registration · vishuwa2004 bundleRegister seeded extension sources before diffing materialized state so bootstrap content is treated as present instead of missing.
- ▌ Skill Listing Reset On Real Skill Changes · vishuwa2004 bundleReset skill-listing announcement state only when the underlying skill set actually changes, not on compaction or transcript churn.