doctor

Run diagnostics to verify Promptbook is set up correctly. Checks config, consent, API key validity, and recent session a...

github

meeting-prep

Read ../config/user.json (resolves to /executive-assistant-skills/config/user.json). Extract and use throughout: name, f...

github

executive-digest

Read ../config/user.json (resolves to /executive-assistant-skills/config/user.json). Extract and use throughout: primary...

github

email-drafting

Read ../config/user.json (resolves to /executive-assistant-skills/config/user.json). Extract and use throughout: primary...

github

brand-strategy

A systematic 7-part methodology for building brand foundations — the same process top agencies use with Fortune 500 clie...

github

detecting-memory-leaks

Detect and diagnose memory leaks in Node.js, Python, and JVM applications by analyzing event listeners, closures, unboun...

github

clade-multi-env-setup

Use different API keys, models, and limits across dev/staging/prod. // config/anthropic.ts interface AnthropicConfig { a...

github

posthog-enterprise-rbac

PostHog access control uses a three-level hierarchy: Organization > Project > Resource. Organizations contain multiple p...

github

algolia-migration-deep-dive

Comprehensive guide for migrating from another search engine (Elasticsearch, Typesense, Meilisearch, or custom) to Algol...

github

csv-processor

This skill provides automated assistance for csv processor tasks within the Business Automation domain. This skill activ...

github

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...

github

clerk-webhooks-events

Configure and handle Clerk webhooks for user lifecycle events and data synchronization. Clerk uses Svix for webhook deli...

github

clerk-security-basics

Implement security best practices for Clerk authentication: environment variable protection, middleware hardening, API r...

github

clerk-reference-architecture

Reference architectures for implementing Clerk in common application patterns: Next.js full-stack, microservices with sh...

github

clerk-prod-checklist

Complete checklist to ensure your Clerk integration is production-ready. Covers environment config, security hardening, ...

github

clerk-performance-tuning

Optimize Clerk authentication for best performance. Covers middleware optimization, user data caching, token handling, l...

github

clerk-observability

Implement monitoring, logging, and observability for Clerk authentication. Covers structured auth logging, middleware pe...

github

clerk-multi-env-setup

Configure Clerk across development, staging, and production environments with separate instances, environment-aware conf...

github

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...

github

clerk-local-dev-loop

Configure an efficient local development workflow with Clerk authentication, including test users, hot reload, and mock ...

github

clerk-hello-world

Make your first authenticated requests using Clerk across server components, client components, API routes, and server a...

github

clerk-install-auth

Set up Clerk SDK and configure authentication for Next.js, React, or Express. This skill covers SDK installation, enviro...

github

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...

github

clerk-data-handling

Manage user data, implement privacy features, and ensure GDPR/CCPA compliance using the Clerk Backend API. Covers data e...

github