
Claude Skills by jeremylongshore
github.com/jeremylongshore'Upgrade @animaapp/anima-sdk versions and handle API changes.
'Use Figma webhooks to trigger automatic Anima code generation on design
'Debug complex Claude API issues including context window overflow,
'Choose and implement Claude API architecture patterns for different
'Configure CI/CD pipelines for Anthropic Claude API integrations.
'Diagnose and fix Anthropic Claude API errors by HTTP status code.
'Build Claude tool use (function calling) workflows with the Messages
'Build Claude streaming and Message Batches API workflows.
'Optimize Anthropic Claude API costs with model routing, prompt caching,
'Implement data privacy, PII handling, and compliance patterns for Claude
'Collect Anthropic Claude API debug evidence for support and troubleshooting.
'Deploy Claude API integrations to production cloud environments.
'Configure Anthropic enterprise organization management, Workspaces,
'Create a minimal working Anthropic Claude Messages API example.
'Execute incident response procedures for Claude API outages and degradation.
'Install and configure Anthropic Claude SDK authentication for Python
'Identify and avoid common Claude API anti-patterns and integration mistakes.
'Implement load testing, auto-scaling, and capacity planning for Claude
'Configure a local development workflow for Anthropic Claude API projects.
'Migrate to Claude API from OpenAI, Gemini, or other LLM providers.
'Configure Claude API across dev, staging, and production environments
'Set up observability for Claude API integrations with metrics, logging,
'Optimize Claude API performance with prompt caching, model selection,
'Implement content policy guardrails, input/output validation,
'Execute production deployment checklist for Claude API integrations.
'Implement Anthropic Claude API rate limiting, backoff, and quota management.
'Implement Claude API reference architectures for common use cases.
'Implement reliability patterns for Claude API: circuit breakers,
'Apply production-ready Anthropic SDK patterns for TypeScript and Python.
'Apply Anthropic Claude API security best practices for key management,
'Upgrade Anthropic SDK versions and migrate between Claude API versions.
'Implement event-driven patterns with Claude API: streaming SSE events,
Configure CI/CD pipelines for Apify Actor builds and deployments. Use when automating Actor deployment via GitHub Actions, running integration tests against the live Apify API, or building CI/CD for scrapers that push to the Apify platform. Trigger with "apify CI", "apify GitHub Actions", "apify automated deploy", "CI apify", "apify pipeline", "auto deploy actor".
Diagnose and fix common Apify Actor and API errors. Use when an Apify run fails, an API call returns 401/403/404/413/429, a proxy connection drops, an Actor build breaks, or a scrape hits an anti-bot block, and you need the cause plus a copy-paste fix. Trigger with "apify error", "fix apify", "actor failed", "apify not working", "debug apify", "apify 429".
'Build a complete web scraping Actor with Crawlee and deploy to Apify.
Manage Apify datasets, key-value stores, and request queues programmatically, and orchestrate multi-Actor pipelines. Use when you need to read or write Apify datasets, export scraped data to CSV/JSON/XLSX, store config or binary artifacts in a key-value store, manage a resumable request queue, chain Actors into a scrape → transform → export pipeline, or monitor Actor run status and cost. Trigger with "apify dataset", "apify key-value store", "apify storage", "export apify data", "apify pipe...
'Optimize Apify platform costs through memory tuning, compute unit
Collect Apify debug evidence for support tickets and troubleshooting. Use when an Actor run has failed, is stuck, or produced empty output and you need to gather run metadata, logs, dataset samples, and environment info before opening a support ticket. Trigger with "apify debug", "apify support bundle", "collect apify logs", "apify diagnostic", "apify run failed why".
'Deploy Apify Actors and integrate scraping into external applications.
Run your first Apify Actor and retrieve results via apify-client. Use when starting a new Apify integration, testing connectivity, or learning the Actor call/dataset retrieval pattern. Trigger with "apify hello world", "apify example", "run an apify actor", "apify quick start", "first apify scrape".
'Install and configure Apify SDK, CLI, and API client authentication.
Set up local Apify Actor development with the Apify CLI and Crawlee. Use when creating Actors locally, testing with the apify run command, inspecting local storage, or establishing a fast develop-test-deploy cycle before pushing to the platform. Trigger with "apify dev setup", "apify local development", "develop actor locally", "apify run local".
'Optimize Apify Actor performance: crawl speed, memory usage, concurrency,
Production readiness checklist for Apify Actor deployments. Use when deploying an Actor to production, preparing for launch, or validating Actor configuration, scheduling, monitoring, and rollback before going live. Trigger with "apify production", "deploy actor to prod", "apify go-live", "apify launch checklist", "actor production ready".
'Handle Apify API rate limits with proper backoff and request queuing.
Production-grade architecture patterns for Apify-powered applications. Use when designing scraping infrastructure, building multi-Actor pipelines, or integrating Apify into a larger system architecture. Trigger with "apify architecture", "apify best practices", "apify project structure", "scraping architecture", "apify system design".
'Production-ready patterns for Apify SDK and apify-client in TypeScript.
Secure Apify API tokens, configure proxy access, and protect Actor data. Use when hardening API key management, setting up environment-specific tokens, rotating a leaked token, or auditing Apify security configuration. Trigger with "apify security", "apify secrets", "secure apify token", "apify API key security", "rotate apify token".
Upgrade Apify SDK, apify-client, and Crawlee versions safely. Use when migrating between SDK versions, handling breaking changes, or updating from Apify SDK v2 to v3 (Crawlee split). Trigger with "upgrade apify", "apify migration", "apify breaking changes", "update apify SDK", "crawlee upgrade", "apify v2 to v3".
'Implement Apify webhooks for Actor run notifications and event-driven