com um clique
integration-vue-3
PostHog integration for Vue 3 applications
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
PostHog integration for Vue 3 applications
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Use when adding one or more sites to the Holy Grail site catalog. Covers web research, category classification, meta.yaml creation, index regeneration, and validation. Designed for batch additions of 1-10 sites in a single pass.
Use when adding one or more Chrome extensions to the Holy Grail extensions catalog. Covers Chrome Web Store research, category classification, extension-specific metadata, meta.yaml creation, index regeneration, and validation.
| name | integration-vue-3 |
| description | PostHog integration for Vue 3 applications |
| metadata | {"author":"PostHog","version":"1.26.1"} |
This skill helps you add PostHog analytics to Vue 3 applications.
Follow these steps in order to complete the integration:
references/1-begin.md - PostHog Setup - Begin ← Start herereferences/2-edit.md - PostHog Setup - Editreferences/3-revise.md - PostHog Setup - Revisereferences/4-conclude.md - PostHog Setup - Conclusionreferences/EXAMPLE.md - Vue 3 example project codereferences/1-begin.md - Start the event tracking setup process by analyzing the project and creating an event tracking planreferences/2-edit.md - Implement PostHog event tracking in the identified files, following best practices and the example projectreferences/3-revise.md - Review and fix any errors in the PostHog integration implementationreferences/4-conclude.md - Review and fix any errors in the PostHog integration implementationreferences/vue-js.md - Vue.js - docsreferences/identify-users.md - Identify users - docsThe example project shows the target implementation pattern. Consult the documentation for API details.
Identify users during login and signup events. Refer to the example code and documentation for the correct identify pattern for this framework. If both frontend and backend code exist, pass the client-side session and distinct ID using X-POSTHOG-DISTINCT-ID and X-POSTHOG-SESSION-ID headers to maintain correlation.
Add PostHog error tracking to relevant files, particularly around critical user flows and API boundaries.