Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
windsurf-enterprise-rbac
Configure Windsurf enterprise SSO, RBAC, and organization-level controls.
Use when implementing SSO/SAML, configuring role-based seat management,
or setting up organization-wide Windsurf policies.
Trigger with phrases like "windsurf SSO", "windsurf RBAC",
"windsurf enterprise", "windsurf admin", "windsurf SAML", "windsurf team management".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-upgrade-migration
Upgrade Windsurf IDE, migrate settings from VS Code or Cursor, and handle breaking changes.
Use when upgrading Windsurf versions, migrating from another editor,
or handling configuration changes after updates.
Trigger with phrases like "upgrade windsurf", "windsurf update",
"migrate to windsurf", "windsurf from cursor", "windsurf from vscode".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-deploy-integration
Deploy applications using Windsurf's built-in deployment features and Cascade automation.
Use when deploying apps from Windsurf, configuring Netlify/Vercel integration,
or building deployment workflows with Cascade.
Trigger with phrases like "deploy windsurf", "windsurf deploy",
"windsurf netlify", "windsurf vercel", "cascade deploy".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
windsurf-security-basics
Apply Windsurf security best practices for workspace isolation, data privacy, and secret protection.
Use when securing sensitive code from AI indexing, configuring telemetry,
or auditing Windsurf security posture.
Trigger with phrases like "windsurf security", "windsurf secrets",
"windsurf privacy", "windsurf data protection", "codeiumignore".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-advanced-troubleshooting
Apply advanced Snowflake debugging with query profiling, spill analysis,
lock contention, and performance deep-dives using ACCOUNT_USAGE views.
Use when standard troubleshooting fails, investigating slow queries,
or diagnosing warehouse performance issues.
Trigger with phrases like "snowflake hard bug", "snowflake slow query debug",
"snowflake query profile", "snowflake spilling", "snowflake deep debug".
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-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
-
snowflake-ci-integration
Configure Snowflake CI/CD with GitHub Actions, SchemaChange, and Terraform.
Use when setting up automated schema migrations, CI pipelines for Snowflake,
or integrating SchemaChange/Terraform into your deployment workflow.
Trigger with phrases like "snowflake CI", "snowflake GitHub Actions",
"snowflake SchemaChange", "snowflake terraform", "snowflake CI/CD".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-webhooks-events
Implement Snowflake event-driven patterns with alerts, notifications, and external functions.
Use when setting up Snowflake alerts, email notifications, external API calls,
or event-driven pipelines triggered by Snowflake data changes.
Trigger with phrases like "snowflake alerts", "snowflake notifications",
"snowflake events", "snowflake external function", "snowflake email".
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-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-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-core-workflow-a
Execute Snowflake primary workflow: data loading via stages and COPY INTO.
Use when loading data from S3/GCS/Azure into Snowflake tables,
setting up Snowpipe for continuous ingestion, or bulk loading files.
Trigger with phrases like "snowflake load data", "snowflake COPY INTO",
"snowflake stage", "snowflake ingest", "snowflake S3 load", "snowpipe".
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-core-workflow-b
Execute Snowflake data transformation with streams, tasks, and dynamic tables.
Use when building ELT pipelines, scheduling transformations,
or implementing change data capture with Snowflake streams.
Trigger with phrases like "snowflake transform", "snowflake ELT",
"snowflake stream", "snowflake task", "snowflake pipeline",
"snowflake dynamic table", "snowflake CDC".
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-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-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-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-common-errors
Diagnose and fix common Snowflake errors and SQL compilation failures.
Use when encountering Snowflake error codes, failed queries,
authentication issues, or warehouse/connection problems.
Trigger with phrases like "snowflake error", "fix snowflake",
"snowflake not working", "snowflake SQL error", "snowflake 002003".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
snowflake-data-handling
Implement Snowflake data governance with masking policies, row access policies,
tagging, and GDPR/CCPA compliance patterns.
Use when handling PII, implementing column masking, configuring data classification,
or ensuring compliance with privacy regulations in Snowflake.
Trigger with phrases like "snowflake data governance", "snowflake masking",
"snowflake PII", "snowflake GDPR", "snowflake row access policy", "snowflake tags".
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-deploy-integration
Deploy Snowflake-powered applications with proper connection management and secrets.
Use when deploying apps that query Snowflake, configuring connection pools
for serverless/container platforms, or managing Snowflake credentials in production.
Trigger with phrases like "deploy snowflake", "snowflake serverless",
"snowflake production deploy", "snowflake Cloud Run", "snowflake Lambda".
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