Topic: claude-code
35,830 skills in this topic.
-
obsidian-performance-tuning
Optimize Obsidian plugin performance for smooth operation in large vaults.
Use when experiencing lag, memory issues, slow startup, or optimizing
plugin code for vaults with thousands of files.
Trigger with phrases like "obsidian performance", "obsidian slow",
"optimize obsidian plugin", "obsidian memory usage", "obsidian lag".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
obsidian-prod-checklist
Pre-release plugin verification checklist for Obsidian community plugins.
Use when preparing to release, reviewing before submission,
or validating plugin quality before publishing.
Trigger with phrases like "obsidian release checklist", "publish obsidian plugin",
"obsidian plugin submission", "obsidian prod ready".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
obsidian-rate-limits
Handle Obsidian file system operations and throttling patterns.
Use when processing many files, handling bulk operations,
or preventing performance issues from excessive operations.
Trigger with phrases like "obsidian rate limit", "obsidian bulk operations",
"obsidian file throttling", "obsidian performance limits".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
obsidian-reference-architecture
Implement Obsidian reference architecture with best-practice project layout.
Use when designing new plugins, reviewing project structure,
or establishing architecture standards for Obsidian development.
Trigger with phrases like "obsidian architecture", "obsidian project structure",
"obsidian best practices", "organize obsidian plugin".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
obsidian-sdk-patterns
Production-ready Obsidian plugin patterns: typed settings with migration,
safe vault operations, event auto-cleanup, workspace layout, metadata cache,
and debounced file handlers. Use when hardening a plugin for release,
refactoring for reliability, or learning idiomatic Obsidian TypeScript.
Trigger with "obsidian patterns", "obsidian best practices",
"obsidian production code", "idiomatic obsidian plugin".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
obsidian-security-basics
Implement secure Obsidian plugin development practices. Covers credential
storage, input validation, XSS prevention, network security, URI handler
safety, and Electron security. Use when handling user data, storing API keys,
making network requests, or preparing for community plugin submission.
Trigger with phrases like "obsidian security", "secure obsidian plugin",
"obsidian data protection", "obsidian privacy", "obsidian api key storage".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
obsidian-upgrade-migration
Migrate Obsidian plugins between API versions and handle breaking changes.
Use when upgrading to new Obsidian versions, handling API deprecations,
or migrating plugin code to new patterns.
Trigger with phrases like "obsidian upgrade", "obsidian migration",
"obsidian API changes", "update obsidian plugin".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
obsidian-webhooks-events
Handle Obsidian events and workspace callbacks for plugin development.
Use when implementing reactive features, handling file changes,
or responding to user interactions in your plugin.
Trigger with phrases like "obsidian events", "obsidian callbacks",
"obsidian file change", "obsidian workspace events".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-ci-integration
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-common-errors
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-core-workflow-a
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-core-workflow-b
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-cost-tuning
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-debug-bundle
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-deploy-integration
Deploy Persona verification service to cloud platforms.
Use when working with Persona identity verification.
Trigger with phrases like "persona deploy-integration", "persona deploy-integration".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-hello-world
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-install-auth
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-local-dev-loop
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-performance-tuning
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-prod-checklist
Production deployment checklist for Persona identity verification.
Use when working with Persona identity verification.
Trigger with phrases like "persona prod-checklist", "persona prod-checklist".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-rate-limits
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-reference-architecture
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-sdk-patterns
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803
-
persona-security-basics
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".
jeremylongshore/claude-code-plugins-plus-skills 1,803