Skip to main content

このリポジトリの skills

jeremylongshore/claude-code-plugins-plus-skills - 51ページ

SkillsMP は jeremylongshore/claude-code-plugins-plus-skills から 3,426 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

jeremylongshore/claude-code-plugins-plus-skills

収集済み skill 3,426 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Configure Persona API authentication with sandbox and production API keys. Use when setting up identity verification, configuring API credentials, or initializing Persona in your project. Trigger with phrases like "install persona", "setup persona", "persona…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Local development with Persona sandbox, ngrok for webhooks, mock verifications. Use when working with Persona identity verification. Trigger with phrases like "persona local-dev-loop", "persona local-dev-loop".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimize Persona API performance with batching and caching. Use when working with Persona identity verification. Trigger with phrases like "persona performance-tuning", "persona performance-tuning".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Production deployment checklist for Persona identity verification. Use when working with Persona identity verification. Trigger with phrases like "persona prod-checklist", "persona prod-checklist".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Handle Persona API rate limits with exponential backoff and request queuing. Use when working with Persona identity verification. Trigger with phrases like "persona rate-limits", "persona rate-limits".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

KYC service architecture with Persona as verification provider. Use when working with Persona identity verification. Trigger with phrases like "persona reference-architecture", "persona reference-architecture".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Production Persona API client wrapper with retry, pagination, typed responses. Use when working with Persona identity verification. Trigger with phrases like "persona sdk-patterns", "persona sdk-patterns".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Secure Persona API keys, webhook secrets, PII handling in verification data. Use when working with Persona identity verification. Trigger with phrases like "persona security-basics", "persona security-basics".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Upgrade Persona API versions and handle breaking changes. Use when working with Persona identity verification. Trigger with phrases like "persona upgrade-migration", "persona upgrade-migration".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Handle Persona webhook events for inquiry and verification status changes. Use when working with Persona identity verification. Trigger with phrases like "persona webhooks-events", "persona webhooks-events".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Authenticate production Podium integrations and survive the auth-side failures — OAuth2 access-token expiry storms, refresh-token decay after 90 days of non-use, scope drift on re-grant, secret rotation without downtime, multi-tenant token routing, leakage in…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Durable, idempotent ingest pipeline for Podium call transcripts — the layer between Podium's transcript webhook and a downstream RAG/LLM queue. Survives minutes-to-hours transcript latency, partial-then-final overwrites, non-English callers, PII leakage to…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Deduplicate Podium contacts in production and survive the data-quality failures — phone-format inconsistency producing four contacts for one phone, merge-api ordering that silently discards the richer record, opt-out flags lost on merge re-enabling marketing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Bulk-export Podium conversation, review, and contact history into a vector-store-ready corpus with cursor-paginated full crawls, CDC via updated_at watermarks, attachment URL refresh on expiry, windowed semantic chunking, and PII redaction before embedding.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Route Podium API calls across multiple physical locations with strict per-location credential isolation, pre-flight location-ID verification, an immutable audit trail of every write, idempotent bulk onboarding, and per-location rate-limit budgets that cannot…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Bridge a live Podium call transcript or webchat turn to an LLM by fetching relevant historical conversation context as a structured RAG bundle — vector search over embedded prior conversations + reranking + live Podium contact lookup, merged under a hard…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Survive the rate-limit failure modes that crater production Podium integrations — cascading 429s that burn the daily quota by lunch, ignored `Retry-After` hints, silent daily-quota breaches, per-endpoint budget exhaustion, end-of-day review-request bursts,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Trigger Podium review requests from Shopify order-shipped events and survive the delivery-side failures — cooldown-window violations, ship-event races with refunds, failed-send silent rejections, dropped review-response webhooks, multi-platform routing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Ingest Podium webchat messages in production and survive the webchat-side failures — invalid phone formats accepted at the widget, contact auto-creation races producing duplicate records, session timeouts mid-conversation, attachment size overflows,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Operate a Podium webhook receiver that survives the delivery-side failures — forged events without signature verification, replay attacks against a stateless handler, duplicate processing from Podium's 24h retry policy, lost events with no dead-letter queue,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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".

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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 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",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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 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",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

PostHog incident response: triage decision tree, immediate actions for 401/429/500 errors, graceful degradation, evidence collection, and postmortem. Trigger: "posthog incident", "posthog outage", "posthog down", "posthog on-call", "posthog emergency",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Install and configure PostHog SDKs with authentication. Use when setting up posthog-js (browser), posthog-node (server), or configuring API keys for a new PostHog integration. Trigger: "install posthog", "setup posthog", "posthog auth", "configure posthog API…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Configure PostHog local development with mocking, debug mode, and testing. Use when setting up a development environment, mocking PostHog for tests, or establishing a fast iteration cycle with posthog-js or posthog-node. Trigger: "posthog dev setup", "posthog…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Migrate to PostHog from Google Analytics, Mixpanel, Amplitude, or Segment. Covers dual-write strategy, historical data import, event name mapping, identity resolution, and feature flag based traffic shifting. Trigger: "migrate posthog", "posthog migration",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Configure PostHog across development, staging, and production environments. Separate PostHog projects per environment, environment-specific SDK config, feature flag rollout per env, and session recording controls. Trigger: "posthog environments", "posthog…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Monitor PostHog integration health: event ingestion rates, feature flag evaluation latency, billing volume tracking, and Prometheus/Grafana alerting. Trigger: "posthog monitoring", "posthog metrics", "posthog observability", "monitor posthog", "posthog…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimize PostHog performance: local flag evaluation, client batching config, event sampling, efficient HogQL queries, and serverless flush patterns. Trigger: "posthog performance", "optimize posthog", "posthog latency", "posthog caching", "posthog slow",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Production readiness checklist for PostHog integrations: SDK configuration, graceful degradation, health checks, shutdown hooks, and rollback procedures. Trigger: "posthog production", "deploy posthog", "posthog go-live", "posthog launch checklist", "posthog…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Handle PostHog API rate limits with exponential backoff, request queuing, and understanding PostHog's actual limit tiers (240/min analytics, 600/min flags). Trigger: "posthog rate limit", "posthog throttling", "posthog 429", "posthog retry", "posthog…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Production PostHog architecture: event taxonomy, SDK layering, feature flag strategy, analytics module layout, and data pipeline integration patterns. Trigger: "posthog architecture", "posthog best practices", "posthog project structure", "how to organize…

原文の言語: 英語

更新
収集済み skill 3,426 件中 40 件を表示しています。