using-git-worktrees

67.9k
obraobra

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

190 days ago

k8s-security-policies

29.9k
wshobsonwshobson

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.

191 days ago

backend-dev-guidelines

22.5k
langfuselangfuse

Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo. Use when creating tRPC routers, public API endpoints, BullMQ queue processors, services, or working with tRPC procedures, Next.js API routes, Prisma database access, ClickHouse analytics queries, Redis queues, OpenTelemetry instrumentation, Zod v4 validation, env.mjs configuration, tenant isolation patterns, or async patterns. Covers layered architecture (tRPC procedures → services, queue processors → services), dual database system (PostgreSQL + ClickHouse), projectId filtering for multi-tenant isolation, traceException error handling, observability patterns, and testing strategies (Jest for web, vitest for worker).

190 days ago

using-git-worktrees

21.8k
davila7davila7

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

190 days ago

k8s-security-policies

18.0k
sickn33sickn33

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.

190 days ago

mvcc

17.6k
tursodatabasetursodatabase

Overview of Experimental MVCC feature - snapshot isolation, versioning, limitations

190 days ago

multi-agent-patterns

13.0k
muratcankoylanmuratcankoylan

This skill should be used when the user asks to "design multi-agent system", "implement supervisor pattern", "create swarm architecture", "coordinate multiple agents", or mentions multi-agent patterns, context isolation, agent handoffs, sub-agents, or parallel agent execution.

190 days ago

agent-context-isolation

3.6k
parcadeiparcadei

Agent Context Isolation

190 days ago

git-worktrees

1.9k
heyitsnoahheyitsnoah

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

190 days ago

guidewire-multi-env-setup

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Guidewire Multi Env SetupJeremylongshore Claude Code Plugins Plus Skills Guidewire Multi Env Setup

Configure multi-environment setup for Guidewire InsuranceSuite including development, staging, and production environments with proper isolation and promotion workflows. Trigger with phrases like "guidewire environments", "multi-environment", "dev staging production", "environment configuration", "environment promotion". Use when working with guidewire multi env setup.

190 days ago

deepgram-multi-env-setup

1.5k
jeremylongshorejeremylongshore

Configure Deepgram multi-environment setup for dev, staging, and production. Use when setting up environment-specific configurations, managing multiple Deepgram projects, or implementing environment isolation. Trigger with phrases like "deepgram environments", "deepgram staging", "deepgram dev prod", "multi-environment deepgram", "deepgram config".

190 days ago

customerio-multi-env-setup

1.5k
jeremylongshorejeremylongshore

Configure Customer.io multi-environment setup. Use when setting up development, staging, and production environments with proper isolation. Trigger with phrases like "customer.io environments", "customer.io staging", "customer.io dev prod", "customer.io workspace".

190 days ago

juicebox-multi-env-setup

1.5k
Jeremylongshore Claude Code Plugins Plus Skills Juicebox Multi Env SetupJeremylongshore Claude Code Plugins Plus Skills Juicebox Multi Env Setup

Configure Juicebox multi-environment setup. Use when setting up dev/staging/production environments, managing per-environment configurations, or implementing environment isolation. Trigger with phrases like "juicebox environments", "juicebox staging", "juicebox dev prod", "juicebox environment setup".

190 days ago

swift-concurrency

1.1k
AvdLeeAvdLee

Expert guidance on Swift Concurrency best practices, patterns, and implementation. 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).

190 days ago

migrating-latex-templates

1.0k
huangwb8huangwb8

Intelligent migration of NSFC LaTeX documents to the new template, based on a five-stage workflow (Analysis → Mapping → Planning → Execution → Validation), automatically handling structural changes, content reorganization, and citation updates; supports AI-driven semantic matching and heuristic fallback, and provides run output isolation (--runs-root) and a one-click migration script (migrate.sh).

191 days ago

obra/superpowers@using-git-worktrees

905
openakitaopenakita

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

190 days ago

k8s-networking

840
rohitg00rohitg00

Kubernetes networking management for services, ingresses, endpoints, and network policies. Use when configuring connectivity, load balancing, or network isolation.

191 days ago

swift-concurrency

779
sozercansozercan

Expert guidance on Swift Concurrency best practices, patterns, and implementation. 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).

190 days ago

row-level-security

756
dadbodgeoffdadbodgeoff

Implement PostgreSQL Row Level Security (RLS) for multi-tenant SaaS applications. Use when building apps where users should only see their own data, or when implementing organization-based data isolation.

190 days ago

multi-tenancy

756
dadbodgeoffdadbodgeoff

Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports shared database and schema-per-tenant models.

190 days ago

electron-base

572
jezwebjezweb

Build secure desktop applications with Electron 33, Vite, React, and TypeScript. Covers type-safe IPC via contextBridge, OAuth with custom protocol handlers, native module compatibility (better-sqlite3, electron-store), and electron-builder packaging. Use when building cross-platform desktop apps, implementing OAuth flows in Electron, handling main/renderer process communication, or packaging with code signing. Prevents: NODE_MODULE_VERSION mismatch, hardcoded encryption keys, context isolation bypasses, sandbox conflicts with native modules.

191 days ago

git:worktrees

563
NeoLabHQNeoLabHQ

Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.

190 days ago

axiom-swift-concurrency

538
Charleswiltgen Axiom Axiom Swift ConcurrencyCharleswiltgen Axiom Axiom Swift Concurrency

Use when you see 'actor-isolated', 'Sendable', 'data race', '@MainActor' errors, or when asking 'why is this not thread safe', 'how do I use async/await', 'what is @MainActor for', 'my app is crashing with concurrency errors', 'how do I fix data races' - Swift 6 strict concurrency patterns with actor isolation and async/await

190 days ago

E2E Test Builder

454
svelte-societysvelte-society

Create Playwright E2E tests using Page Object Model pattern with database isolation

190 days ago

Trace and Isolate

451
rohitg00rohitg00

Techniques for tracing code execution and isolating problematic components

debuggingtracingisolation+1
190 days ago

swift-concurrency-developer

451
anyprotoanyproto

Expert guidance on Swift concurrency using the Office Building mental model. Use when working with actors, isolation, Sendable, TaskGroups, or fixing concurrency warnings and data race issues.

191 days ago

electron-main-preload-generator

376
a5c-aia5c-ai

Generate secure main process and preload script boilerplate with proper context isolation, IPC patterns, and security best practices for Electron applications

electrondesktopsecurity+2
191 days ago

using-git-worktrees

372
Corvo007 Miosub Using Git WorktreesCorvo007 Miosub Using Git Worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

190 days ago

multi-agent-patterns

354
guanyangguanyang

This skill should be used when the user asks to "design multi-agent system", "implement supervisor pattern", "create swarm architecture", "coordinate multiple agents", or mentions multi-agent patterns, context isolation, agent handoffs, sub-agents, or parallel agent execution.

190 days ago

using-git-worktrees

354
guanyangguanyang

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

190 days ago

django-access-review

345
getsentrygetsentry

Django access control and IDOR security review. Use when reviewing Django views, DRF viewsets, ORM queries, or any Python/Django code handling user authorization. Trigger keywords: "IDOR", "access control", "authorization", "Django permissions", "object permissions", "tenant isolation", "broken access".

190 days ago

convex-component-authoring

339
Waynesutton Convexskills Convex Component AuthoringWaynesutton Convexskills Convex Component Authoring

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

convexcomponentsreusable+2
191 days ago

convex-security-audit

339
Waynesutton Convexskills Convex Security AuditWaynesutton Convexskills Convex Security Audit

Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations

convexsecurityaudit+3
191 days ago

agent-coordination-discipline

241
MadAppGangMadAppGang

Use when deciding whether to launch an agent, selecting which agent to use, or coordinating multiple agents. Covers delegation criteria, external-model patterns, task isolation, and agent selection strategies.

191 days ago

session-isolation

241
MadAppGangMadAppGang

Use when orchestrating workflows that generate multiple files (designs, reviews, reports) to prevent file collisions across concurrent or sequential sessions with unique session directories.

190 days ago

asyncredux-navigation

238
marcglasbergmarcglasberg

Handle navigation through actions using NavigateAction. Covers setting up the navigator key, dispatching NavigateAction for push/pop/replace, and testing navigation in isolation.

190 days ago

asyncredux-testing-view-models

238
marcglasbergmarcglasberg

Test StoreConnector view-models in isolation. Covers creating view-models with `Vm.createFrom()`, testing view-model properties, testing callbacks that dispatch actions, and verifying state changes from callbacks.

191 days ago

gpg-multi-key

235
Prorise-coolProrise-cool

Advanced GPG multi-key management strategies for consultants, CI/CD automation, and enterprise teams. Configure, set up, run, and execute multi-key GPG workflows. Use when managing multiple GPG keys (personal + automation, per-client keys, enterprise keys), configuring CI/CD commit signing, implementing per-client key isolation, using conditional Git includes, setting up automated signing, or scaling GPG key strategies beyond single-key setups.

190 days ago

qe-database-testing

215
proffesor-for-testingproffesor-for-testing

Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.

databaseschemamigration+4
190 days ago

database-testing

215
proffesor-for-testingproffesor-for-testing

Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.

databaseschemamigration+4
191 days ago

database-migration

188
aiskillstoreaiskillstore

Guide for creating idempotent Supabase database migrations with RLS policies and workspace isolation

190 days ago

when-configuring-sandbox-security-use-sandbox-configurator

188
aiskillstoreaiskillstore

Configure Claude Code sandbox security with file system and network isolation boundaries. Ensures safe code execution with proper access controls and resource limits.

190 days ago

when-setting-network-security-use-network-security-setup

188
aiskillstoreaiskillstore

Configure Claude Code sandbox network isolation with trusted domains, custom access policies, and environment variables for secure network communication.

190 days ago

gen-env

188
aiskillstoreaiskillstore

Creates, updates, or reviews a project's gen-env command for running multiple isolated instances on localhost. Handles instance identity, port allocation, data isolation, browser state separation, and cleanup.

190 days ago

using-git-worktrees

133
ed3daied3dai

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

191 days ago

writing-good-tests

133
ed3daied3dai

Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation

191 days ago

k8s-security-policies

132
MicrockMicrock

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.

191 days ago

backend-dev-guidelines

132
MicrockMicrock

Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo. Use when creating tRPC routers, public API endpoints, BullMQ queue processors, services, or working with tRPC procedures, Next.js API routes, Prisma database access, ClickHouse analytics queries, Redis queues, OpenTelemetry instrumentation, Zod v4 validation, env.mjs configuration, tenant isolation patterns, or async patterns. Covers layered architecture (tRPC procedures → services, queue processors → services), dual database system (PostgreSQL + ClickHouse), projectId filtering for multi-tenant isolation, traceException error handling, observability patterns, and testing strategies (Jest for web, vitest for worker).

190 days ago