Bulletin · UTC

Merged timeline: 93 items (blog publish time and listing createdAt in UTC). For registry-only weekly slices, use /new.

  1. Skillsignals

    ### Querying PostHog Signals - Use the `document_embeddings` table with mandatory filters for `model_name`, `product`, `document_type`, and a `timestamp` range. - Always deduplicate results using `argMax(column, inserte…

    by MCP @ ExplainxPostHog0 comments
  2. ### PostHog Integration for TanStack Start - Initialize PostHog in the root route using PostHogProvider and use posthog-node for server-side event capture in API routes. - Follow the four-step integration workflow and m…

    by MCP @ ExplainxPostHog0 comments
  3. ### PostHog Node.js Log Integration - Configure OpenTelemetry OTLP exporters to send log data directly to the PostHog ingestion endpoint. - Use environment variables for all sensitive configuration, including PostHog ke…

    by MCP @ ExplainxPostHog0 comments
  4. ### PostHog Integration for Angular - Create a singleton PosthogService using inject() to wrap the SDK and manage analytics across standalone components. - Store PostHog credentials in environment.ts files and avoid har…

    by MCP @ ExplainxPostHog0 comments
  5. ### PostHog LLM Analytics Integration - Integrate PostHog analytics into any LLM application using provider-specific guides or the manual capture fallback for custom setups. - Capture essential metrics including input/o…

    by MCP @ ExplainxPostHog0 comments
  6. ### PostHog Python Integration - Install the posthog package and initialize the Posthog() class with enable_exception_autocapture=True for automatic error tracking. - Use environment variables for API keys and register…

    by MCP @ ExplainxPostHog0 comments
  7. ### Analyzing Experiment Session Replays - Retrieve experiment metadata and variant keys from the feature flag to ensure accurate filtering for each test group. - Construct session recording filters using the $feature_f…

    by MCP @ ExplainxPostHog0 comments
  8. ### PostHog HogQL Query Reference - Access comprehensive schema documentation for core system models including cohorts, feature flags, error tracking, and data warehouse. - Utilize a library of optimized analytical quer…

    by MCP @ ExplainxPostHog0 comments
  9. ### PostHog Android Integration - Initialize PostHog in the Application class onCreate method using environment variables for keys to ensure secure, early configuration. - Follow the provided example project patterns an…

    by MCP @ ExplainxPostHog0 comments
  10. ### PostHog Integration for React and Vite - Follow the four-step workflow to initialize, configure, and finalize PostHog analytics within your React application. - Use environment variables for API keys and implement a…

    by MCP @ ExplainxPostHog0 comments
  11. ### PostHog PHP Feature Flags - Install the posthog/posthog-php SDK and initialize it once using PostHog::init() with environment variables for API keys. - Implement server-side flag checks to prevent UI flickering, def…

    by MCP @ ExplainxPostHog0 comments
  12. ### PostHog Integration for Next.js App Router - Initialize PostHog using instrumentation-client.ts and secure all API keys using environment variables. - Trigger analytics events directly within user action handlers ra…

    by MCP @ ExplainxPostHog0 comments
  13. ### PostHog Java Log Ingestion - Integrate PostHog log ingestion into Java applications using the OpenTelemetry protocol and OTLP exporters. - Use environment variables for PostHog keys and endpoints instead of hardcodi…

    by MCP @ ExplainxPostHog0 comments
  14. ### PostHog Integration for React Router v7 - Follow the four-step setup workflow to integrate PostHog analytics into Data mode applications. - Use environment variables for keys and mirror the implementation patterns f…

    by MCP @ ExplainxPostHog0 comments
  15. ### PostHog Ruby on Rails Integration - Install the posthog-rails gem and use PostHog.init in an initializer to manage the client lifecycle automatically. - Securely store API keys using environment variables or Rails c…

    by MCP @ ExplainxPostHog0 comments
  16. ### PostHog Feature Flags for Ruby - Install the posthog-ruby gem and initialize the client using environment variables for API keys to ensure secure configuration. - Implement server-side flag evaluation to prevent UI…

    by MCP @ ExplainxPostHog0 comments
  17. ### PostHog Node.js Error Tracking - Initialize the SDK with enableExceptionAutocapture set to true and use environment variables for all sensitive configuration keys. - Implement captureException in global error handle…

    by MCP @ ExplainxPostHog0 comments
  18. ### PostHog Log Ingestion for Other Languages - Configure OTLP exporters to send logs directly to PostHog's ingestion endpoint using the OpenTelemetry protocol. - Use environment variables for all sensitive configuratio…

    by MCP @ ExplainxPostHog0 comments
  19. ### PostHog Integration for TanStack Router - Initialize PostHogProvider in the root route to ensure global access to the analytics client across all child routes. - Track pageviews using TanStack Router navigation even…

    by MCP @ ExplainxPostHog0 comments
  20. ### PostHog Integration for Nuxt 3.6 - Follow the four-step setup workflow to initialize PostHog analytics within your Nuxt 3.0 to 3.6 application. - Use environment variables for all PostHog keys and maintain consisten…

    by MCP @ ExplainxPostHog0 comments
  21. ### PostHog React Native Integration - Install posthog-react-native and react-native-svg, then wrap your app with PostHogProvider inside the NavigationContainer. - Use react-native-config to securely load POSTHOG_PROJEC…

    by MCP @ ExplainxPostHog0 comments
  22. ### PostHog Integration for React Router v7 - Implement PostHog analytics using the declarative pattern by following the four-step setup workflow and referencing the example project. - Use environment variables for API…

    by MCP @ ExplainxPostHog0 comments
  23. ### PostHog Integration for Nuxt 4 - Follow the four-step setup workflow to integrate PostHog analytics into your Nuxt 4 application. - Use environment variables for all PostHog keys and follow the provided example proj…

    by MCP @ ExplainxPostHog0 comments
  24. ### omnibus-instrument-error-tracking Overview - >- - Use this skill to add PostHog error tracking that captures and monitors exceptions in your application. Use it after implementing features o - Supported platforms: R…

    by MCP @ ExplainxPostHog0 comments
  25. ### PostHog Ruby Integration - Install the posthog-ruby gem and initialize the client using environment variables for API keys and host configuration. - Use client.capture and client.identify with hash arguments, but us…

    by MCP @ ExplainxPostHog0 comments
  26. ### logs-python Overview - PostHog logs for Python - This skill helps you add PostHog log ingestion to Python applications. - `references/python.md` - Python logs installation - docs

    by MCP @ ExplainxPostHog0 comments
  27. ### PostHog FastAPI Integration - Initialize the Posthog client within the FastAPI lifespan context manager and ensure proper shutdown to flush all pending events. - Use dependency injection for settings and user identi…

    by MCP @ ExplainxPostHog0 comments
  28. ### omnibus-instrument-logs Overview - >- - Use this skill to add PostHog log capture for new or changed code. Use it after implementing features or reviewing PRs to ensure meaningful - Supported platforms: Next.js, Nod…

    by MCP @ ExplainxPostHog0 comments
  29. ### PostHog Integration for React Router v7 - Follow the four-step setup workflow to integrate PostHog analytics into React Router v7 Framework mode applications. - Use environment variables for API keys and implement a…

    by MCP @ ExplainxPostHog0 comments
  30. ### PostHog Django Integration - Install the posthog package and initialize the client in AppConfig.ready() using environment variables for API keys and host settings. - Add PosthogContextMiddleware to your Django middl…

    by MCP @ ExplainxPostHog0 comments
  31. ### PostHog SvelteKit Integration - Follow the four-step setup workflow to integrate PostHog analytics into your SvelteKit application. - Use environment variables for API keys and ensure paths.relative is set to false…

    by MCP @ ExplainxPostHog0 comments
  32. ### Instrument Product Analytics - Detect project framework and install the appropriate PostHog SDK using the project's native package manager. - Initialize the SDK and implement event tracking for key user actions, ens…

    by MCP @ ExplainxPostHog0 comments
  33. ### omnibus-instrument-integration Overview - >- - Use this skill to add the PostHog SDK to an application. Use it when setting up PostHog for the first time, or reviewing PRs that need PostH - Supported frameworks: Nex…

    by MCP @ ExplainxPostHog0 comments
  34. ### PostHog Feature Flags for Node.js - Integrate PostHog flags into Node.js apps using environment variables for keys and server-side evaluation to prevent UI flickering. - Implement flags alongside existing logic with…

    by MCP @ ExplainxPostHog0 comments
  35. ### PostHog Python Feature Flags - Use the Posthog() class constructor with enable_exception_autocapture=True and avoid hardcoding keys by using environment variables. - Implement server-side flag evaluation to prevent…

    by MCP @ ExplainxPostHog0 comments
  36. ### omnibus-instrument-feature-flags Overview - >- - Use this skill to add PostHog feature flags that gate new or changed functionality. Use it after implementing features or reviewing PRs to e - Supported platforms: Re…

    by MCP @ ExplainxPostHog0 comments
  37. ### PostHog LLM Analytics Instrumentation - Detect the LLM stack and install the PostHog SDK if not already present, using environment variables for all configuration keys. - Instrument LLM calls to capture essential me…

    by MCP @ ExplainxPostHog0 comments
  38. ### PostHog LLM Analytics Instrumentation - Detect the LLM stack and existing PostHog setup to determine if SDK installation or specific provider-based tracing is required. - Instrument LLM calls to capture essential me…

    by MCP @ ExplainxPostHog0 comments
  39. ### PostHog Integration for TanStack Router - Initialize PostHogProvider in the root route file to ensure global access to the analytics client across all child routes. - Use TanStack Router navigation events for pagevi…

    by MCP @ ExplainxPostHog0 comments
  40. ### PostHog Swift Integration - Configure PostHog using environment variables for project tokens and hosts, ensuring they are set within the Xcode scheme settings. - Add SPM dependencies by creating unique PBXBuildFile,…

    by MCP @ ExplainxPostHog0 comments
  41. ### Cleaning up stale feature flags - Identify stale flags using the PostHog API, filtering for unused or fully rolled-out configurations that are at least 30 days old. - Assess candidates by checking for experiment ass…

    by MCP @ ExplainxPostHog0 comments
  42. ### PostHog Vue 3 Integration - Follow the four-step setup workflow to initialize PostHog analytics within your Vue 3 application. - Use environment variables for API keys and maintain consistency by following the provi…

    by MCP @ ExplainxPostHog0 comments
  43. ### PostHog Product Analytics Integration - Detects the project framework and installs the appropriate PostHog SDK while maintaining existing code structures. - Implements targeted event tracking for key user actions, c…

    by MCP @ ExplainxPostHog0 comments
  44. ### PostHog Feature Flags for Go - Integrate PostHog flags using environment variables for API keys to ensure security and avoid hardcoding credentials. - Implement server-side flag evaluation to maintain performance an…

    by MCP @ ExplainxPostHog0 comments
  45. ### HogQL Query Development - Use properties.$name for event data and person.properties.$name for person attributes, utilizing bracket notation for special characters. - Include the {filters} placeholder in WHERE clause…

    by MCP @ ExplainxPostHog0 comments
  46. ### Auditing PostHog Experiments and Flags - Perform configuration audits using read_data and list_data to identify staleness, misconfigurations, and best-practice violations. - Categorize findings by severity (CRITICAL…

    by MCP @ ExplainxPostHog0 comments
  47. Skilllogs-go

    ### PostHog Go Logging Integration - Integrate PostHog log ingestion into Go applications using the OpenTelemetry protocol and OTLP exporters. - Use environment variables for PostHog keys and endpoints; never hardcode s…

    by MCP @ ExplainxPostHog0 comments
  48. ### Instrument PostHog Feature Flags - Detect the project platform and verify PostHog SDK installation, initializing it if necessary using environment variables. - Search for or create feature flags via PostHog MCP tool…

    by MCP @ ExplainxPostHog0 comments
  49. ### PostHog SDK Integration - Detect the project framework and language via dependency files to select the appropriate reference guide for SDK installation. - Initialize the SDK using environment variables for API keys…

    by MCP @ ExplainxPostHog0 comments
  50. ### PostHog Logging for Next.js - Integrate PostHog log ingestion into Next.js applications using the OpenTelemetry protocol and OTLP exporters. - Utilize environment variables for all PostHog keys and endpoints to ensu…

    by MCP @ ExplainxPostHog0 comments
  51. ### Exploring LLM Clusters - Identify usage patterns by analyzing AI/LLM traffic clusters generated via embedding similarity and Temporal workflows. - Use SQL queries to retrieve cluster metadata, compute cost and laten…

    by MCP @ ExplainxPostHog0 comments
  52. ### PostHog Error Tracking Integration - Detect the project platform and framework to install the appropriate PostHog SDK and configure environment variables securely. - Enable exception autocapture for global monitorin…

    by MCP @ ExplainxPostHog0 comments
  53. ### PostHog Log Instrumentation - Detect the platform and existing logging setup to determine if OTLP exporter configuration is required. - Install OpenTelemetry SDKs and configure the OTLP exporter to send logs to Post…

    by MCP @ ExplainxPostHog0 comments
  54. ### PostHog Integration for Static Astro - Initialize PostHog by creating a reusable posthog.astro component and importing it into your site's main layout. - Use the is:inline directive on script tags and prefix client-…

    by MCP @ ExplainxPostHog0 comments
  55. ### feature-flags-dotnet Overview - PostHog feature flags for .NET applications - This skill helps you add PostHog feature flags to .NET applications. - `references/dotnet.md` - .net feature flags installation - docs

    by MCP @ ExplainxPostHog0 comments
  56. ### PostHog Flask Integration - Initialize the Posthog client globally in create_app() using the instance-based constructor with enable_exception_autocapture=True. - Use posthog_client.set() to manage person properties…

    by MCP @ ExplainxPostHog0 comments
  57. ### PostHog Log Integration for Datadog - Configure OTLP exporters to send logs to PostHog's ingest endpoint using the OpenTelemetry protocol. - Use environment variables for all PostHog keys and endpoints to ensure sec…

    by MCP @ ExplainxPostHog0 comments
  58. ### PostHog Expo Integration - Use expo-constants to securely manage PostHog project tokens and host URLs via app.config.js instead of hardcoding values. - Install posthog-react-native and the required react-native-svg…

    by MCP @ ExplainxPostHog0 comments
  59. ### PostHog Integration for Next.js Pages Router - Initialize PostHog using environment variables and follow the provided example project patterns for consistent implementation. - Capture analytics events directly withi…

    by MCP @ ExplainxPostHog0 comments
  60. ### PostHog Feature Flags for React Native - Use useFeatureFlagEnabled or useFeatureFlagPayload hooks to manage flags while handling loading states and external synchronization. - Securely load POSTHOG_PROJECT_TOKEN and…

    by MCP @ ExplainxPostHog0 comments
  61. ### PostHog Web Feature Flags - Integrate PostHog flags into JavaScript apps using environment variables for keys and avoiding hardcoded credentials. - Implement boolean flag checks alongside existing logic to minimize…

    by MCP @ ExplainxPostHog0 comments
  62. ### PostHog Astro View Transitions Integration - Use the is:inline directive and a reusable PostHog component to initialize analytics within Astro layouts. - Configure capture_pageview to history_change and use the astr…

    by MCP @ ExplainxPostHog0 comments
  63. ### PostHog Laravel Integration - Centralize analytics logic by creating a dedicated PostHogService class instead of scattering capture calls across controllers. - Configure settings in config/posthog.php using environm…

    by MCP @ ExplainxPostHog0 comments
  64. ### PostHog Integration for React Router v6 - Follow the four-step setup workflow to integrate PostHog analytics into your React Router v6 application. - Use environment variables for API keys and implement analytics ca…

    by MCP @ ExplainxPostHog0 comments
  65. ### PostHog Integration for Astro Hybrid - Initialize PostHog using a reusable component in src/components/ and include it in your main layout for consistent tracking. - Use the posthog-node library with a singleton pat…

    by MCP @ ExplainxPostHog0 comments
  66. ### PostHog Astro SSR Integration - Initialize PostHog using a reusable component in your Astro layout and store the server-side client in a singleton pattern. - Use environment variables with the PUBLIC_ prefix for cli…

    by MCP @ ExplainxPostHog0 comments
  67. ### PostHog Feature Flags in Rust - Integrate PostHog flags into Rust applications using environment variables for secure API key management. - Implement server-side flag evaluation to ensure consistent user experiences…

    by MCP @ ExplainxPostHog0 comments
  68. ### feature-flags-api Overview - PostHog feature flags for API applications - This skill helps you add PostHog feature flags to API applications. - `references/api.md` - API feature flags installation - docs

    by MCP @ ExplainxPostHog0 comments
  69. ### PostHog Java Feature Flags - Install the PostHog Java library and integrate flag checks directly into existing application logic using the provided documentation. - Securely manage PostHog API keys using environment…

    by MCP @ ExplainxPostHog0 comments
  70. ### PostHog Node.js Integration - Install the posthog-node SDK and initialize it with environment variables, ensuring exception autocapture is enabled. - Instrument route handlers with posthog.capture() for user actions…

    by MCP @ ExplainxPostHog0 comments
  71. ### PostHog Error Tracking for Svelte - Initialize PostHog with exception autocapture enabled and use environment variables for all sensitive configuration keys. - Upload source maps to ensure stack traces resolve to or…

    by MCP @ ExplainxPostHog0 comments
  72. ### PostHog JavaScript Web Integration - Initialize posthog-js in client-side browser environments only, ensuring posthog.init() is called before any other SDK methods. - Use posthog.identify() for PII like emails and n…

    by MCP @ ExplainxPostHog0 comments
  73. ### PostHog Web Error Tracking - Initialize posthog-js before other methods and enable exception autocapture to monitor browser errors automatically. - Upload source maps to ensure stack traces are readable and use capt…

    by MCP @ ExplainxPostHog0 comments
  74. ### PostHog Feature Flags for Next.js - Initialize PostHog globally via instrumentation-client.ts to enable hooks without wrapping components in a provider. - Evaluate flags server-side using posthog-node and pass value…

    by MCP @ ExplainxPostHog0 comments
  75. ### PostHog React Feature Flags - Use useFeatureFlagEnabled or useFeatureFlagPayload hooks to manage flags while handling loading states and external synchronization. - Secure PostHog keys using environment variables an…

    by MCP @ ExplainxPostHog0 comments
  76. ### PostHog Error Tracking for React - Initialize PostHog with exception autocapture enabled and use environment variables for all sensitive configuration keys. - Upload source maps to ensure stack traces are readable a…

    by MCP @ ExplainxPostHog0 comments
  77. ### PostHog React Native Error Tracking - Install posthog-react-native and react-native-svg, using environment variables for project tokens and host URLs. - Enable exception autocapture in the SDK initialization and use…

    by MCP @ ExplainxPostHog0 comments
  78. ### PostHog Error Tracking for Nuxt - Integrate PostHog error tracking into Nuxt applications using environment variables for secure configuration of keys and host URLs. - Enable exception autocapture in the SDK initial…

    by MCP @ ExplainxPostHog0 comments
  79. ### PostHog Python Error Tracking - Initialize the Posthog client with enable_exception_autocapture=True and use instance-based constructors instead of module-level config. - Protect user privacy by excluding PII from c…

    by MCP @ ExplainxPostHog0 comments
  80. ### PostHog Angular Error Tracking - Implement a singleton PosthogService using inject() to wrap the SDK and manage initialization within standalone components. - Enable exception autocapture during SDK initialization a…

    by MCP @ ExplainxPostHog0 comments
  81. ### PostHog iOS Feature Flags - Securely manage PostHog keys using environment variables and a dedicated enum to prevent hardcoding sensitive configuration data. - Implement SPM dependencies by creating distinct PBXBuil…

    by MCP @ ExplainxPostHog0 comments
  82. ### PostHog Flutter Error Tracking - Integrate PostHog by enabling exception autocapture during SDK initialization before implementing manual error reporting. - Use environment variables for API keys and host URLs to ma…

    by MCP @ ExplainxPostHog0 comments
  83. ### PostHog Error Tracking for Hono - Integrate PostHog error tracking into Hono apps using environment variables for keys and host URLs to ensure security. - Enable exception autocapture in the SDK initialization and u…

    by MCP @ ExplainxPostHog0 comments
  84. ### PostHog Feature Flags for Elixir - Integrate PostHog flags into Elixir apps using environment variables for keys and server-side evaluation to prevent UI flickering. - Implement feature flags alongside existing logi…

    by MCP @ ExplainxPostHog0 comments
  85. ### PostHog Error Tracking for Ruby on Rails - Install the posthog-rails gem and use the initializer to enable automatic exception capture and ActiveJob instrumentation. - Use environment variables for API keys and host…

    by MCP @ ExplainxPostHog0 comments
  86. ### PostHog Feature Flags for Flutter - Integrate PostHog flags into Flutter apps using environment variables for keys and avoiding hardcoded credentials. - Implement boolean flag checks alongside existing logic to main…

    by MCP @ ExplainxPostHog0 comments
  87. ### PostHog Error Tracking for Next.js - Initialize PostHog in instrumentation-client.ts and enable exception autocapture before implementing manual error tracking. - Upload source maps to ensure stack traces resolve to…

    by MCP @ ExplainxPostHog0 comments
  88. ### feature-flags-android Overview - PostHog feature flags for Android applications - This skill helps you add PostHog feature flags to Android applications. - `references/android.md` - Android feature flags installatio…

    by MCP @ ExplainxPostHog0 comments
  89. ### PostHog Go Error Tracking - Integrate PostHog by initializing exception autocapture before implementing manual error reporting. - Use environment variables for all sensitive configuration keys and host URLs to maint…

    by MCP @ ExplainxPostHog0 comments
  90. ### PostHog Ruby Error Tracking - Install the posthog-ruby gem and initialize the client using environment variables for API keys and host URLs to ensure security. - Enable exception autocapture for global coverage and…

    by MCP @ ExplainxPostHog0 comments
  91. ### PostHog Android Error Tracking - Initialize PostHog in the Application class onCreate method using environment variables for keys and host URLs. - Enable exception autocapture for global coverage and use captureExce…

    by MCP @ ExplainxPostHog0 comments
  92. A method-of-loci memory palace, raw verbatim storage in ChromaDB, and brutal GitHub issue threads: what to believe, what the maintainers retracted, and how to sanity-check AI memory benchmarks.

  93. seo-geo is an agent-installable playbook for technical audits, keyword research, structured data, and GEO tactics tuned for ChatGPT-style citation surfaces — live on explainx.ai with sources on GitHub.