Topic: developer-tools
13,276 skills in this topic.
-
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
-
castai-core-workflow-b
Configure CAST AI Workload Autoscaler for pod-level right-sizing and VPA.
Use when enabling workload autoscaling, configuring resource recommendations,
or tuning pod CPU and memory requests with CAST AI.
Trigger with phrases like "cast ai workload autoscaler", "cast ai pod sizing",
"cast ai resource recommendations", "cast ai VPA".
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-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
-
castai-core-workflow-a
Configure CAST AI autoscaler policies and node templates for cost optimization.
Use when enabling Phase 2 automation, setting spot instance policies,
or configuring node downscaler and evictor settings.
Trigger with phrases like "cast ai autoscaler", "cast ai policies",
"cast ai spot instances", "cast ai node optimization".
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
-
castai-common-errors
Diagnose and fix CAST AI agent, API, and autoscaler errors.
Use when the CAST AI agent is offline, nodes are not scaling,
or API calls return errors.
Trigger with phrases like "cast ai error", "cast ai not working",
"cast ai agent offline", "cast ai debug", "fix cast ai".
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-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-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-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
-
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-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-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
-
databricks-security-basics
Apply Databricks security best practices for secrets and access control.
Use when securing API tokens, implementing least privilege access,
or auditing Databricks security configuration.
Trigger with phrases like "databricks security", "databricks secrets",
"secure databricks", "databricks token security", "databricks scopes".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
castai-webhooks-events
Configure CAST AI webhook notifications for cluster events and audit logs.
Use when setting up alerts for node scaling, cost threshold events,
or integrating CAST AI events with Slack, PagerDuty, or custom endpoints.
Trigger with phrases like "cast ai webhooks", "cast ai notifications",
"cast ai slack alerts", "cast ai events".
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
-
databricks-sdk-patterns
Apply production-ready Databricks SDK patterns for Python and REST API.
Use when implementing Databricks integrations, refactoring SDK usage,
or establishing team coding standards for Databricks.
Trigger with phrases like "databricks SDK patterns", "databricks best practices",
"databricks code patterns", "idiomatic databricks".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
castai-sdk-patterns
Production-ready CAST AI REST API wrapper patterns in TypeScript and Python.
Use when building reusable CAST AI clients, implementing retry logic,
or wrapping the CAST AI API for team use.
Trigger with phrases like "cast ai API patterns", "cast ai client wrapper",
"cast ai TypeScript", "cast ai Python client".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-reference-architecture
Implement Databricks reference architecture with best-practice project layout.
Use when designing new Databricks projects, reviewing architecture,
or establishing standards for Databricks applications.
Trigger with phrases like "databricks architecture", "databricks best practices",
"databricks project structure", "how to organize databricks", "databricks layout".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
castai-reference-architecture
CAST AI reference architecture for multi-cluster Kubernetes cost optimization.
Use when designing CAST AI deployment across environments, planning
Terraform module structure, or establishing team standards.
Trigger with phrases like "cast ai architecture", "cast ai best practices",
"cast ai multi-cluster", "cast ai terraform structure".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-rate-limits
Implement Databricks API rate limiting, backoff, and idempotency patterns.
Use when handling rate limit errors, implementing retry logic,
or optimizing API request throughput for Databricks.
Trigger with phrases like "databricks rate limit", "databricks throttling",
"databricks 429", "databricks retry", "databricks backoff".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
databricks-prod-checklist
Execute Databricks production deployment checklist and rollback procedures.
Use when deploying Databricks jobs to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "databricks production", "deploy databricks",
"databricks go-live", "databricks launch checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
castai-rate-limits
Handle CAST AI API rate limits with backoff and request queuing.
Use when hitting 429 errors, optimizing API call patterns,
or implementing rate-aware batch operations.
Trigger with phrases like "cast ai rate limit", "cast ai 429",
"cast ai throttle", "cast ai API limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803