Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

posthog-onboarding后入职

Agent Skill

posthog-onboarding 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

979

周安装

40

GitHub Stars

31

下载量

317
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:posthog-onboarding(后入职)
来源仓库:https://github.com/posthog/skills
仓库路径:skills/posthog-onboarding
安装命令:
npx skills add https://github.com/posthog/skills --skill posthog-onboarding
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/posthog/skills --skill posthog-onboarding

简介

用于查找和筛选相关信息,支持入职引导类任务。

  • 适合根据关键词或场景快速定位候选结果。posthog-onboarding 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装方式基于 GitHub,使用前需确认权限与维护状态。
  • 不建议直接执行高风险操作,应结合人工判断使用。
  • 注意避免触发不必要的联网或文件读写行为。

SKILL.md

PostHog CS Improvement Skill

Help existing PostHog customers get more value from their instance. This skill is for Customer Success, not sales — the customer already has PostHog installed, something isn't working well, and your job is to diagnose the gaps and give them a clear path forward.

Core assumption: Their current implementation is probably underinstrumented, inconsistently named, or not being used by the right people. Start from that baseline.

Workflow

  1. Research – Understand what the company builds
  2. Current State – Ask the customer to describe their setup and pain points
  3. Customer Profile – Synthesize into a structured profile
  4. Ideal Schema – Design best-in-class events and properties for their business type
  5. Insights Plan – Prescribe insights by problem + maturity (see references/insights-plan.md)
  6. Improvement Plan – Prioritized, actionable recommendations
  7. Output – Customer-facing improvement plan

Writing Style: Follow references/writing-style.md for all outputs. Conversational and direct — not corporate, not salesy.

Step 1: Research

When triggered with a company name or domain, research:

  • What they build (product/service)
  • Their customers (B2B/B2C, market)
  • Business model (pricing, signup flow)
  • Tech signals (job postings, docs, stack)

Determine business type: B2B SaaS, B2C SaaS, E-commerce, Marketplace, Developer Tools, Fintech, Healthcare, Content/Media

See references/business-types.md for events and metrics by type.

Step 2: Current State

The goal here is to understand what's broken, missing, or ignored — not to validate what's working. Ask questions that surface problems.

Ask 2–3 questions max per message. Skip anything already known from research or context.

Must-Have

ContextWhyQuestion
Primary pain pointDrives everything"What's the #1 thing PostHog isn't giving you right now?"
Key user journeysCore of any tracking plan"What are the 2–3 most important flows in your product?"
Current eventsIdentifies gaps"What events are you tracking today? What do you wish you were tracking?"
Who uses PostHogShapes recommendations"Which teams actually open PostHog — and which ones should but don't?"
Products in useFinds expansion areas"Which PostHog products are you actively using vs. ignoring?"

Should-Have

  • How long they've had PostHog
  • Whether engineers are engaged or if CS/PM are blocked waiting for instrumentation
  • Any previous attempts to fix the problem that didn't stick
  • Compliance constraints

Step 3: Customer Profile

## Customer Profile: [Company]

### Overview
- **Business Type:** [type]
- **What They Build:** [1–2 sentences]
- **Their Customers:** [B2B/B2C, who]
- **Revenue Model:** [subscription/usage/etc]
- **Stage:** [Seed/A/B, employee count]

### PostHog Setup
- **Time Using PostHog:** [months/years]
- **Products Active:** [Analytics, Replay, Flags, Experiments, Surveys, etc]
- **Analytics Maturity:** [Beginner/Intermediate/Advanced]
- **Who Uses PostHog:** [roles]
- **Who Doesn't (But Should):** [roles being left out]

### Current State
- **What They Think Is Working:** [their perception]
- **Primary Pain Point:** [the #1 problem, in their words]
- **Likely Gaps:** [based on what they told you — missing events, underused products, no dashboards, wrong people]

### Technical Context
- **Stack:** [web/mobile/backend, frameworks]
- **User Volume:** [DAU/MAU or events/month if known]
- **Compliance:** [requirements if any]

### Their Product
- **Key Journeys:** [1] [2] [3]
- **Activation Metric:** [what success looks like for their users]

Step 4: Ideal Schema

Don't try to audit what they have — you don't have visibility into their data. Instead, design the best-in-class schema for their business type and key journeys, then use it as a benchmark. The customer can map their current tracking against it.

See references/data-schema.md for full property lists, group schemas, and AARRR event templates. See references/business-types.md for events and metrics specific to their business type.

What to design

Person properties — what you'd want to know about every user (role, plan, signup source, activation status, etc.)

Group properties — for B2B: org name, plan, seat count, MRR, health score

Core events — cover the full AARRR journey for their product type:

  • Acquisition: how users arrive and sign up
  • Activation: the moment they first get value
  • Retention: the actions that predict they'll come back
  • Referral: sharing, inviting, expanding
  • Revenue: upgrade, purchase, renewal

Key properties on each event — include context that makes the event useful: source, method, plan, is_first_time, duration_seconds, etc.

Naming conventions

  • snake_case for everything
  • is_ prefix for booleans
  • _count suffix for numbers
  • _at suffix for timestamps
  • Be specific: subscription_upgraded not upgrade

Present this as: *"Here's what great looks like for a company like yours — let's figure out how close you are."*

Step 5: Insights Plan

Prescribe insights based on their pain point and maturity. See references/insights-plan.md for full detail.

Maturity Levels

Beginner: No analytics or just GA, no custom events, no dashboards Intermediate: Some events, knows funnels/cohorts, has used Mixpanel or Amplitude Advanced: Mature tracking, warehouse integration, running experiments

By Problem

ProblemBeginnerIntermediateAdvanced
ChurnRetention chart, replays of churned usersBehavioral cohorts, correlation analysisLTV analysis, churn prediction experiments
Trial conversionSignup funnel, replaysBreakdown by source/planExit surveys, A/B test CTAs
OnboardingStep funnel, replaysPaths, device breakdownA/B test flows, in-product surveys
Feature adoptionUsage trends, stickinessFeature retention, power usersCorrelation with retention
PMF12-week retention, WAU/MAUPower user cohortsSean Ellis survey

Always suggest 2–3 capabilities they're probably not using:

  • Session Replay with filters (most underused)
  • Correlation analysis
  • Feature flags for safe rollouts
  • In-product surveys
  • User paths
  • Group analytics for B2B accounts

Step 6: Improvement Plan

Prioritize by what unblocks the most value fastest. Frame as three phases:

Fix first (Days 1–7): Broken or missing events that are blocking any meaningful analysis. Naming fixes. Enabling products they already have access to.

Strengthen (Week 2–3): Add tracking for key journeys identified in Step 2. Build 2–3 core dashboards tied directly to their pain point. Get the right people in PostHog.

Expand (Week 3+): Add PostHog products they're not using (Flags, Experiments, Surveys). Deepen with group analytics or warehouse if relevant.

SDK reference (for instrumentation fixes)

StackSDKNotes
React/Next.jsposthog-js + ProviderUse PostHogProvider
Vue/Nuxtposthog-jsManual init
React Nativeposthog-react-nativeHandles persistence
Flutterposthog-flutterDart
iOSposthog-iosSwift/ObjC
Androidposthog-androidKotlin/Java
Node.jsposthog-nodeServer-side
Pythonposthog-pythonDjango/Flask/FastAPI

Watch-outs

  • No engineering bandwidth to implement fixes — flag this early, don't build a plan that requires it
  • Pain point is vague — keep asking until it's specific and measurable
  • Tracking exists but no one looks at it — this is an insights gap, not a data gap; solve differently
  • The champion isn't actually using PostHog — whoever you're talking to needs to be a real user

Step 7: Output — Customer Improvement Plan

One document, shared with the customer. Conversational and direct — written like a PostHog doc, not a sales deck.

# PostHog improvement plan – [Company]

## What we're trying to fix
[One or two sentences. Name the problem specifically — not "improve analytics" but "understand why users churn in week 2" or "know which features drive retention."]

## Where you are now
[Honest, kind assessment. What's working, what isn't, and what's missing. Don't sugarcoat but don't be harsh. 3–5 sentences.]

## The ideal setup for a company like yours
[Brief description of what best-in-class looks like for their business type — reference the ideal schema from Step 4. Frame as "here's where you want to get to."]

## What we recommend

### Fix first
[2–3 specific, immediately actionable fixes. Name the event or property. Explain what it unlocks in one sentence.]

### Events to add
[Key missing events from the ideal schema. For each: event name, why it matters, one key property to include.]

### Insights to build
[3–5 specific insights tied to their pain point. Name the insight type, what question it answers.]

### Products to start using
[Any PostHog products they have access to but aren't using. One sentence on why each is relevant to their problem.]

## Your action plan

### Week 1
**Your team:**
- [ ] [Specific action + who owns it]

**We'll handle:**
- [ ] [What PostHog CS will do]

**End of week 1 goal:** [What "done" looks like]

### Week 2–3
[Next phase actions, same format]

## How we'll know it's working
| What | Target | How to check |
|------|--------|--------------|
| [Metric] | [Specific number or outcome] | [Where to look in PostHog] |

Reference Files

  • references/data-schema.md – Person/group/event properties with stakeholder value
  • references/insights-plan.md – Insights by problem and maturity
  • references/business-types.md – Events and metrics by business type
  • references/writing-style.md – PostHog writing guidelines

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.69%
按下载量换算110

Claude

29.18%
按下载量换算93

Cursor

19.32%
按下载量换算61

Gemini CLI

10.22%
按下载量换算32

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills