Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
figma-common-errors
Diagnose and fix common Figma REST API and Plugin API errors.
Use when encountering HTTP errors, plugin sandbox crashes,
or unexpected API responses from Figma.
Trigger with phrases like "figma error", "fix figma",
"figma not working", "figma 403", "figma 429".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-reference-architecture
Reference architecture for production Figma API integrations.
Use when designing a new Figma integration, planning project structure,
or establishing patterns for design-to-code pipelines.
Trigger with phrases like "figma architecture", "figma project structure",
"figma integration design", "figma best practices layout".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-known-pitfalls
Avoid the most common Figma API integration mistakes and anti-patterns.
Use when reviewing Figma code, onboarding new developers,
or auditing an existing Figma integration.
Trigger with phrases like "figma mistakes", "figma anti-patterns",
"figma pitfalls", "figma code review", "figma what not to do".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-performance-tuning
Optimize Figma REST API performance with caching, partial fetches, and connection reuse.
Use when experiencing slow API responses, reducing bandwidth for large files,
or optimizing request throughput for Figma integrations.
Trigger with phrases like "figma performance", "figma slow",
"figma caching", "figma optimize", "figma large file".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
figma-hello-world
Make your first Figma REST API call to fetch a file and inspect its node tree.
Use when starting a new Figma integration, testing API connectivity,
or learning the Figma document structure.
Trigger with phrases like "figma hello world", "figma first call",
"figma quick start", "fetch figma file".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-data-handling
Handle data lifecycle in ClickHouse — TTL expiration, data deletion (GDPR),
column-level encryption, and audit logging with real ClickHouse SQL.
Use when implementing data retention, GDPR deletion requests,
or managing sensitive data in ClickHouse.
Trigger: "clickhouse data retention", "clickhouse TTL", "clickhouse GDPR",
"delete data clickhouse", "clickhouse data lifecycle", "clickhouse PII".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-incident-runbook
ClickHouse incident response — triage, diagnose, and remediate server issues
using system tables, kill stuck queries, and execute recovery procedures.
Use when ClickHouse is slow, unresponsive, or producing errors in production.
Trigger: "clickhouse incident", "clickhouse outage", "clickhouse down",
"clickhouse emergency", "clickhouse on-call", "clickhouse broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-hello-world
Create your first ClickHouse table, insert data, and run analytical queries.
Use when starting a new ClickHouse project, learning MergeTree basics,
or testing your ClickHouse connection with real operations.
Trigger: "clickhouse hello world", "first clickhouse table",
"clickhouse quick start", "create clickhouse table", "clickhouse example".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-deploy-integration
Deploy ClickHouse-backed applications to Vercel, Fly.io, and Cloud Run with
connection pooling, secrets, and health checks.
Use when deploying applications that connect to ClickHouse Cloud,
configuring platform secrets, or setting up deployment pipelines.
Trigger: "deploy clickhouse app", "clickhouse Vercel", "clickhouse Cloud Run",
"clickhouse production deploy", "clickhouse Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-performance-tuning
Optimize ClickHouse query performance with indexing, projections, settings tuning,
and query analysis using system tables.
Use when queries are slow, investigating performance bottlenecks,
or tuning ClickHouse server settings.
Trigger: "clickhouse performance", "optimize clickhouse query", "clickhouse slow query",
"clickhouse indexing", "clickhouse tuning", "clickhouse projections".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-multi-env-setup
Configure ClickHouse across dev, staging, and production with environment-specific
settings, secrets management, and infrastructure-as-code patterns.
Use when setting up per-environment ClickHouse instances, managing connection
configs, or deploying to multiple environments.
Trigger: "clickhouse environments", "clickhouse dev staging prod",
"clickhouse multi-env", "clickhouse environment config", "clickhouse staging setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-webhooks-events
Ingest data into ClickHouse from webhooks, Kafka, and streaming sources
with batching, dedup, and exactly-once patterns.
Use when building data ingestion pipelines, consuming webhook payloads,
or integrating Kafka topics into ClickHouse.
Trigger: "clickhouse ingestion", "clickhouse webhook", "clickhouse Kafka",
"stream data to clickhouse", "clickhouse data pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-common-errors
Diagnose and fix the top 15 ClickHouse errors — query failures, insert problems,
memory limits, and merge issues.
Use when encountering ClickHouse exceptions, debugging failed queries,
or troubleshooting server-side errors.
Trigger: "clickhouse error", "fix clickhouse", "clickhouse not working",
"debug clickhouse", "clickhouse exception", "clickhouse syntax error".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-sdk-patterns
Production-ready patterns for @clickhouse/client — streaming inserts, typed queries,
error handling, and connection management.
Use when building robust ClickHouse integrations, implementing streaming,
or establishing team coding standards.
Trigger: "clickhouse SDK patterns", "clickhouse client patterns",
"clickhouse best practices", "clickhouse streaming insert".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-security-basics
Secure ClickHouse with user management, network restrictions, TLS, and audit logging.
Use when hardening a ClickHouse deployment, creating restricted users,
or configuring network-level access controls.
Trigger: "clickhouse security", "clickhouse user management", "secure clickhouse",
"clickhouse TLS", "clickhouse access control", "clickhouse firewall".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-rate-limits
Configure ClickHouse query concurrency, memory quotas, and connection limits.
Use when hitting "too many simultaneous queries", managing concurrent users,
or tuning server-side resource limits.
Trigger: "clickhouse rate limit", "clickhouse concurrency", "clickhouse quota",
"too many simultaneous queries", "clickhouse connection limit".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-enterprise-rbac
Configure ClickHouse enterprise RBAC — SQL-based users, roles, row policies,
column-level grants, and quota management.
Use when setting up multi-user access control, implementing tenant isolation,
or configuring enterprise security for ClickHouse.
Trigger: "clickhouse RBAC", "clickhouse roles", "clickhouse permissions",
"clickhouse row policy", "clickhouse enterprise access", "clickhouse GRANT".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-local-dev-loop
Run ClickHouse locally with Docker, configure test fixtures, and iterate fast.
Use when setting up a local ClickHouse dev environment, writing integration tests,
or running ClickHouse in Docker Compose.
Trigger: "clickhouse local dev", "clickhouse docker", "clickhouse dev environment",
"run clickhouse locally", "clickhouse docker compose".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-core-workflow-a
Design ClickHouse schemas with MergeTree engines, ORDER BY keys, and partitioning.
Use when creating new tables, choosing engines, designing sort keys,
or modeling data for analytical workloads.
Trigger: "clickhouse schema design", "clickhouse table design",
"clickhouse ORDER BY", "clickhouse partitioning", "MergeTree table".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-cost-tuning
Optimize ClickHouse Cloud costs — compute scaling, storage tiering, compression,
and query efficiency for lower bills.
Use when analyzing ClickHouse Cloud bills, reducing storage costs,
or optimizing compute utilization.
Trigger: "clickhouse cost", "clickhouse billing", "reduce clickhouse spend",
"clickhouse pricing", "clickhouse expensive", "clickhouse storage cost".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-prod-checklist
Production readiness checklist for ClickHouse — server tuning, backup, monitoring,
and deployment verification.
Use when launching a ClickHouse deployment, doing go-live reviews,
or auditing production readiness.
Trigger: "clickhouse production", "clickhouse go-live", "clickhouse launch checklist",
"production clickhouse", "clickhouse prod ready".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-debug-bundle
Collect ClickHouse diagnostic data — system tables, query logs, merge status,
and server metrics for support tickets and troubleshooting.
Use when investigating persistent issues, preparing debug artifacts,
or collecting evidence for ClickHouse support.
Trigger: "clickhouse debug", "clickhouse diagnostics", "clickhouse support bundle",
"collect clickhouse logs", "clickhouse system tables".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-migration-deep-dive
Execute ClickHouse schema migrations — ALTER TABLE operations, data migration
between engines, versioned migration runners, and zero-downtime schema changes.
Use when modifying ClickHouse schemas, migrating data between tables,
or implementing versioned migration workflows.
Trigger: "clickhouse migration", "clickhouse ALTER TABLE", "clickhouse schema change",
"migrate clickhouse", "clickhouse add column", "clickhouse schema migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
clickhouse-core-workflow-b
Insert, query, and aggregate data in ClickHouse with real SQL patterns.
Use when writing analytical queries, inserting data at scale,
building dashboards, or implementing materialized views.
Trigger: "clickhouse query", "clickhouse insert", "clickhouse aggregate",
"clickhouse materialized view", "clickhouse SQL".
jeremylongshore/claude-code-plugins-plus-skills 1,803