Topic: llm
10,059 skills in this topic.
-
techsmith-prod-checklist
TechSmith prod checklist for Snagit COM API and Camtasia automation.
Use when working with TechSmith screen capture and video editing automation.
Trigger: "techsmith prod checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
techsmith-rate-limits
TechSmith rate limits for Snagit COM API and Camtasia automation.
Use when working with TechSmith screen capture and video editing automation.
Trigger: "techsmith rate limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
techsmith-reference-architecture
TechSmith reference architecture for Snagit COM API and Camtasia automation.
Use when working with TechSmith screen capture and video editing automation.
Trigger: "techsmith reference architecture".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
techsmith-sdk-patterns
TechSmith sdk patterns for Snagit COM API and Camtasia automation.
Use when working with TechSmith screen capture and video editing automation.
Trigger: "techsmith sdk patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
techsmith-security-basics
TechSmith security basics for Snagit COM API and Camtasia automation.
Use when working with TechSmith screen capture and video editing automation.
Trigger: "techsmith security basics".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
techsmith-upgrade-migration
TechSmith upgrade migration for Snagit COM API and Camtasia automation.
Use when working with TechSmith screen capture and video editing automation.
Trigger: "techsmith upgrade migration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
techsmith-webhooks-events
TechSmith webhooks events for Snagit COM API and Camtasia automation.
Use when working with TechSmith screen capture and video editing automation.
Trigger: "techsmith webhooks events".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-ci-integration
Configure Webflow CI/CD with GitHub Actions — automated CMS validation,
integration tests with test tokens, and publish-on-merge workflows.
Use when setting up automated testing or CI pipelines for Webflow integrations.
Trigger with phrases like "webflow CI", "webflow GitHub Actions",
"webflow automated tests", "CI webflow", "webflow pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-common-errors
Diagnose and fix Webflow Data API v2 errors — 400, 401, 403, 404, 409, 429, 500.
Use when encountering Webflow API errors, debugging failed requests,
or troubleshooting integration issues.
Trigger with phrases like "webflow error", "fix webflow",
"webflow not working", "debug webflow", "webflow 429", "webflow 401".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-core-workflow-a
Execute the primary Webflow workflow — CMS content management: list collections,
CRUD items, publish items, and manage content lifecycle via the Data API v2.
Use when working with Webflow CMS collections and items, managing blog posts,
team members, or any dynamic content.
Trigger with phrases like "webflow CMS", "webflow collections", "webflow items",
"create webflow content", "manage webflow CMS", "webflow content management".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-core-workflow-b
Execute Webflow secondary workflows — Sites management, Pages API, Forms submissions,
Ecommerce (products/orders/inventory), and Custom Code via the Data API v2.
Use when managing sites, reading pages, handling form data, or working with
Webflow Ecommerce products and orders.
Trigger with phrases like "webflow sites", "webflow pages", "webflow forms",
"webflow ecommerce", "webflow products", "webflow orders".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-cost-tuning
Optimize Webflow costs through plan selection, CDN read optimization, bulk endpoint
usage, and API usage monitoring with budget alerts.
Use when analyzing Webflow billing, reducing API costs,
or implementing usage monitoring for Webflow integrations.
Trigger with phrases like "webflow cost", "webflow billing",
"reduce webflow costs", "webflow pricing", "webflow budget".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-data-handling
Implement Webflow data handling — CMS content delivery patterns, PII redaction in
form submissions, GDPR/CCPA compliance for ecommerce data, and data retention policies.
Trigger with phrases like "webflow data", "webflow PII", "webflow GDPR",
"webflow data retention", "webflow privacy", "webflow CCPA", "webflow forms data".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-debug-bundle
Collect Webflow debug evidence for support tickets and troubleshooting.
Gathers SDK version, token validation, rate limit status, site connectivity,
CMS health, and error logs into a single diagnostic bundle.
Trigger with phrases like "webflow debug", "webflow support bundle",
"collect webflow logs", "webflow diagnostic", "webflow troubleshoot".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-deploy-integration
Deploy Webflow-powered applications to Vercel, Fly.io, and Google Cloud Run
with proper secrets management and Webflow-specific health checks.
Trigger with phrases like "deploy webflow", "webflow Vercel",
"webflow production deploy", "webflow Cloud Run", "webflow Fly.io".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-enterprise-rbac
Configure Webflow enterprise access control — OAuth 2.0 app authorization,
scope-based RBAC, per-site token isolation, workspace member management,
and audit logging for compliance.
Trigger with phrases like "webflow RBAC", "webflow enterprise",
"webflow roles", "webflow permissions", "webflow OAuth scopes",
"webflow access control", "webflow workspace members".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-hello-world
Create a minimal working Webflow Data API v2 example.
Use when starting a new Webflow integration, testing your setup,
or learning basic Webflow API patterns — list sites, read CMS collections, create items.
Trigger with phrases like "webflow hello world", "webflow example",
"webflow quick start", "simple webflow code", "first webflow API call".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-incident-runbook
Execute Webflow incident response — triage by HTTP status (401/403/429/500),
circuit breaker activation, cached fallback, Webflow status page checks,
communication templates, and postmortem process.
Trigger with phrases like "webflow incident", "webflow outage",
"webflow down", "webflow on-call", "webflow emergency", "webflow broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-install-auth
Install the Webflow JS SDK (webflow-api) and configure OAuth 2.0 or API token authentication.
Use when setting up a new Webflow integration, configuring access tokens,
or initializing the WebflowClient in your project.
Trigger with phrases like "install webflow", "setup webflow",
"webflow auth", "configure webflow API token", "webflow OAuth".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-local-dev-loop
Configure a Webflow local development workflow with TypeScript, hot reload, mocked API tests,
and webhook tunneling via ngrok.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with the Webflow Data API.
Trigger with phrases like "webflow dev setup", "webflow local development",
"webflow dev environment", "develop with webflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-migration-deep-dive
Execute major Webflow migrations — from other CMS platforms to Webflow CMS,
between Webflow sites, or large-scale content re-architecture using the Data API v2
bulk endpoints, strangler fig pattern, and data validation.
Trigger with phrases like "migrate to webflow", "webflow migration",
"import into webflow", "webflow replatform", "move content to webflow",
"webflow bulk import", "wordpress to webflow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-multi-env-setup
Configure Webflow across development, staging, and production environments with
per-environment API tokens, site IDs, and secret management via Vault/AWS/GCP.
Trigger with phrases like "webflow environments", "webflow staging",
"webflow dev prod", "webflow environment setup", "webflow config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-observability
Set up observability for Webflow integrations — Prometheus metrics for API calls,
OpenTelemetry tracing, structured logging with pino, Grafana dashboards,
and alerting for rate limits, errors, and latency.
Trigger with phrases like "webflow monitoring", "webflow metrics",
"webflow observability", "monitor webflow", "webflow alerts", "webflow tracing".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
webflow-performance-tuning
Optimize Webflow API performance with response caching, bulk endpoint batching,
CDN-cached live item reads, pagination optimization, and connection pooling.
Use when experiencing slow API responses or optimizing request throughput.
Trigger with phrases like "webflow performance", "optimize webflow",
"webflow latency", "webflow caching", "webflow slow", "webflow batch".
jeremylongshore/claude-code-plugins-plus-skills 1,803