Topic: devops
5,262 skills in this topic.
-
wispr-core-workflow-b
Wispr Flow core workflow b for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr core workflow b".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-core-workflow-a
Wispr Flow core workflow a for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr core workflow a".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
wispr-common-errors
Wispr Flow common errors for voice-to-text API integration.
Use when integrating Wispr Flow dictation, WebSocket streaming,
or building voice-powered applications.
Trigger: "wispr common errors".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-upgrade-migration
Upgrade Snowflake drivers, handle breaking changes, and migrate between editions.
Use when upgrading snowflake-sdk or snowflake-connector-python versions,
migrating between Snowflake editions, or handling deprecations.
Trigger with phrases like "upgrade snowflake", "snowflake migration",
"snowflake breaking changes", "update snowflake driver", "snowflake version".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-install-auth
Install and configure Snowflake driver authentication for Node.js and Python.
Use when setting up snowflake-sdk, snowflake-connector-python, key pair auth,
OAuth, or SSO browser authentication.
Trigger with phrases like "install snowflake", "setup snowflake",
"snowflake auth", "snowflake connection", "snowflake key pair".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-known-pitfalls
Identify and avoid Snowflake anti-patterns and common mistakes in SQL,
warehouse management, data loading, and access control.
Use when reviewing Snowflake configurations, onboarding new users,
or auditing existing Snowflake deployments for best practices.
Trigger with phrases like "snowflake mistakes", "snowflake anti-patterns",
"snowflake pitfalls", "snowflake what not to do", "snowflake code review".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-load-scale
Implement Snowflake load testing, warehouse scaling, and capacity planning.
Use when testing query performance at scale, configuring multi-cluster warehouses,
or planning capacity for production Snowflake workloads.
Trigger with phrases like "snowflake load test", "snowflake scale",
"snowflake capacity", "snowflake benchmark", "snowflake multi-cluster".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-local-dev-loop
Configure Snowflake local development with testing, mocking, and fast iteration.
Use when setting up dev environment, writing tests against Snowflake,
or establishing a fast iteration cycle with SnowSQL and dev warehouses.
Trigger with phrases like "snowflake dev setup", "snowflake local development",
"snowflake dev environment", "develop with snowflake", "snowflake testing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-migration-deep-dive
Execute migration to Snowflake from Redshift, BigQuery, or on-prem databases
with data transfer, schema conversion, and validation strategies.
Use when migrating to Snowflake from another platform, planning data transfers,
or re-platforming existing data warehouses to Snowflake.
Trigger with phrases like "migrate to snowflake", "snowflake migration",
"redshift to snowflake", "bigquery to snowflake", "snowflake replatform".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-multi-env-setup
Configure Snowflake across dev, staging, and production with account-level isolation,
zero-copy clones, and environment-specific RBAC.
Trigger with phrases like "snowflake environments", "snowflake staging",
"snowflake dev prod", "snowflake clone", "snowflake environment setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-observability
Set up Snowflake observability using ACCOUNT_USAGE views, alerts, and external monitoring.
Use when implementing Snowflake monitoring dashboards, setting up query performance tracking,
or configuring alerting for warehouse and pipeline health.
Trigger with phrases like "snowflake monitoring", "snowflake metrics",
"snowflake observability", "snowflake dashboard", "snowflake alerts".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-performance-tuning
Optimize Snowflake query performance with clustering, materialized views, caching, and query profiling.
Use when queries are slow, analyzing QUERY_HISTORY for bottlenecks,
or optimizing warehouse utilization and data scanning.
Trigger with phrases like "snowflake performance", "optimize snowflake",
"snowflake slow query", "snowflake clustering", "snowflake query profile".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-policy-guardrails
Implement Snowflake governance guardrails with network rules, session policies,
authentication policies, and automated compliance checks.
Use when enforcing security policies, implementing data governance,
or configuring automated compliance for Snowflake.
Trigger with phrases like "snowflake policy", "snowflake guardrails",
"snowflake governance", "snowflake compliance", "snowflake enforce".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-prod-checklist
Execute Snowflake production readiness checklist with monitoring and rollback.
Use when deploying Snowflake pipelines to production, preparing for go-live,
or validating production Snowflake configuration.
Trigger with phrases like "snowflake production", "snowflake go-live",
"snowflake launch checklist", "snowflake prod ready".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-rate-limits
Handle Snowflake concurrency limits, warehouse queuing, and query throttling.
Use when queries are queuing, hitting concurrency limits,
or needing to optimize warehouse sizing for throughput.
Trigger with phrases like "snowflake rate limit", "snowflake throttling",
"snowflake queuing", "snowflake concurrency", "snowflake warehouse sizing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-reference-architecture
Implement Snowflake reference architecture with medallion pattern and Snowflake-native design.
Use when designing a new Snowflake data platform, setting up bronze/silver/gold layers,
or establishing architecture standards for a Snowflake deployment.
Trigger with phrases like "snowflake architecture", "snowflake medallion",
"snowflake best practices layout", "snowflake data platform design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-reliability-patterns
Implement Snowflake reliability patterns: replication, failover, Time Travel recovery,
and application-level resilience for Snowflake integrations.
Use when building fault-tolerant pipelines, configuring disaster recovery,
or adding resilience to production Snowflake services.
Trigger with phrases like "snowflake reliability", "snowflake failover",
"snowflake replication", "snowflake disaster recovery", "snowflake Time Travel".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-sdk-patterns
Apply production-ready Snowflake SDK patterns for snowflake-sdk and snowflake-connector-python.
Use when implementing connection pooling, async execute wrappers, streaming results,
or establishing team coding standards for Snowflake.
Trigger with phrases like "snowflake SDK patterns", "snowflake best practices",
"snowflake code patterns", "idiomatic snowflake", "snowflake connection pool".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-security-basics
Apply Snowflake security best practices: network policies, key rotation,
MFA, encryption, and least-privilege access.
Use when securing Snowflake access, implementing network policies,
or auditing security configuration.
Trigger with phrases like "snowflake security", "snowflake network policy",
"secure snowflake", "snowflake MFA", "snowflake encryption".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-common-errors
Diagnose and fix common Windsurf IDE and Cascade errors.
Use when Cascade stops working, Supercomplete fails, indexing hangs,
or encountering Windsurf-specific issues.
Trigger with phrases like "windsurf error", "fix windsurf",
"windsurf not working", "cascade broken", "windsurf slow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-cost-tuning
Optimize Windsurf licensing costs through seat management, tier selection, and credit monitoring.
Use when analyzing Windsurf billing, reducing per-seat costs,
or implementing usage monitoring and budget controls.
Trigger with phrases like "windsurf cost", "windsurf billing",
"reduce windsurf costs", "windsurf pricing", "windsurf budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-core-workflow-b
Execute Windsurf's secondary workflow: Workflows, Memories, and reusable automation.
Use when creating reusable Cascade workflows, managing persistent memories,
or automating repetitive development tasks.
Trigger with phrases like "windsurf workflow", "windsurf automation",
"windsurf memories", "cascade workflow", "windsurf slash command".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-core-workflow-a
Execute Windsurf's primary workflow: Cascade Write mode for multi-file agentic coding.
Use when building features, refactoring across files, or performing complex code tasks.
Trigger with phrases like "windsurf cascade write", "windsurf agentic coding",
"windsurf multi-file edit", "cascade write mode", "windsurf build feature".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-architecture-variants
Choose workspace architectures for different project scales in Windsurf.
Use when deciding how to structure Windsurf workspaces for monorepos,
multi-service setups, or polyglot codebases.
Trigger with phrases like "windsurf workspace strategy", "windsurf monorepo",
"windsurf project layout", "windsurf multi-service", "windsurf workspace size".
jeremylongshore/claude-code-plugins-plus-skills 1,803