Toolverse
All skills

posthog-hello-world

by jeremylongshore

Create a minimal working PostHog example.\nUse when starting a new PostHog integration, testing your setup,\nor learning basic PostHog API patterns.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing

About this skill

Create a minimal working PostHog example.\nUse when starting a new PostHog integration, testing your setup,\nor learning basic PostHog API patterns.\nTrigger with phrases like \

How to use

  1. Upewnij się, że masz ukończoną konfigurację z umiejętności posthog-install-auth oraz skonfigurowany klucz API projektu (phc_...) w zmiennych środowiskowych.

  2. Zainstaluj wymagane pakiety: posthog-js dla aplikacji przeglądarki lub posthog-node dla serwera Node.js, w zależności od tego, gdzie chcesz testować integrację.

  3. Wyzwól umiejętność, używając jednej z fraz: "posthog hello world", "posthog example", "posthog quick start", "simple posthog code" lub "first posthog event".

  4. Umiejętność wygeneruje minimalny kod zawierający trzy kluczowe operacje: capture do rejestrowania zdarzenia niestandardowego z właściwościami, identify do przypisania użytkownika z danymi profilu oraz getFeatureFlag do sprawdzenia wartości flagi funkcji.

  5. Skopiuj wygenerowany kod do swojego projektu, zastępując wartości distinctId i nazwy flag własnymi danymi, a następnie uruchom kod, aby zweryfikować połączenie z PostHog.

  6. Sprawdź w panelu PostHog, czy zdarzenie "hello_posthog" pojawiło się w sekcji Events i czy użytkownik został zidentyfikowany z przypisanymi właściwościami.

Related skills

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103