con un clic
integration-astro-static
PostHog integration for static Astro sites using SSG
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
PostHog integration for static Astro sites using SSG
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Analyzes CSV files, generates summary stats, and produces quick visualizations. Use this skill whenever the user uploads or references a CSV file, asks to summarize, analyze, or visualize tabular data, requests insights from CSV data, or wants to understand data structure and quality.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Règles ESLint + Prettier partagées de la toolbox Soliguide. À utiliser dès qu'un projet veut être linté ou formaté, qu'on crée un nouveau projet TypeScript/Angular/NestJS, ou que l'utilisateur dit "mets en place le lint", "ajoute eslint", "ajoute prettier", "format fix", "aligne sur soliguide", "configure les règles". Documente les conventions héritées du repo `../../soliguide` (api NestJS + frontend Angular) et fournit les templates flat config ESLint 9 + .prettierrc prêts à copier.
Règles partagées NestJS pour les APIs de la toolbox Soliguide. À utiliser dès qu'on code un controller, un service, un endpoint, un DTO, un POST/PATCH/DELETE, ou que l'utilisateur dit "ajoute une route", "crée un endpoint", "valide les données", "DTO". Documente la règle d'or : 100% de la donnée entrante doit être validée (DTO `class-validator` OU parser explicite). Aucun param ne se balade sans vérif.
Créer ou améliorer un dashboard de visualisation pour un projet existant. Utiliser cette skill quand l'utilisateur veut ajouter un dashboard à un projet, refaire l'interface, ajouter des graphiques, des tableaux, une carte, ou dit "montre-moi les résultats", "fais un dashboard", "affiche les données", "visualise ça".
Créer un nouveau projet dans la toolbox Soliguide. Utiliser cette skill dès que l'utilisateur veut créer un nouvel outil, un nouveau projet, une nouvelle analyse, ou dit quelque chose comme "je veux faire un truc pour...", "j'ai besoin d'un outil pour...", "on pourrait analyser...", "crée-moi un projet".
Basado en la clasificación ocupacional SOC
| name | integration-astro-static |
| description | PostHog integration for static Astro sites using SSG |
| metadata | {"author":"PostHog","version":"1.16.0"} |
This skill helps you add PostHog analytics to Astro (Static) applications.
Follow these steps in order to complete the integration:
basic-integration-1.0-begin.md - PostHog Setup - Begin ← Start herebasic-integration-1.1-edit.md - PostHog Setup - Editbasic-integration-1.2-revise.md - PostHog Setup - Revisebasic-integration-1.3-conclude.md - PostHog Setup - Conclusionreferences/EXAMPLE.md - Astro (Static) example project codereferences/astro.md - Astro - docsreferences/identify-users.md - Identify users - docsreferences/basic-integration-1.0-begin.md - PostHog setup - beginreferences/basic-integration-1.1-edit.md - PostHog setup - editreferences/basic-integration-1.2-revise.md - PostHog setup - revisereferences/basic-integration-1.3-conclude.md - PostHog setup - conclusionThe 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.