Skills

All Skills

isolation

Skills tagged with #isolation

@lu-zhengda
MCP

Virtual Filesystem

PostgreSQL-backed virtual filesystem for agents: session isolation, shared stores, POSIX ops, RLS.

mcpgithubpostgresfile
lu-zhengda/mcp-virtual-fs
19d ago
0
@Shrike-Security
MCP

Shrike Security

AI agent security scanner — prompt injection detection, SQL injection, PII isolation, threat intel.

mcpgithubai
Shrike-Security/shrike-mcp
19d ago
0
@jMerta

bug-triage

Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps. Use when the user reports a bug, regression, or failing build/test and wants a fix.

jMerta/codex-skills+11 more
19d ago
1190
@julien-blanchon

svelte5-best-practices

Svelte 5 runes, snippets, SvelteKit patterns, and modern best practices for TypeScript and component development. Use when writing, reviewing, or refactoring Svelte 5 components and SvelteKit applications. Triggers on: Svelte components, runes ($state, $derived, $effect, $props, $bindable, $inspect), snippets ({#snippet}, {@render}), event handling, SvelteKit data loading, form actions, Svelte 4 to Svelte 5 migration, store to rune migration, slots to snippets migration, TypeScript props typing, generic components, SSR state isolation, performance optimization, or component testing.

julien-blanchon/Montelimar
18d ago
860
@abhi-arya1

using-wt

Manages git worktree-based sandboxes with the wt CLI tool, both locally and on remote hosts over SSH. Use when the user wants to create, enter, run commands in, list, remove, or manage isolated worktree sandboxes, configure remote hosts, or troubleshoot wt issues.

abhi-arya1/wt
18d ago
350
@rp1-run

address-pr-feedback

Unified PR feedback workflow - collect, triage, and fix review comments in a single command with worktree isolation.

rp1-run/rp1+37 more
13d ago
120
@remorses

batch

Research and plan a large-scale change, then execute it in parallel across 5-30 isolated worktree agents that each open a PR. Use when the user wants to make a sweeping, mechanical change across many files (migrations, refactors, bulk renames) that can be decomposed into independent parallel units.

remorses/kimaki+9 more
19d ago
6070
@danpeg

bug-hunt

Run adversarial bug hunting on your codebase. Uses 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity. Invoke with /bug-hunt, /bug-hunt [path], or /bug-hunt -b <branch> [--base <base>].

danpeg/bug-hunt
19d ago
1200
@Chill-AI-Space
MCP

Vault MCP

MCP server for credential isolation — bots use passwords and API keys without seeing them

mcpgithubapiai
Chill-AI-Space/vault-mcp
19d ago
0
@TanStack

compositions/router-query

Integrating TanStack Router with TanStack Query: queryClient in router context, ensureQueryData/prefetchQuery in loaders, useSuspenseQuery in components, defaultPreloadStaleTime: 0, setupRouterSsrQueryIntegration for SSR dehydration/hydration and streaming, per-request QueryClient isolation.

TanStack/router+23 more
18d ago
13.9K0
@harris21

laravel-herd-worktree

Use when setting up a Laravel worktree for local development with Laravel Herd, or when user asks to work on a feature branch in isolation

laravelphpherdworktreegitdevelopment
harris21/laravel-herd-worktree
18d ago
580
@basnijholt

agent-cli-dev

Spawns AI coding agents in isolated git worktrees. Use when the user asks to spawn or launch an agent, delegate a task to a separate agent, or parallelize development across features. Only create a worktree without starting an agent if the user explicitly wants setup only.

basnijholt/agent-cli
19d ago
1580
@AvdLee

swift-concurrency

Diagnose data races, convert callback-based code to async/await, implement actor isolation patterns, resolve Sendable conformance issues, and guide Swift 6 migration. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).

AvdLee/Swift-Concurrency-Agent-Skill
19d ago
1.2K0
@krabat-l

debug-isolate

This skill should be used during Phase 2 (ISOLATE) of a debug session when the bug has been reproduced and needs to be narrowed down to a specific location. Provides isolation techniques including binary search, stack trace analysis, and diagnostic logging.

krabat-l/claude-debug+2 more
18d ago
70
@jjmartres

asdf

Use this skill whenever the user wants to install, configure, or use asdf (asdf-vm), the universal version manager. Trigger for any mention of asdf, .tool-versions files, managing runtime versions, switching between versions of Node.js, Python, Ruby, Go, Terraform, kubectl, Java, Erlang, Elixir, or any other tool managed by asdf. Also trigger when migrating from nvm, pyenv, rbenv, goenv, tfenv, or similar single-language version managers. Use this skill for help with asdf plugins, asdf install, asdf set/global/local, troubleshooting shims, Fish/Bash/Zsh shell configuration, and multi-project version isolation workflows.

jjmartres/opencode+15 more
18d ago
800
@getaegis
MCP

Aegis

Credential isolation for AI agents. Inject secrets at the network boundary.

mcpgithubai
getaegis/aegis
19d ago
0
@heyitsnoah

git-worktrees

Work with git worktrees for isolated parallel development. Use when starting feature work in isolation, when need separate workspace without branch switching, or when cleaning up worktrees after PR merge.

heyitsnoah/claudesidian
18d ago
2.0K0
@umputun

exec

Execute plan tasks sequentially using subagents. Use when user says 'exec', 'execute plan', 'run plan', or wants to implement a plan file task by task with isolated subagents.

umputun/cc-thingz
18d ago
2480
@closedloop-ai

artifact-type-tailored-context

Compresses artifacts for judge evaluation. Reads a single raw artifact, applies tiered summarization within a token budget, and returns compacted content with metadata. Isolation via forked context prevents pollution of agent context

closedloop-ai/claude-plugins+17 more
4d ago
760
@parcadei

agent-context-isolation

Agent Context Isolation

parcadei/Continuous-Claude-v3+120 more
18d ago
3.6K0
@thrashr888

sandbox

Execute commands in isolated sandboxes for security. Use when running untrusted code, system commands, or operations that could affect the host system. Automatically detects the right runtime (Python, Node, Rust, Go, Ruby, etc.) from the command.

thrashr888/agentkernel
18d ago
350
@Azure-Samples

durable-functions-dotnet

Build durable, fault-tolerant workflows using Azure Durable Functions with .NET isolated worker and Durable Task Scheduler backend. Use when creating serverless orchestrations, activities, entities, or implementing patterns like function chaining, fan-out/fan-in, async HTTP APIs, human interaction, monitoring, or stateful aggregators. Applies to Azure Functions apps requiring durable execution, state persistence, or distributed coordination with built-in HTTP management APIs and Azure integration.

Azure-Samples/Durable-Task-Scheduler+4 more
18d ago
480
@zippoxer

subtask

Parallel task orchestration CLI that dispatches work to AI workers (via Claude Code) in isolated git workspaces. Use when the user wants to draft, create, run, or manage tasks, delegate tasks to workers/subagents, or mentions subtask or Subtask.

zippoxer/subtask
18d ago
3200
@kylehughes

migrating-to-swift-concurrency

Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety errors, understanding Sendable and actor isolation, or incrementally adopting async/await.

kylehughes/the-unofficial-swift-concurrency-migration-skill
18d ago
470