ingestion-pipeline-doctor-nodejs

Outline PostHog event ingestion pipeline architecture and diagnostic agent mapping.

693|111|Updated Aug 11, 2020
One-click install
npx skills add https://github.com/PostHog/posthog-foss --skill ingestion-pipeline-doctor-nodejs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingestion-pipeline-doctor-nodejs
Source: https://github.com/PostHog/posthog-foss/tree/main/.agents/skills/ingestion-pipeline-doctor-nodejs
Command: npx skills add https://github.com/PostHog/posthog-foss --skill ingestion-pipeline-doctor-nodejs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear overview of PostHog's event ingestion pipeline architecture and helps identify the correct "doctor" agent for specific concerns related to pipeline development and debugging.

Core Features & Use Cases

  • Architecture Overview: Visualizes the step-by-step flow of event processing.
  • Agent Mapping: Guides users to the appropriate diagnostic agent based on their specific problem (e.g., step structure, result handling, composition, testing).
  • Convention Reference: Outlines key conventions for steps, results, composition, and testing within the pipeline.
  • Use Case: A new engineer needs to understand how events are processed after being sent to PostHog. They can use this Skill to get a high-level architectural view and learn which specialized agent to consult for detailed debugging of a specific pipeline component.

Quick Start

Ask Claude to provide an overview of the ingestion pipeline architecture.

Frequently Asked Questions about ingestion-pipeline-doctor-nodejs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does PostHog's event ingestion pipeline work in Node.js?

The PostHog event ingestion pipeline processes events through a step-by-step flow in Node.js, using specific step types, result handling, and composition patterns to move data through the system.

What are the conventions for testing PostHog ingestion pipeline steps?

Testing conventions for PostHog ingestion pipeline steps require understanding specific structural patterns for steps, result handling, and composition documented within the Node.js pipeline framework.

How do I debug PostHog ingestion pipeline architecture issues?

Debugging PostHog ingestion pipeline architecture involves identifying the correct diagnostic agent based on your specific concern, such as step structure, result handling, composition patterns, or testing conventions.

How do I find the right diagnostic agent for PostHog pipeline component debugging?

Finding the right diagnostic agent for PostHog pipeline debugging requires mapping your specific issue—whether step structure, result handling, composition, or testing—to the appropriate specialized agent outlined in the framework.

What is the composition pattern for PostHog event processing steps?

The composition pattern for PostHog event processing steps involves chaining specific step types together within the Node.js ingestion pipeline, handling results sequentially as events flow through the framework.

Can I use this PostHog pipeline reference for Node.js event processing orientation?

Yes, you can use this reference for Node.js event processing orientation as it provides a high-level architectural overview and convention guide for PostHog's event ingestion pipeline framework.