Topic: saas
4,656 skills in this topic.
-
databricks-cost-tuning
Optimize Databricks costs with cluster policies, spot instances, and monitoring.
Use when reducing cloud spend, implementing cost controls,
or analyzing Databricks usage costs.
Trigger with phrases like "databricks cost", "reduce databricks spend",
"databricks billing", "databricks cost optimization", "cluster cost".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-incident-runbook
Execute Databricks incident response procedures with triage, mitigation, and postmortem.
Use when responding to Databricks-related outages, investigating job failures,
or running post-incident reviews for pipeline failures.
Trigger with phrases like "databricks incident", "databricks outage",
"databricks down", "databricks on-call", "databricks emergency", "job failed".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-ci-integration
Configure CI/CD pipelines for Attio integrations with GitHub Actions,
mock-based unit tests, and live API integration tests.
Trigger: "attio CI", "attio GitHub Actions", "attio automated tests",
"CI attio", "attio pipeline", "test attio in CI".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-common-errors
Diagnose and fix the top Attio REST API errors by HTTP status code.
Real error response formats, actual error codes, and proven fixes.
Trigger: "attio error", "fix attio", "attio not working",
"attio 429", "attio 403", "attio 422", "debug attio".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-core-workflow-a
Full CRUD on Attio records -- create, read, update, delete, and search
across people, companies, deals, and custom objects.
Trigger: "attio records", "attio CRUD", "create attio record",
"update attio person", "search attio companies", "attio objects".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-core-workflow-b
Manage Attio lists, entries, notes, and tasks via the REST API.
Use when working with sales pipelines, kanban boards, CRM notes,
or task assignments in Attio.
Trigger: "attio lists", "attio entries", "attio pipeline",
"attio notes", "attio tasks", "add to attio list".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-cost-tuning
Optimize Attio API usage costs -- reduce request volume, select the
right plan, monitor usage, and implement budget alerts.
Trigger: "attio cost", "attio billing", "reduce attio costs",
"attio pricing", "attio expensive", "attio budget", "attio usage".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-core-workflow-a
Execute Databricks primary workflow: Delta Lake ETL pipelines.
Use when building data ingestion pipelines, implementing medallion architecture,
or creating Delta Lake transformations.
Trigger with phrases like "databricks ETL", "delta lake pipeline",
"medallion architecture", "databricks data pipeline", "bronze silver gold".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-common-errors
Diagnose and fix Databricks common errors and exceptions.
Use when encountering Databricks errors, debugging failed jobs,
or troubleshooting cluster and notebook issues.
Trigger with phrases like "databricks error", "fix databricks",
"databricks not working", "debug databricks", "spark error".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-ci-integration
Configure Databricks CI/CD integration with GitHub Actions and Asset Bundles.
Use when setting up automated testing, configuring CI pipelines,
or integrating Databricks deployments into your build process.
Trigger with phrases like "databricks CI", "databricks GitHub Actions",
"databricks automated tests", "CI databricks", "databricks pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-debug-bundle
Collect Attio integration diagnostic evidence -- API health, scopes,
object schema, and rate limit status -- for debugging or support tickets.
Trigger: "attio debug", "attio support bundle", "attio diagnostic",
"collect attio logs", "attio not working debug".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-deploy-integration
Deploy Attio integrations to Vercel, Fly.io, Railway, and Cloud Run
with proper secrets, health checks, and webhook endpoint configuration.
Trigger: "deploy attio", "attio Vercel", "attio production deploy",
"attio Cloud Run", "attio Fly.io", "attio Railway".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-hello-world
Make your first Attio API calls -- list objects, create a person,
query companies, and read attributes.
Use when starting a new Attio integration or learning the API.
Trigger: "attio hello world", "attio example", "first attio call",
"attio quick start", "try attio API".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-install-auth
Set up Attio REST API authentication with access tokens or OAuth 2.0.
Use when configuring API keys, setting token scopes, initializing
the Attio client, or connecting an app via OAuth.
Trigger: "install attio", "setup attio", "attio auth", "attio API key",
"attio OAuth", "attio access token".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-local-dev-loop
Set up a fast local development loop for Attio integrations with
hot reload, mock server, and integration tests.
Trigger: "attio dev setup", "attio local development",
"attio dev environment", "develop with attio", "attio project setup".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-performance-tuning
Optimize Attio API performance -- caching, batch queries, pagination
strategies, connection pooling, and latency reduction.
Trigger: "attio performance", "optimize attio", "attio slow",
"attio latency", "attio caching", "attio batch requests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-prod-checklist
Production readiness checklist for Attio API integrations -- auth,
error handling, rate limits, health checks, monitoring, and rollback.
Trigger: "attio production", "deploy attio", "attio go-live",
"attio launch checklist", "attio production ready".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-rate-limits
Handle Attio API rate limits with exponential backoff, queue-based
throttling, and Retry-After header parsing.
Trigger: "attio rate limit", "attio 429", "attio throttling",
"attio retry", "attio backoff", "attio too many requests".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-reference-architecture
Production reference architecture for Attio CRM integrations -- layered
project structure, sync patterns, webhook processing, and multi-environment setup.
Trigger: "attio architecture", "attio best practices", "attio project structure",
"how to organize attio", "attio integration design".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-sdk-patterns
Production-ready patterns for the Attio REST API: typed client,
retry with backoff, pagination iterators, and multi-tenant factory.
Trigger: "attio SDK patterns", "attio best practices",
"attio client wrapper", "idiomatic attio", "attio TypeScript patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-security-basics
Secure Attio API integrations -- token scoping, secret management,
scope auditing, webhook signature verification, and rotation procedures.
Trigger: "attio security", "attio secrets", "secure attio",
"attio API key security", "attio scopes", "attio token rotation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-upgrade-migration
Migrate between Attio API versions, handle breaking changes in the
v1-to-v2 transition, and plan for future deprecations.
Trigger: "upgrade attio", "attio migration", "attio v1 to v2",
"attio breaking changes", "attio API version", "attio deprecation".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
attio-webhooks-events
Implement Attio v2 webhooks -- subscribe to record/list/note/task events,
verify signatures, filter by object or attribute, and handle idempotently.
Trigger: "attio webhook", "attio events", "attio webhook signature",
"handle attio events", "attio notifications", "attio real-time".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-multi-env-setup
Configure Databricks across development, staging, and production environments.
Use when setting up multi-environment deployments, configuring per-environment secrets,
or implementing environment-specific Databricks configurations.
Trigger with phrases like "databricks environments", "databricks staging",
"databricks dev prod", "databricks environment setup", "databricks config by env".
jeremylongshore/claude-code-plugins-plus-skills 1,803