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개를 표시합니다.