Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
PostHog
GitHub creator profile

PostHog

Repository-level view of 198 collected skills across 11 GitHub repositories, including approximate occupation coverage.

skills collected
198
repositories
11
occupation fields
2
updated
2026-05-22
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
skills
99 skills · 2026-05-22
Développeurs de logicielsAnalystes en études de marché et spécialistes en marketingAnalystes en assurance qualité des logiciels et testeursReprésentants commerciaux (gros et industrie, sauf produits techniques)Architectes de bases de donnéesLogisticiens
10 occupation categories · 100% classified
50%share
#02
posthog
80 skills · 2026-05-22
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesScientifiques des donnéesArchitectes de bases de donnéesAnalystes en études de marché et spécialistes en marketing
12 occupation categories · 100% classified
40%share
#03
wizard
4 skills · 2026-05-11
Développeurs de logicielsDéveloppeurs web
2 occupation categories · 100% classified
2.0%share
#04
duckgres
3 skills · 2026-03-23
Administrateurs de réseaux et de systèmes informatiquesAdministrateurs de bases de donnéesAnalystes en assurance qualité des logiciels et testeurs
3 occupation categories · 100% classified
1.5%share
#05
duckhog
3 skills · 2026-02-24
Analystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationSpécialistes en gestion de projets
3 occupation categories · 100% classified
1.5%share
#06
posthog-definitions
3 skills · 2026-05-14
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 occupation categories · 100% classified
1.5%share
#07
posthog.com
2 skills · 2026-04-14
Développeurs webRédacteurs techniques
2 occupation categories · 100% classified
1.0%share
#08
ai-plugin
1 skills · 2026-03-23
Analystes en assurance qualité des logiciels et testeurs
1 occupation categories · 100% classified
0.5%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
skills
99 skills415updated 2026-05-22
50% of creator
exploring-llm-traces
Analystes en assurance qualité des logiciels et testeurs

ABSOLUTE MUST to debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace or session URL (e.g. /ai-observability/traces/<id> or /ai-observability/sessions/<id>), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files were surfaced, inspect subagent behavior, investigate LLM decisions, or analyze token usage and costs.

2026-05-22
querying-posthog-data
Architectes de bases de données

Required reading before writing any HogQL/SQL or calling execute-sql against PostHog. Use whenever the user wants to search, find, or do complex aggregations PostHog entities (insights, dashboards, cohorts, feature flags, experiments, surveys, hog flows, data warehouse, persons, etc.) and query analytics data (trends, funnels, retention, lifecycle, paths, stickiness, web analytics, error tracking, logs, sessions, LLM traces). Covers HogQL syntax differences from ClickHouse SQL, system table schemas (system.*), available functions, query examples, and the schema-discovery workflow.

2026-05-22
instrument-error-tracking
Analystes en assurance qualité des logiciels et testeurs

Add PostHog error tracking to capture and monitor exceptions. Use after implementing features or reviewing PRs to ensure errors are tracked with stack traces and source maps. Also handles initial PostHog SDK setup if not yet installed.

2026-05-15
instrument-feature-flags
Développeurs de logiciels

Add PostHog feature flags to gate new functionality. Use after implementing features or reviewing PRs to ensure safe rollouts with feature flag controls. Also handles initial PostHog SDK setup if not yet installed.

2026-05-15
instrument-integration
Développeurs de logiciels

Add PostHog SDK integration to your application. Use when setting up PostHog for the first time or reviewing PRs that need PostHog initialization. Covers SDK installation, provider setup, and basic configuration for any framework.

2026-05-15
instrument-llm-analytics
Développeurs de logiciels

Add PostHog LLM analytics to trace AI model usage. Use after implementing LLM features or reviewing PRs to ensure all generations are captured with token counts, latency, and costs. Also handles initial PostHog SDK setup if not yet installed.

2026-05-15
instrument-logs
Développeurs de logiciels

Add PostHog log capture to track application logs. Use after implementing features or reviewing PRs to ensure meaningful log events are captured with structured properties. Also handles initial OTLP exporter setup if not yet configured.

2026-05-15
instrument-product-analytics
Développeurs de logiciels

Add PostHog product analytics events to track user behavior. Use after implementing new features or reviewing PRs to ensure meaningful user actions are captured. Also handles initial PostHog SDK setup if not yet installed.

2026-05-15
Showing top 8 of 99 collected skills in this repository.
#002
posthog
80 skills34.7k2.8kupdated 2026-05-22
40% of creator
run-posthog
Administrateurs de réseaux et de systèmes informatiques

Start, inspect, and drive the PostHog dev stack. Use for /run and /verify on this repo — when asked to launch PostHog, check whether the stack is healthy, inspect a running process, or verify a UI change against the live app.

2026-05-22
finding-deleted-feature-flags
Architectes de bases de données

Find feature flags that were soft-deleted in the active project within a recent time window. Use when the user asks "what flags were deleted in the last N days", "show me recently deleted feature flags", "who deleted flag X", "audit recent flag deletions", or anything similar. Handles the non-obvious gotcha that system.feature_flags exposes the deleted boolean but does not expose a deletion timestamp — the actual deleted-at time lives in the per-flag activity log and must be cross-referenced.

2026-05-22
security-audit
Analystes en sécurité de l'information

Focused security audit of code, calibrated to surface real exploitable bugs and suppress theoretical findings. Use when the user asks to "audit", "security-audit", "find vulnerabilities", "check for IDOR/SSRF/XSS/injection", or wants a security review of a file, directory, branch diff, or PR. Covers access control, injection, auth/secrets, sensitive data, business logic, web boundary, and AI agent/LLM trifecta risks. Produces calibrated findings with data flow, exploit request, fix, and confidence — no theoretical or defense-in-depth nits.

2026-05-22
exploring-llm-clusters
Scientifiques des données

Investigate AI observability clusters — understand usage patterns in AI/LLM traffic, compare cluster behavior, compute cost/latency metrics, and drill into individual traces within clusters.

2026-05-21
exploring-llm-costs
Scientifiques des données

Investigate LLM spend in PostHog — total cost over time, cost by model, provider, user, trace, or custom dimension, token and cache-hit economics, and cost regressions. Use when the user asks "how much are we spending on LLMs?", "which model / user / feature is most expensive?", "why did cost spike?", wants to build a cost dashboard or alert, or pastes a trace URL and asks about its cost.

2026-05-21
exploring-llm-evaluations
Analystes en assurance qualité des logiciels et testeurs

Investigate AI observability evaluations of both types — `hog` (deterministic code-based) and `llm_judge` (LLM-prompt-based). Find existing evaluations, inspect their configuration, run them against specific generations, query individual pass/fail results, and generate AI-powered summaries of patterns across many runs. Use when the user asks to debug why an evaluation is failing, surface common failure modes, compare results across filters, dry-run a Hog evaluator, prototype a new LLM-judge prompt, or manage the evaluation lifecycle (create, update, enable/disable, delete).

2026-05-21
exploring-llm-traces
Développeurs de logiciels

ABSOLUTE MUST to debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace or session URL (e.g. /ai-observability/traces/<id> or /ai-observability/sessions/<id>), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files were surfaced, inspect subagent behavior, investigate LLM decisions, or analyze token usage and costs.

2026-05-21
feature-usage-feed
Analystes en études de marché et spécialistes en marketing

Set up an LLM-judge evaluation that extracts canonical use cases for a PostHog feature at scale and streams the results to a Slack channel as a live feed. Use when someone wants to understand how users are actually using a specific AI/LLM-powered feature in production — what they're investigating, what questions they're trying to answer, and what patterns surface — without manually reading hundreds of traces. Assumes the feature emits `$ai_generation` and `$ai_evaluation` events with `$session_id` linkage to the trigger user's recording (the standard setup post the session-summary linkage PRs).

2026-05-21
Showing top 8 of 80 collected skills in this repository.
#003
wizard
4 skills13022updated 2026-05-11
2.0% of creator
adding-skill-workflow
Développeurs de logiciels

Create a new skill-based workflow for the PostHog wizard. Use when adding a workflow type (like revenue analytics, audit, error tracking) that installs a context-mill skill and runs an agent against it. Covers the createSkillWorkflow factory for the common case, customization via WorkflowRun, and advanced patterns for custom screens or detection.

2026-05-11
ink-tui-wizard
Développeurs web

Build terminal user interfaces (TUIs) using Ink (React for CLIs) and @inkjs/ui with a reactive, session-driven wizard pattern. Use when creating interactive CLI installation wizards, setup flows, or multi-step terminal applications in Node.js/TypeScript. Covers reactive screen resolution, declarative flow pipelines, overlay interrupts, session state management, Ink components, Flexbox terminal layout, and graceful degradation across terminal environments.

2026-05-11
wizard-development
Développeurs de logiciels

Design philosophy and architectural principles for the PostHog wizard. Read this before making any structural change — adding features, extending the runner, modifying the TUI, or introducing new abstractions. Covers why the architecture is shaped this way, how to evaluate whether a change fits, and how to extend the system into territory no existing skill covers. Complements the existing skills in this repo targeted at specific subsystems.

2026-05-11
adding-framework-support
Développeurs de logiciels

Add a new framework integration to the PostHog wizard. Use when adding support for a new language or framework (e.g. Ruby on Rails, Go, Angular). Covers creating the agent config, detection logic, registry entry, and enum/label additions.

2026-02-04
#004
duckgres
3 skills12313updated 2026-03-23
1.5% of creator
#005
duckhog
3 skills70updated 2026-02-24
1.5% of creator
#006
posthog-definitions
3 skills41updated 2026-05-14
1.5% of creator
#007
posthog.com
2 skills1.0k811updated 2026-04-14
1.0% of creator
#010
posthog-vscode
1 skills70updated 2026-03-30
0.5% of creator
#011
mcp-skill-demo
1 skills20updated 2026-04-17
0.5% of creator
11 sur 11 depots affiches
Tous les depots sont affiches