Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$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
occupation focus
Major fields detected across this creator.
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
소프트웨어 개발자시장조사 분석가·마케팅 전문가도매·제조업 영업 담당자(기술·과학 제품 제외)소프트웨어 품질 보증 분석가·테스터데이터베이스 아키텍트물류 전문가
10 occupation categories · 100% classified
50%share
#02
posthog
80 skills · 2026-05-22
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자데이터 과학자데이터베이스 아키텍트시장조사 분석가·마케팅 전문가
12 occupation categories · 100% classified
40%share
#03
wizard
4 skills · 2026-05-11
소프트웨어 개발자웹 개발자
2 occupation categories · 100% classified
2.0%share
#04
duckgres
3 skills · 2026-03-23
네트워크·컴퓨터 시스템 관리자데이터베이스 관리자소프트웨어 품질 보증 분석가·테스터
3 occupation categories · 100% classified
1.5%share
#05
duckhog
3 skills · 2026-02-24
소프트웨어 품질 보증 분석가·테스터정보 보안 분석가프로젝트 관리 전문가
3 occupation categories · 100% classified
1.5%share
#06
posthog-definitions
3 skills · 2026-05-14
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
2 occupation categories · 100% classified
1.5%share
#07
posthog.com
2 skills · 2026-04-14
기술 작가웹 개발자
2 occupation categories · 100% classified
1.0%share
#08
ai-plugin
1 skills · 2026-03-23
소프트웨어 품질 보증 분석가·테스터
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
소프트웨어 품질 보증 분석가·테스터

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
데이터베이스 아키텍트

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
데이터베이스 아키텍트

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
정보 보안 분석가

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
데이터 과학자

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
데이터 과학자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
시장조사 분석가·마케팅 전문가

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
소프트웨어 개발자

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
웹 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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개 중 11개 표시
모든 저장소를 표시했습니다