Topic: anthropic
9,221 skills in this topic.
-
perplexity-hello-world
Create a minimal working Perplexity Sonar search example with citations.
Use when starting a new Perplexity integration, testing your setup,
or learning basic search-with-citations patterns.
Trigger with phrases like "perplexity hello world", "perplexity example",
"perplexity quick start", "simple perplexity search".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-incident-runbook
Execute Perplexity incident response procedures with triage, mitigation, and postmortem.
Use when responding to Perplexity API outages, investigating search failures,
or running post-incident reviews for Perplexity integration issues.
Trigger with phrases like "perplexity incident", "perplexity outage",
"perplexity down", "perplexity on-call", "perplexity emergency".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-known-pitfalls
Identify and avoid Perplexity anti-patterns and common integration mistakes.
Use when reviewing Perplexity code, onboarding new developers,
or auditing existing integrations for best practices violations.
Trigger with phrases like "perplexity mistakes", "perplexity anti-patterns",
"perplexity pitfalls", "perplexity code review", "perplexity gotchas".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-load-scale
Load test Perplexity Sonar API integrations and plan capacity.
Use when running performance tests, planning for traffic growth,
or benchmarking Perplexity latency under load.
Trigger with phrases like "perplexity load test", "perplexity scale",
"perplexity performance test", "perplexity capacity", "perplexity benchmark".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-local-dev-loop
Configure Perplexity local development with mocking, testing, and hot reload.
Use when setting up a development environment, configuring test workflows,
or establishing a fast iteration cycle with Perplexity Sonar API.
Trigger with phrases like "perplexity dev setup", "perplexity local development",
"perplexity dev environment", "develop with perplexity", "mock perplexity".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-multi-env-setup
Configure Perplexity Sonar API across development, staging, and production environments.
Use when setting up multi-environment search integrations, managing API keys
per environment, or controlling cost through model routing by env.
Trigger with phrases like "perplexity environments", "perplexity staging",
"perplexity dev prod", "perplexity environment config".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-performance-tuning
Optimize Perplexity Sonar API performance with caching, streaming, model routing, and batching.
Use when experiencing slow API responses, implementing caching strategies,
or optimizing request throughput for Perplexity integrations.
Trigger with phrases like "perplexity performance", "optimize perplexity",
"perplexity latency", "perplexity caching", "perplexity slow".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-prod-checklist
Execute Perplexity production deployment checklist for Sonar API integrations.
Use when deploying Perplexity integrations to production, preparing for launch,
or implementing go-live procedures.
Trigger with phrases like "perplexity production", "deploy perplexity",
"perplexity go-live", "perplexity launch checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-rate-limits
Implement Perplexity rate limiting, backoff, and request queuing.
Use when handling 429 errors, implementing retry logic,
or optimizing API request throughput for Perplexity Sonar.
Trigger with phrases like "perplexity rate limit", "perplexity throttling",
"perplexity 429", "perplexity retry", "perplexity backoff".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-reference-architecture
Implement Perplexity reference architecture with model routing, citation pipeline,
and research automation. Use when designing new Perplexity integrations,
reviewing project structure, or establishing architecture for search-augmented apps.
Trigger with phrases like "perplexity architecture", "perplexity project structure",
"how to organize perplexity", "perplexity design patterns".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-reliability-patterns
Implement reliability patterns for Perplexity Sonar API: circuit breaker, model fallback,
streaming timeout, and citation validation.
Trigger with phrases like "perplexity reliability", "perplexity circuit breaker",
"perplexity fallback", "perplexity resilience", "perplexity timeout".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-security-basics
Apply Perplexity security best practices for API key management and query safety.
Use when securing API keys, implementing query sanitization,
or auditing Perplexity security configuration.
Trigger with phrases like "perplexity security", "perplexity secrets",
"secure perplexity", "perplexity API key security", "perplexity PII".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-upgrade-migration
Migrate between Perplexity model generations and API parameter changes.
Use when upgrading to new Sonar models, handling deprecated parameters,
or migrating from legacy pplx-api models.
Trigger with phrases like "upgrade perplexity", "perplexity migration",
"perplexity model change", "update perplexity", "perplexity deprecated".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
perplexity-webhooks-events
Build event-driven architectures around Perplexity Sonar API with streaming,
batch pipelines, and scheduled search monitoring.
Trigger with phrases like "perplexity streaming", "perplexity events",
"perplexity batch search", "perplexity news monitor", "perplexity SSE".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-ci-integration
Configure PostHog CI/CD with GitHub Actions: unit tests with mocked PostHog,
integration tests against a dev project, and deployment annotations.
Trigger: "posthog CI", "posthog GitHub Actions", "posthog automated tests",
"CI posthog", "posthog pipeline".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-common-errors
Diagnose and fix common PostHog errors: events not appearing, flags returning
undefined, 401/429 errors, SDK initialization failures, and identity issues.
Trigger: "posthog error", "fix posthog", "posthog not working",
"debug posthog", "posthog events missing", "posthog broken".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-core-workflow-a
Implement PostHog product analytics: event capture, user identification,
group analytics, and property management using posthog-js and posthog-node.
Trigger: "posthog analytics", "capture events", "track users posthog",
"posthog identify", "posthog group analytics", "product analytics".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-core-workflow-b
Implement PostHog feature flags, A/B experiments, and cohort management.
Use when rolling out features with flags, running A/B tests, creating cohorts,
or evaluating multivariate experiments with PostHog.
Trigger: "posthog feature flag", "posthog experiment", "posthog A/B test",
"posthog cohort", "feature rollout posthog", "posthog multivariate".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-cost-tuning
Optimize PostHog costs: autocapture tuning, event sampling with before_send,
bot filtering, session recording sampling, and billing monitoring.
Trigger: "posthog cost", "posthog billing", "reduce posthog costs",
"posthog pricing", "posthog expensive", "posthog budget", "posthog free tier".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-data-handling
PostHog PII handling, GDPR compliance, consent management, data deletion,
property sanitization, and privacy-safe analytics configuration.
Trigger: "posthog data", "posthog PII", "posthog GDPR", "posthog data
retention", "posthog privacy", "posthog CCPA", "posthog consent".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-debug-bundle
Collect PostHog debug evidence for support tickets and troubleshooting.
Gathers SDK versions, API connectivity, event flow status, flag definitions,
and redacted configuration into a support-ready archive.
Trigger: "posthog debug", "posthog support bundle", "collect posthog logs",
"posthog diagnostic", "posthog not working debug".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-deploy-integration
Deploy PostHog to Vercel, Docker (self-hosted), and Cloud Run.
Covers Next.js reverse proxy, server-side capture in edge functions,
self-hosted PostHog setup, and platform-specific environment configuration.
Trigger: "deploy posthog", "posthog Vercel", "posthog production deploy",
"posthog Cloud Run", "posthog self-hosted", "posthog Docker".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-enterprise-rbac
PostHog enterprise access control: organization/project hierarchy, member roles,
scoped API keys, SSO/SAML configuration, and activity audit logging.
Trigger: "posthog SSO", "posthog RBAC", "posthog enterprise",
"posthog roles", "posthog permissions", "posthog SAML", "posthog access".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
posthog-hello-world
Create a minimal working PostHog example with event capture, identify, and feature flags.
Use when starting a new PostHog integration, testing your setup,
or learning basic posthog-js and posthog-node patterns.
Trigger: "posthog hello world", "posthog example", "posthog quick start",
"simple posthog code", "first posthog event".
jeremylongshore/claude-code-plugins-plus-skills 1,803