Topic: anthropic
9,221 skills in this topic.
-
fondo-upgrade-migration
Migrate to Fondo from other bookkeeping services, switch between Fondo plans,
or transition accountants while maintaining financial continuity.
Trigger: "migrate to fondo", "switch to fondo", "fondo migration", "change accountant".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
fondo-webhooks-events
Implement event-driven financial workflows using webhooks from Fondo-connected
services: Stripe payment events, Gusto payroll events, and Plaid transactions.
Trigger: "fondo webhooks", "fondo events", "stripe payroll webhooks", "financial events".
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
-
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
-
castai-ci-integration
Integrate CAST AI policy validation and cost checks into CI/CD pipelines.
Use when adding CAST AI savings verification to GitHub Actions,
validating Terraform plans, or gating deployments on cost thresholds.
Trigger with phrases like "cast ai CI", "cast ai github actions",
"cast ai terraform CI", "cast ai pipeline".
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
-
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
-
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