persona-pack
Claude Code skill pack for Persona (18 skills)
Installation
Open Claude Code and run this command:
/plugin install persona-pack@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
> Claude Code skill pack for Persona identity verification — KYC, inquiry flows, government ID verification, and webhook-driven verification pipelines (18 skills)
Skills (18) plugin-local skills
CI/CD pipeline for Persona integrations with sandbox API testing.
Fix top Persona API errors: 401, 422, webhook signature failures, inquiry state issues.
Build a complete KYC verification flow with Persona inquiries and embedded UI.
Work with Persona verification types: government ID, selfie, database checks.
Optimize Persona verification costs with template selection and caching.
Collect Persona diagnostic info: inquiry IDs, API responses, webhook logs.
Deploy Persona verification service to cloud platforms.
Create your first Persona identity verification inquiry and check its status.
Configure Persona API authentication with sandbox and production API keys.
Local development with Persona sandbox, ngrok for webhooks, mock verifications.
Optimize Persona API performance with batching and caching.
Production deployment checklist for Persona identity verification.
Handle Persona API rate limits with exponential backoff and request queuing.
KYC service architecture with Persona as verification provider.
Production Persona API client wrapper with retry, pagination, typed responses.
Secure Persona API keys, webhook secrets, PII handling in verification data.
Upgrade Persona API versions and handle breaking changes.
Handle Persona webhook events for inquiry and verification status changes.
How It Works
- "Set up Persona verification" -- triggers
persona-install-auth - "Create KYC inquiry" -- triggers
persona-core-workflow-a - "Handle Persona webhook" -- triggers
persona-webhooks-events