GitHub
Skills harvested from GitHub repositories
14810 skills availabledoctor
Run diagnostics to verify Promptbook is set up correctly. Checks config, consent, API key validity, and recent session a...
meeting-prep
Read ../config/user.json (resolves to /executive-assistant-skills/config/user.json). Extract and use throughout: name, f...
executive-digest
Read ../config/user.json (resolves to /executive-assistant-skills/config/user.json). Extract and use throughout: primary...
email-drafting
Read ../config/user.json (resolves to /executive-assistant-skills/config/user.json). Extract and use throughout: primary...
brand-strategy
A systematic 7-part methodology for building brand foundations — the same process top agencies use with Fortune 500 clie...
detecting-memory-leaks
Detect and diagnose memory leaks in Node.js, Python, and JVM applications by analyzing event listeners, closures, unboun...
clade-multi-env-setup
Use different API keys, models, and limits across dev/staging/prod. // config/anthropic.ts interface AnthropicConfig { a...
posthog-enterprise-rbac
PostHog access control uses a three-level hierarchy: Organization > Project > Resource. Organizations contain multiple p...
algolia-migration-deep-dive
Comprehensive guide for migrating from another search engine (Elasticsearch, Typesense, Meilisearch, or custom) to Algol...
csv-processor
This skill provides automated assistance for csv processor tasks within the Business Automation domain. This skill activ...
apify-hello-world
Run a public Actor from the Apify Store, wait for it to finish, and retrieve the scraped data. This demonstrates the fun...
clerk-webhooks-events
Configure and handle Clerk webhooks for user lifecycle events and data synchronization. Clerk uses Svix for webhook deli...
clerk-security-basics
Implement security best practices for Clerk authentication: environment variable protection, middleware hardening, API r...
clerk-reference-architecture
Reference architectures for implementing Clerk in common application patterns: Next.js full-stack, microservices with sh...
clerk-prod-checklist
Complete checklist to ensure your Clerk integration is production-ready. Covers environment config, security hardening, ...
clerk-performance-tuning
Optimize Clerk authentication for best performance. Covers middleware optimization, user data caching, token handling, l...
clerk-observability
Implement monitoring, logging, and observability for Clerk authentication. Covers structured auth logging, middleware pe...
clerk-multi-env-setup
Configure Clerk across development, staging, and production environments with separate instances, environment-aware conf...
clerk-migration-deep-dive
!npm list @auth0/nextjs-auth0 next-auth @supabase/auth-helpers-nextjs firebase 2>/dev/null | grep -E "auth0|next-auth|su...
clerk-local-dev-loop
Configure an efficient local development workflow with Clerk authentication, including test users, hot reload, and mock ...
clerk-hello-world
Make your first authenticated requests using Clerk across server components, client components, API routes, and server a...
clerk-install-auth
Set up Clerk SDK and configure authentication for Next.js, React, or Express. This skill covers SDK installation, enviro...
clerk-debug-bundle
!node --version 2>/dev/null || echo 'N/A' !npm list @clerk/nextjs @clerk/clerk-react @clerk/express 2>/dev/null | grep c...
clerk-data-handling
Manage user data, implement privacy features, and ensure GDPR/CCPA compliance using the Clerk Backend API. Covers data e...