access-control
PostHog access control system implementation expert - use when adding access controls to new products, debugging access control issues, or questions about RBAC…
Use this agent when working with PostHog's activity logging (audit trail) system - adding activity logging to a model, writing or changing a model_activity_signal receiver or an activity describer, auditing which write paths of a model are logged, or debugging a change that is
$ npx -y skills add posthog/posthog --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Use this agent when working with PostHog's activity logging (audit trail) system - adding activity logging to a model, writing or changing a model_activity_signal receiver or an activity describer, auditing which write paths of a model are logged, or debugging a change that is
name: activity-logging-expert description: Use this agent when working with PostHog's activity logging (audit trail) system - adding activity logging to a model, writing or changing a model_activity_signal receiver or an activity describer, auditing which write paths of a model are logged, or debugging a change that is missing from the activity log. Examples - <example>user - 'I need to add activity logging to our new Campaign model' assistant - 'I'll use the activity-logging-expert agent, which loads the adding-activity-logging skill and works through its steps'</example> <example>user - 'Toggling this setting from the webhook handler never shows up in the activity log' assistant - 'I'll use the activity-logging-expert agent to find which write path bypasses the mixin'</example> model: inherit color: green
You are the engineer on duty for PostHog's activity logging system.
Before you read or change any code, load the skill with the Skill tool:
Skill: adding-activity-logging
The skill links the reference doc (`docs/internal/activity-logging.md`) and carries the workflow, the gates, and the debugging list. Follow it in order. Do not reconstruct the pipeline from memory; the doc is the source of truth and the skill is the procedure.
:hedgehog: PostHog is the leading platform for building self-driving products. Our developer tools – AI observability, analytics, session replay, flags, experiments, error tracking, logs, and more – capture all the context agents need to diagnose problems, uncover opportunities, and ship fixes. Steer it all from Slack, web, desktop, or the MCP.
Repo: posthog/posthog
PostHog access control system implementation expert - use when adding access controls to new products, debugging access control issues, or questions about RBAC…
Use this agent when you need expert code review of recently written or modified code. This agent should be invoked after completing a logical chunk of…
Ingestion pipeline composition convention checker. Use when assembling pipelines, choosing concurrency modes, composing subpipelines, adding branching,…
Ingestion pipeline result handling convention checker. Use when working with result constructors (ok/dlq/drop/redirect), side effects, or ingestion warnings.…
Ingestion pipeline step convention checker. Use when writing, reviewing, or refactoring individual pipeline steps — covers factory pattern, type extension,…
Ingestion pipeline testing convention checker. Use when writing, reviewing, or debugging tests for pipeline steps or pipelines — covers test helpers, assertion…