persona-pack

v1.4.0 by Jeremy Longshore

Claude Code skill pack for Persona (18 skills)

18 plugin-local skills
MIT License
Claude Code Adapters (declared)

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

persona-ci-integration View full skill →

CI/CD pipeline for Persona integrations with sandbox API testing.

ReadWriteEditBash(gh:*)
persona-common-errors View full skill →

Fix top Persona API errors: 401, 422, webhook signature failures, inquiry state issues.

ReadGrepBash(curl:*)
persona-core-workflow-a View full skill →

Build a complete KYC verification flow with Persona inquiries and embedded UI.

ReadWriteEditBash(npm:*)Grep
persona-core-workflow-b View full skill →

Work with Persona verification types: government ID, selfie, database checks.

ReadWriteEditBash(curl:*)Grep
persona-cost-tuning View full skill →

Optimize Persona verification costs with template selection and caching.

ReadGrep
persona-debug-bundle View full skill →

Collect Persona diagnostic info: inquiry IDs, API responses, webhook logs.

ReadBash(grep:*)Bash(curl:*)Bash(tar:*)Grep
persona-deploy-integration View full skill →

Deploy Persona verification service to cloud platforms.

ReadWriteEditBash(gcloud:*)
persona-hello-world View full skill →

Create your first Persona identity verification inquiry and check its status.

ReadWriteEditBash(curl:*)
persona-install-auth View full skill →

Configure Persona API authentication with sandbox and production API keys.

ReadWriteEditBash(npm:*)Bash(pip:*)Grep
persona-local-dev-loop View full skill →

Local development with Persona sandbox, ngrok for webhooks, mock verifications.

ReadWriteEditBash(npm:*)Grep
persona-performance-tuning View full skill →

Optimize Persona API performance with batching and caching.

ReadWriteEdit
persona-prod-checklist View full skill →

Production deployment checklist for Persona identity verification.

ReadBash(curl:*)Grep
persona-rate-limits View full skill →

Handle Persona API rate limits with exponential backoff and request queuing.

ReadWriteEdit
persona-reference-architecture View full skill →

KYC service architecture with Persona as verification provider.

ReadGrep
persona-sdk-patterns View full skill →

Production Persona API client wrapper with retry, pagination, typed responses.

ReadWriteEdit
persona-security-basics View full skill →

Secure Persona API keys, webhook secrets, PII handling in verification data.

ReadWriteGrep
persona-upgrade-migration View full skill →

Upgrade Persona API versions and handle breaking changes.

ReadWriteEditBash(npm:*)Bash(git:*)
persona-webhooks-events View full skill →

Handle Persona webhook events for inquiry and verification status changes.

ReadWriteEditBash(curl:*)

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

Ready to use persona-pack?