persona-pack
v1.4.0Claude Code skill pack for Persona (18 skills)
By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 18 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install persona-pack@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/saas-packs/persona-pack/.
Plugin files
├── .claude-plugin/plugin.json├── skills/persona-ci-integration/SKILL.md├── skills/persona-common-errors/SKILL.md├── skills/persona-core-workflow-a/SKILL.md├── skills/persona-core-workflow-b/SKILL.md├── skills/persona-cost-tuning/SKILL.md├── skills/persona-debug-bundle/SKILL.md├── skills/persona-deploy-integration/SKILL.md├── skills/persona-hello-world/SKILL.md├── skills/persona-install-auth/SKILL.md├── skills/persona-local-dev-loop/SKILL.md├── skills/persona-performance-tuning/SKILL.md├── skills/persona-prod-checklist/SKILL.md├── skills/persona-rate-limits/SKILL.md├── skills/persona-reference-architecture/SKILL.md├── skills/persona-sdk-patterns/SKILL.md├── skills/persona-security-basics/SKILL.md├── skills/persona-upgrade-migration/SKILL.md└── skills/persona-webhooks-events/SKILL.md
Included Skills18
CI/CD pipeline for Persona integrations with sandbox API testing. Use when working with Persona identity verification. Trigger with phrases like "persona ci-integration", "persona ci-integration".
Fix top Persona API errors: 401, 422, webhook signature failures, inquiry state issues. Use when working with Persona identity verification. Trigger with phrases like "persona common-errors", "persona common-errors".
Build a complete KYC verification flow with Persona inquiries and embedded UI. Use when implementing identity verification, building KYC onboarding, or integrating Persona's hosted flow into your application. Trigger with phrases like "persona KYC flow", "identity verification", "persona inquiry workflow", "onboarding verification".
Work with Persona verification types: government ID, selfie, database checks. Use when implementing specific verification checks, reviewing verification results, or building custom verification workflows. Trigger with phrases like "persona verification", "government ID check", "selfie verification", "persona database check", "verification results".
Optimize Persona verification costs with template selection and caching. Use when working with Persona identity verification. Trigger with phrases like "persona cost-tuning", "persona cost-tuning".
Collect Persona diagnostic info: inquiry IDs, API responses, webhook logs. Use when working with Persona identity verification. Trigger with phrases like "persona debug-bundle", "persona debug-bundle".
Deploy Persona verification service to cloud platforms. Use when working with Persona identity verification. Trigger with phrases like "persona deploy-integration", "persona deploy-integration".
Create your first Persona identity verification inquiry and check its status. Use when learning Persona API basics, testing inquiry creation, or building a simple verification flow. Trigger with phrases like "persona hello world", "first persona inquiry", "persona quick start", "test identity verification".
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 auth", "persona API key", "KYC setup".
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".
Plugin manifests1
{
"name": "persona-pack",
"version": "1.4.0",
"description": "Claude Code skill pack for Persona (18 skills)",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"persona",
"persona",
"saas",
"sdk",
"integration"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[persona-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/persona-pack)