[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-PostHog-posthog-gcs-de":3,"guides-for-PostHog-posthog-gcs":1657,"similar-k176g0d3j8hcjdqcw3c87cs3sh86ma6q-de":1658},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":14,"identity":252,"isFallback":234,"parentExtension":258,"providers":259,"relations":264,"repo":266,"tags":1654,"workflow":1655},1778695660274.489,"k176g0d3j8hcjdqcw3c87cs3sh86ma6q",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13},"Sends events to GCS on ingestion.",{"claudeCode":12},"GCS Export","https://github.com/PostHog/posthog",{"_creationTime":15,"_id":16,"extensionId":5,"locale":17,"result":18,"trustSignals":232,"workflow":250},1778695796109.2478,"kn7eyc1d12f56zr0at877aztdd86nmn1","en",{"checks":19,"evaluatedAt":204,"extensionSummary":205,"features":206,"nonGoals":211,"promptVersionExtension":215,"promptVersionScoring":216,"purpose":217,"rationale":218,"score":219,"summary":220,"tags":221,"targetMarket":226,"tier":227,"useCases":228},[20,25,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,172,175,178,181,183,186,190,193,196,200],{"category":21,"check":22,"severity":23,"summary":24},"Practical Utility","Problem relevance","pass","The description 'Sends events to GCS on ingestion' clearly states the problem the extension addresses, which is data export to Google Cloud Storage.",{"category":21,"check":26,"severity":27,"summary":28},"Unique selling proposition","info","The plugin acts as an integration layer for PostHog to export data to GCS. While useful, it's primarily a data pipeline connector rather than a unique behavior-altering capability for the LLM.",{"category":21,"check":30,"severity":23,"summary":31},"Production readiness","The plugin appears to be a complete integration for its stated purpose of sending events to GCS, with configuration options for credentials, bucket name, and event filtering.",{"category":33,"check":34,"severity":23,"summary":35},"Scope","Single responsibility principle","The plugin has a single, focused responsibility: exporting events to Google Cloud Storage.",{"category":33,"check":37,"severity":23,"summary":38},"Description quality","The displayed description 'Sends events to GCS on ingestion.' accurately and concisely reflects the plugin's functionality.",{"category":40,"check":41,"severity":23,"summary":42},"Invocation","Scoped tools","The plugin exposes specific tools for event ingestion and export configuration, rather than a single generalist tool.",{"category":44,"check":45,"severity":23,"summary":46},"Documentation","Configuration & parameter reference","The `plugin.json` clearly documents all configuration parameters, including type, requirement, and hints, with sensitive fields marked appropriately.",{"category":33,"check":48,"severity":23,"summary":49},"Tool naming","The plugin's configuration keys ('googleCloudKeyJson', 'bucketName', 'exportEventsToIgnore') are descriptive and specific.",{"category":33,"check":51,"severity":23,"summary":52},"Minimal I/O surface","The plugin's configuration parameters are well-defined and request only necessary information for its operation.",{"category":54,"check":55,"severity":23,"summary":56},"License","License usability","The extension is licensed under the MIT Expat license, which is permissive and OSI-approved.",{"category":58,"check":59,"severity":23,"summary":60},"Maintenance","Commit recency","The repository shows recent commits (as of 2026-05-13), indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The plugin does not appear to rely on third-party dependencies that would require specific management.",{"category":66,"check":67,"severity":23,"summary":68},"Security","Secret Management","The 'googleCloudKeyJson' is marked as 'secret: true', indicating proper handling of sensitive credentials.",{"category":66,"check":70,"severity":23,"summary":71},"Injection","The plugin's function is to export data, and there's no indication of it loading or executing untrusted third-party data as instructions.",{"category":66,"check":73,"severity":23,"summary":74},"Transitive Supply-Chain Grenades","The plugin does not appear to fetch external files at runtime or execute remote code.",{"category":66,"check":76,"severity":23,"summary":77},"Sandbox Isolation","The plugin's function is data export and configuration; there's no indication it would attempt to modify files outside its designated scope.",{"category":66,"check":79,"severity":23,"summary":80},"Sandbox escape primitives","No evidence of detached-process spawns or deny-retry loops in the plugin's logic.",{"category":66,"check":82,"severity":23,"summary":83},"Data Exfiltration","The plugin's purpose is data exfiltration (to GCS), but it is documented, gated by user configuration (credentials), and not malicious.",{"category":66,"check":85,"severity":23,"summary":86},"Hidden Text Tricks","Bundled content is clean and free of hidden-steering tricks. Descriptions are standard ASCII.",{"category":88,"check":89,"severity":23,"summary":90},"Hooks","Opaque code execution","The plugin's code appears to be plain TypeScript and not obfuscated.",{"category":92,"check":93,"severity":23,"summary":94},"Portability","Structural Assumption","The plugin's configuration is self-contained and does not make assumptions about the user's project file layout.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","warning","There are 544 open issues and 163 closed issues in the last 90 days. The closure rate is low (approx. 23%), indicating slow maintainer response to opened issues.",{"category":101,"check":102,"severity":23,"summary":103},"Versioning","Release Management","The plugin uses tagged releases (implied by the GitHub URL and the presence of a changelog for the main PostHog repo), and the `plugin.json` specifies a `posthogVersion`.",{"category":105,"check":106,"severity":63,"summary":107},"Code Execution","Validation","This plugin primarily handles configuration and data export, and its core logic for validation would reside within the PostHog platform rather than explicit schema validation libraries in the plugin itself.",{"category":66,"check":109,"severity":23,"summary":110},"Unguarded Destructive Operations","The operation of sending data to GCS is not inherently destructive in the context of the user's original data, and it's controlled by user configuration.",{"category":105,"check":112,"severity":23,"summary":113},"Error Handling","The `plugin.json` defines configuration parameters that will be validated by the PostHog platform, and the plugin's logic for handling errors during export would be part of the PostHog framework.",{"category":105,"check":115,"severity":23,"summary":116},"Logging","The platform (PostHog) is responsible for logging plugin operations and errors. The plugin itself doesn't need to implement separate audit logging.",{"category":118,"check":119,"severity":27,"summary":120},"Compliance","GDPR","While the plugin exports data, it does not directly operate on personal data beyond what the user inputs into PostHog. The responsibility for sanitizing personal data before ingestion into PostHog lies with the user.",{"category":118,"check":122,"severity":23,"summary":123},"Target market","The plugin is a general data export tool with no specific regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":125,"severity":23,"summary":126},"Runtime stability","The plugin is written in TypeScript and integrated into the PostHog platform, implying it's designed to be cross-platform within the PostHog environment.",{"category":44,"check":128,"severity":63,"summary":129},"README","A separate `plugin.json` provides comprehensive configuration details, rendering a README description for this specific plugin component redundant.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a plugin with configuration parameters, not a set of distinct tools or commands.",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","The plugin has configuration parameters rather than multiple tools with overlapping functions.",{"category":44,"check":137,"severity":23,"summary":138},"Phantom features","All declared configuration parameters in `plugin.json` correspond to actual settings for the GCS export functionality.",{"category":140,"check":141,"severity":23,"summary":142},"Install","Installation instruction","The `plugin.json` clearly defines installation requirements and parameters within the PostHog platform context.",{"category":144,"check":145,"severity":23,"summary":146},"Errors","Actionable error messages","Error handling and messaging are managed by the PostHog platform, which provides structured error reporting.",{"category":148,"check":149,"severity":63,"summary":150},"Execution","Pinned dependencies","The plugin itself does not appear to have direct third-party dependencies requiring pinning. The PostHog platform manages its dependencies.",{"category":33,"check":152,"severity":63,"summary":153},"Dry-run preview","The plugin's function is data export, not state-changing operations that would benefit from a dry-run preview.",{"category":155,"check":156,"severity":23,"summary":157},"Protocol","Idempotent retry & timeouts","Error handling and retries for data export are managed by the PostHog platform, which typically handles these concerns.",{"category":118,"check":159,"severity":23,"summary":160},"Telemetry opt-in","No telemetry is emitted by this plugin; it focuses solely on data export.",{"category":40,"check":162,"severity":63,"summary":163},"Name collisions","This is a single plugin component; there are no other bundled extensions to cause name collisions.",{"category":40,"check":165,"severity":63,"summary":166},"Hooks-off mechanism","This plugin does not appear to utilize hooks that would require a specific 'hooks-off' mechanism.",{"category":40,"check":168,"severity":63,"summary":169},"Hook matcher tightness","The plugin does not define any hooks.",{"category":66,"check":171,"severity":63,"summary":169},"Hook security",{"category":88,"check":173,"severity":63,"summary":174},"Silent prompt rewriting","The plugin does not have any prompt manipulation hooks.",{"category":66,"check":176,"severity":63,"summary":177},"Permission Hook","The plugin does not define any permission hooks.",{"category":118,"check":179,"severity":63,"summary":180},"Hook privacy","The plugin does not define any hooks related to logging or telemetry.",{"category":105,"check":182,"severity":63,"summary":169},"Hook dependency",{"category":44,"check":184,"severity":23,"summary":185},"Feature Transparency","The functionality is clearly described in `plugin.json` and its configuration parameters are well-documented.",{"category":187,"check":188,"severity":63,"summary":189},"Convention","Layout convention adherence","The provided context does not include enough information about the plugin's file structure to evaluate layout convention adherence beyond `plugin.json`.",{"category":187,"check":191,"severity":63,"summary":192},"Plugin state","There is no indication that this plugin maintains persistent state that would need to live under `${CLAUDE_PLUGIN_DATA}`.",{"category":66,"check":194,"severity":23,"summary":195},"Keychain-stored secrets","The 'googleCloudKeyJson' is marked as 'secret: true' in `userConfig`, indicating it should be handled by the OS keychain.",{"category":197,"check":198,"severity":23,"summary":199},"Dependencies","Tagged release sourcing","The plugin source points to a GitHub repository with a specific directory indicating it's part of the PostHog ecosystem, implying tagged releases.",{"category":201,"check":202,"severity":23,"summary":203},"Installation","Clean uninstall","The plugin's function as a data exporter does not involve spawning background daemons or persistent processes, allowing for a clean uninstall.",1778695795494,"This plugin enables the export of events from PostHog to Google Cloud Storage (GCS). It requires Google Cloud credentials and a bucket name, and allows configuration of ignored events.",[207,208,209,210],"Event export to GCS","Secure credential handling","Configurable bucket name","Event filtering for export",[212,213,214],"Real-time streaming of events directly to GCS.","Transforming event data before export.","Managing GCS bucket lifecycle policies.","3.0.0","4.4.0","To seamlessly send ingested events from PostHog to Google Cloud Storage for further analysis or archival.","The plugin is functional and well-configured, but the high number of open issues with a low closure rate indicates potential maintenance concerns.",75,"A well-configured plugin for exporting events to Google Cloud Storage, with good documentation.",[222,223,224,225],"data-export","gcs","integration","cloud-storage","global","community",[229,230,231],"Archiving PostHog event data in GCS.","Centralizing event data from PostHog into a GCS-based data lake.","Providing data for downstream processing pipelines in GCS.",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"popularity":245,"security":246,"testCoverage":249},{"hasLockfile":234},true,1778695779433,{"descriptionLength":237,"readmeSize":238},33,10694,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"openIssues90d":242,"pushedAt":243,"stars":244},163,2714,544,1778695622000,34459,{"npmDownloads":8},{"hasNpmPackage":234,"license":247,"smitheryVerified":248},"NOASSERTION",false,{"hasCi":248,"hasTests":234},{"updatedAt":251},1778695796109,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":17,"slug":256,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/posthog-gcs","PostHog","posthog","posthog-gcs","plugin",null,{"evaluate":260,"extract":262},{"promptVersionExtension":215,"promptVersionScoring":216,"score":219,"tags":261,"targetMarket":226,"tier":227},[222,223,224,225],{"commitSha":263},"HEAD",{"repoId":265},"kd7f22zf7qb3eschtk9s2qdv4586mfts",{"_creationTime":267,"_id":265,"identity":268,"providers":269,"workflow":1649},1778695623992.2551,{"githubOwner":254,"githubRepo":255,"sourceUrl":13},{"classify":270,"discover":1625,"extract":1628,"github":1630,"npm":1648},{"commitSha":263,"extensions":271},[272,283,291,299,307,315,323,331,336,344,352,360,368,376,384,392,399,407,415,423,431,439,446,454,462,470,477,484,492,500,508,516,523,531,539,547,554,562,570,577,585,601,613,621,629,637,645,653,661,669,677,693,701,711,725,743,753,762,770,782,790,798,806,814,822,830,838,846,854,862,872,880,888,896,908,918,926,934,942,950,958,966,977,997,1005,1031,1039,1047,1055,1069,1087,1095,1203,1215,1245,1255,1265,1279,1287,1295,1303,1311,1319,1327,1335,1343,1351,1359,1367,1375,1386,1398,1410,1419,1428,1437,1446,1456,1464,1473,1483,1492,1504,1513,1522,1531,1540,1550,1560,1571,1581,1591,1601,1616],{"basePath":273,"description":274,"displayName":275,"installMethods":276,"rationale":277,"selectedPaths":278,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/customerio","Send event data and emails into Customer.io.","Customer.io",{"claudeCode":275},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/customerio/plugin.json",[279],{"path":280,"priority":281},"plugin.json","mandatory","rule",{"basePath":284,"description":285,"displayName":286,"installMethods":287,"rationale":288,"selectedPaths":289,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/hubspot","Send contact data to Hubspot on PostHog identify events.","Hubspot",{"claudeCode":286},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/hubspot/plugin.json",[290],{"path":280,"priority":281},{"basePath":292,"description":293,"displayName":294,"installMethods":295,"rationale":296,"selectedPaths":297,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/intercom","Send event data to Intercom on PostHog events.","Intercom",{"claudeCode":294},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/intercom/plugin.json",[298],{"path":280,"priority":281},{"basePath":300,"description":301,"displayName":302,"installMethods":303,"rationale":304,"selectedPaths":305,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/pace-posthog-integration","Pace is a tool that equips sellers with relevant insights at the right time so they can spend time growing revenue. It allows them to convert, retain, and grow customers by prioritizing time and effort on the users who need it most.","Pace Integration",{"claudeCode":302},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/pace-posthog-integration/plugin.json",[306],{"path":280,"priority":281},{"basePath":308,"description":309,"displayName":310,"installMethods":311,"rationale":312,"selectedPaths":313,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/posthog-avo","Export PostHog events to Avo inspector.","Avo Inspector Plugin",{"claudeCode":310},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/posthog-avo/plugin.json",[314],{"path":280,"priority":281},{"basePath":316,"description":317,"displayName":318,"installMethods":319,"rationale":320,"selectedPaths":321,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/posthog-braze-app","Import analytics from Braze and export PostHog events to Braze.","Braze",{"claudeCode":318},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/posthog-braze-app/plugin.json",[322],{"path":280,"priority":281},{"basePath":324,"description":325,"displayName":326,"installMethods":327,"rationale":328,"selectedPaths":329,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/posthog-engage-so","Send user and event data to Engage for personalized  engagement.","Engage",{"claudeCode":326},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/posthog-engage-so/plugin.json",[330],{"path":280,"priority":281},{"basePath":253,"description":10,"displayName":12,"installMethods":332,"rationale":333,"selectedPaths":334,"source":282,"sourceLanguage":17,"type":257},{"claudeCode":12},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/posthog-gcs/plugin.json",[335],{"path":280,"priority":281},{"basePath":337,"description":338,"displayName":339,"installMethods":340,"rationale":341,"selectedPaths":342,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/posthog-laudspeaker-app","Send event data to Laudspeaker","Laudspeaker",{"claudeCode":339},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/posthog-laudspeaker-app/plugin.json",[343],{"path":280,"priority":281},{"basePath":345,"description":346,"displayName":347,"installMethods":348,"rationale":349,"selectedPaths":350,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/posthog-patterns-app","Send events data to Patterns App","Patterns App",{"claudeCode":347},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/posthog-patterns-app/plugin.json",[351],{"path":280,"priority":281},{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":357,"selectedPaths":358,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/posthog-plugin-replicator","Replicate PostHog event stream in another PostHog instance","Replicator",{"claudeCode":355},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/posthog-plugin-replicator/plugin.json",[359],{"path":280,"priority":281},{"basePath":361,"description":362,"displayName":363,"installMethods":364,"rationale":365,"selectedPaths":366,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/pubsub","Sends events to a Pub/Sub topic on ingestion.","Pub/Sub Export",{"claudeCode":363},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/pubsub/plugin.json",[367],{"path":280,"priority":281},{"basePath":369,"description":370,"displayName":371,"installMethods":372,"rationale":373,"selectedPaths":374,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/rudderstack-posthog","Send event data to RudderStack","RudderStack",{"claudeCode":371},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/rudderstack-posthog/plugin.json",[375],{"path":280,"priority":281},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/salesforce","Relay PostHog events to Salesforce","Salesforce Export Plugin",{"claudeCode":379},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/salesforce/plugin.json",[383],{"path":280,"priority":281},{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_destinations/sendgrid","Send emails and user data to Sendgrid when you identify users using PostHog.","Sendgrid",{"claudeCode":387},"plugin manifest at nodejs/src/cdp/legacy-plugins/_destinations/sendgrid/plugin.json",[391],{"path":280,"priority":281},{"basePath":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/Plugin-Stonly-Clean-Campaign-Name","Clean Campaign Name",{"claudeCode":394},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/Plugin-Stonly-Clean-Campaign-Name/plugin.json",[398],{"path":280,"priority":281},{"basePath":400,"description":401,"displayName":402,"installMethods":403,"rationale":404,"selectedPaths":405,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/currency-normalization-plugin","Deprecated","Currency Normalization",{"claudeCode":402},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/currency-normalization-plugin/plugin.json",[406],{"path":280,"priority":281},{"basePath":408,"description":409,"displayName":410,"installMethods":411,"rationale":412,"selectedPaths":413,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/downsampling-plugin","Reduces event volume coming into PostHog","Downsampling Plugin",{"claudeCode":410},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/downsampling-plugin/plugin.json",[414],{"path":280,"priority":281},{"basePath":416,"description":417,"displayName":418,"installMethods":419,"rationale":420,"selectedPaths":421,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/drop-events-on-property-plugin","This plugin will drop any events that have a specific key. If you supply a value, it will drop any event with the combination of they key and the value. You will not be billed for any events that this plugin drops.","Drop Events Based On Property",{"claudeCode":418},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/drop-events-on-property-plugin/plugin.json",[422],{"path":280,"priority":281},{"basePath":424,"description":425,"displayName":426,"installMethods":427,"rationale":428,"selectedPaths":429,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/first-time-event-tracker","Deprecated.","First Time Event Tracker",{"claudeCode":426},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/first-time-event-tracker/plugin.json",[430],{"path":280,"priority":281},{"basePath":432,"description":433,"displayName":434,"installMethods":435,"rationale":436,"selectedPaths":437,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/flatten-properties-plugin","Flatten event properties to easily access them in filters.","Property Flattener Plugin",{"claudeCode":434},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/flatten-properties-plugin/plugin.json",[438],{"path":280,"priority":281},{"basePath":440,"displayName":441,"installMethods":442,"rationale":443,"selectedPaths":444,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/language-url-splitter-app","Language URL stripper",{"claudeCode":441},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/language-url-splitter-app/plugin.json",[445],{"path":280,"priority":281},{"basePath":447,"description":448,"displayName":449,"installMethods":450,"rationale":451,"selectedPaths":452,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/ph-shotgun-processevent-app","A custom app to rename specific event names during the migration of Shotgun events from US to EU","ph-shotgun-processevent-app",{"claudeCode":449},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/ph-shotgun-processevent-app/plugin.json",[453],{"path":280,"priority":281},{"basePath":455,"description":456,"displayName":457,"installMethods":458,"rationale":459,"selectedPaths":460,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/plugin-advanced-geoip","Advanced GeoIP filtering app for PostHog","Advanced GeoIP",{"claudeCode":457},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/plugin-advanced-geoip/plugin.json",[461],{"path":280,"priority":281},{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/plugin-netdata-event-processing","A Posthog plugin to do some data processing on our Posthog events as they arrive.","PostHog Netdata Event Processing",{"claudeCode":465},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/plugin-netdata-event-processing/plugin.json",[469],{"path":280,"priority":281},{"basePath":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/plugin-stonly-UTM-Extractor","UTM Extractor",{"claudeCode":472},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/plugin-stonly-UTM-Extractor/plugin.json",[476],{"path":280,"priority":281},{"basePath":478,"description":479,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-anonymization","Anonymization and normalisation",{"claudeCode":479},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-anonymization/plugin.json",[483],{"path":280,"priority":281},{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-app-unduplicator","Prevent duplicates in your data when ingesting.","Unduplicates",{"claudeCode":487},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-app-unduplicator/plugin.json",[491],{"path":280,"priority":281},{"basePath":493,"description":494,"displayName":495,"installMethods":496,"rationale":497,"selectedPaths":498,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-app-url-parameters-to-event-properties","Converts URL query parameters to event properties","URL parameters to event properties",{"claudeCode":495},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-app-url-parameters-to-event-properties/plugin.json",[499],{"path":280,"priority":281},{"basePath":501,"description":502,"displayName":503,"installMethods":504,"rationale":505,"selectedPaths":506,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-filter-out-plugin","Filter out events where property values satisfy the given condition","Filter Out Plugin",{"claudeCode":503},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-filter-out-plugin/plugin.json",[507],{"path":280,"priority":281},{"basePath":509,"description":510,"displayName":511,"installMethods":512,"rationale":513,"selectedPaths":514,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-plugin-geoip","Enrich PostHog events and persons with IP location data","GeoIP",{"claudeCode":511},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-plugin-geoip/plugin.json",[515],{"path":280,"priority":281},{"basePath":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-plugin-snowplow-referer-parser","UTM Referrer",{"claudeCode":518},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-plugin-snowplow-referer-parser/plugin.json",[522],{"path":280,"priority":281},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-route-censor-plugin","Removes segments of URLs based on route patterns.","Route Censor",{"claudeCode":526},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-route-censor-plugin/plugin.json",[530],{"path":280,"priority":281},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/posthog-url-normalizer-plugin","A PostHog plugin to normalize the format of urls in your application allowing you to more easily compare them in insights.","URL Normalizer",{"claudeCode":534},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/posthog-url-normalizer-plugin/plugin.json",[538],{"path":280,"priority":281},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/property-filter-plugin","This plugin will set all configured properties to null inside an ingested event.","Property Filter",{"claudeCode":542},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/property-filter-plugin/plugin.json",[546],{"path":280,"priority":281},{"basePath":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/semver-flattener-plugin","posthog-semver-flattener",{"claudeCode":549},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/semver-flattener-plugin/plugin.json",[553],{"path":280,"priority":281},{"basePath":555,"description":556,"displayName":557,"installMethods":558,"rationale":559,"selectedPaths":560,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/taxonomy-plugin","Standardize your event names into a single pattern.","Taxonomy Plugin",{"claudeCode":557},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/taxonomy-plugin/plugin.json",[561],{"path":280,"priority":281},{"basePath":563,"description":564,"displayName":565,"installMethods":566,"rationale":567,"selectedPaths":568,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/timestamp-parser-plugin","Parse your event timestamps into useful date properties.","Timestamp Parser",{"claudeCode":565},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/timestamp-parser-plugin/plugin.json",[569],{"path":280,"priority":281},{"basePath":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/url-parser","URL Params Parser (Beta)",{"claudeCode":572},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/url-parser/plugin.json",[576],{"path":280,"priority":281},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":282,"sourceLanguage":17,"type":257},"nodejs/src/cdp/legacy-plugins/_transformations/user-agent-plugin","Enhances events with user agent details","User Agent Populator",{"claudeCode":580},"plugin manifest at nodejs/src/cdp/legacy-plugins/_transformations/user-agent-plugin/plugin.json",[584],{"path":280,"priority":281},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":591,"selectedPaths":592,"source":282,"sourceLanguage":17,"type":600},".agents/skills/adding-personhog-rpc","Guide for adding a new RPC to personhog-replica and personhog-router. Covers eligibility checks, proto definition, code generation for Python and Node.js clients, Rust implementation (storage trait, postgres queries, service handler, router wiring), and index compatibility validation. Use when adding a new gRPC endpoint to personhog, migrating a Django ORM query to personhog, or extending the personhog service API.\n","adding-personhog-rpc",{"claudeCode":590},"PostHog/posthog","SKILL.md frontmatter at .agents/skills/adding-personhog-rpc/SKILL.md",[593,595,598],{"path":594,"priority":281},"SKILL.md",{"path":596,"priority":597},"references/database-indexes.md","medium",{"path":599,"priority":597},"references/proto-conventions.md","skill",{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":282,"sourceLanguage":17,"type":600},".agents/skills/adopting-generated-api-types","Use when migrating frontend code from manual API client calls (`api.get`, `api.create`, `api.surveys.get`, `api.dashboards.list`, `new ApiRequest()`) and handwritten TypeScript interfaces to generated API functions and types. Triggers on files importing from `lib/api`, files with `api.get\u003C`, `api.create\u003C`, `api.\u003Centity>.\u003Cmethod>`, manual interface definitions that duplicate backend serializers, or any frontend file that constructs API URLs by hand. Covers the full replacement workflow — finding the generated equivalent, swapping imports, adapting call sites, and removing dead manual types.","adopting-generated-api-types",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/adopting-generated-api-types/SKILL.md",[608,609,611],{"path":594,"priority":281},{"path":610,"priority":597},"references/migration-patterns.md",{"path":612,"priority":597},"references/type-compatibility.md",{"basePath":614,"description":615,"displayName":616,"installMethods":617,"rationale":618,"selectedPaths":619,"source":282,"sourceLanguage":17,"type":600},".agents/skills/clickhouse-migrations","ClickHouse migration patterns and rules. Use when creating or modifying ClickHouse migrations.","clickhouse-migrations",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/clickhouse-migrations/SKILL.md",[620],{"path":594,"priority":281},{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":282,"sourceLanguage":17,"type":600},".agents/skills/debugging-ci-failures","Debugs failing GitHub Actions CI runs for PostHog PRs, commits, and branches. Use when the user asks why CI is red, mentions a failing check, GitHub Actions run, Depot runner, workflow, job, shard, flaky test, lint failure, typecheck failure, snapshot diff, migration check, generated types drift, or skills build failure. Guides read-only inspection, failure classification, smallest local reproduction with hogli, and safe reporting without rerunning CI or posting to GitHub.\n","debugging-ci-failures",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/debugging-ci-failures/SKILL.md",[628],{"path":594,"priority":281},{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":282,"sourceLanguage":17,"type":600},".agents/skills/django-migrations","Django migration patterns and safety workflow for PostHog. Use when creating, adjusting, or reviewing Django/Postgres migrations, including non-blocking index/constraint changes, multi-phase schema changes, data backfills, migration conflict rebasing, and product model moves that require SeparateDatabaseAndState.","django-migrations",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/django-migrations/SKILL.md",[636],{"path":594,"priority":281},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":282,"sourceLanguage":17,"type":600},".agents/skills/hogli","PostHog developer CLI and repo tooling reference. Use when the user mentions hogli, asks about repo CLI tools, bin scripts, Makefiles, how to run/build/test/lint, or any dev environment commands.\n","hogli",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/hogli/SKILL.md",[644],{"path":594,"priority":281},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":282,"sourceLanguage":17,"type":600},".agents/skills/implementing-agent-modes","Guidelines to create/update a new mode for PostHog AI agent. Modes are a way to limit what tools, prompts, and prompt injections are applied and under what conditions. Achieve better results using your plan mode.","implementing-agent-modes",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/implementing-agent-modes/SKILL.md",[652],{"path":594,"priority":281},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":282,"sourceLanguage":17,"type":600},".agents/skills/implementing-mcp-tools","Guide for exposing PostHog product endpoints as MCP tools. Use when creating new or updating API endpoints, adding MCP tool definitions, scaffolding YAML configs, or writing serializers with good descriptions. Covers the full pipeline from Django serializer to generated TypeScript tool handler.","implementing-mcp-tools",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/implementing-mcp-tools/SKILL.md",[660],{"path":594,"priority":281},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":282,"sourceLanguage":17,"type":600},".agents/skills/implementing-mcp-ui-apps","Guide for adding MCP UI apps — interactive visualizations that render tool results in MCP clients like Claude Desktop. Use when adding a new detail or list view for an MCP tool, creating view components in products/*/mcp/apps/, or linking tools to UI apps via YAML.","implementing-mcp-ui-apps",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/implementing-mcp-ui-apps/SKILL.md",[668],{"path":594,"priority":281},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":282,"sourceLanguage":17,"type":600},".agents/skills/implementing-warehouse-sources","Implement and extend PostHog Data warehouse import sources. Use when adding a new source under posthog/temporal/data_imports/sources, adding datasets/endpoints to an existing source, or adding incremental sync, resumable imports, webhook ingestion, pagination, credentials validation, and source tests.","implementing-warehouse-sources",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/implementing-warehouse-sources/SKILL.md",[676],{"path":594,"priority":281},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":282,"sourceLanguage":17,"type":600},".agents/skills/improving-drf-endpoints","Use when editing, reviewing, or auditing DRF viewsets and serializers in PostHog. Triggers on files in posthog/api/, products/*/backend/api/, products/*/backend/presentation/, or any file importing rest_framework. Covers field typing, schema annotations, enum collision fixes, and OpenAPI spec quality — everything that flows downstream into generated TypeScript types and MCP tools.","improving-drf-endpoints",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/improving-drf-endpoints/SKILL.md",[684,685,687,689,691],{"path":594,"priority":281},{"path":686,"priority":597},"references/common-anti-patterns.md",{"path":688,"priority":597},"references/quick-reference-table.md",{"path":690,"priority":597},"references/serializer-fields.md",{"path":692,"priority":597},"references/viewset-annotations.md",{"basePath":694,"description":695,"displayName":696,"installMethods":697,"rationale":698,"selectedPaths":699,"source":282,"sourceLanguage":17,"type":600},".agents/skills/ingestion-pipeline-doctor-nodejs","Ingestion pipeline architecture overview and convention reference. Use when you need a quick orientation to the pipeline framework or want to know which doctor agent to use for a specific concern.\n","ingestion-pipeline-doctor-nodejs",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/ingestion-pipeline-doctor-nodejs/SKILL.md",[700],{"path":594,"priority":281},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":282,"sourceLanguage":17,"type":600},".agents/skills/isolating-product-facade-contracts","Plan and execute incremental product isolation migrations to a facade plus contract layer in PostHog, following the Visual review architecture. Use when a product still exposes internals (models/logic/views) across boundaries and needs a safe, multi-PR migration toward contracts.py + facade/api.py + presentation separation.","isolating-product-facade-contracts",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/isolating-product-facade-contracts/SKILL.md",[708,709],{"path":594,"priority":281},{"path":710,"priority":597},"references/phased-migration-plan.md",{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":282,"sourceLanguage":17,"type":600},".agents/skills/making-scenes-tab-aware","Guides converting PostHog frontend scenes to be tab aware for internal scene tabs. Use when adding or refactoring a `SceneExport` scene, fixing state leaking between internal tabs, preserving scene state across tab switches, or moving scene-level URL state out of child logics. Triggers on files with `SceneExport`, `tabId`, `tabAwareScene`, `urlToAction`, `actionToUrl`, or `useAttachedLogic`.","making-scenes-tab-aware",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/making-scenes-tab-aware/SKILL.md",[718,719,721,723],{"path":594,"priority":281},{"path":720,"priority":597},"references/audit-commands.md",{"path":722,"priority":597},"references/migration-checklist.md",{"path":724,"priority":597},"references/repo-patterns.md",{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":282,"sourceLanguage":17,"type":600},".agents/skills/modifying-taxonomic-filter","Guides safe modification of the TaxonomicFilter — PostHog's multi-tab picker for events, actions, properties, cohorts, and more. Front-loads the empirical product reality (what users actually pick and search for) so changes can be judged against real behavior, not architectural taste. Use when adding features, fixing bugs, or refactoring TaxonomicFilter.","modifying-taxonomic-filter",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/modifying-taxonomic-filter/SKILL.md",[732,733,735,737,739,741],{"path":594,"priority":281},{"path":734,"priority":597},"references/architecture.md",{"path":736,"priority":597},"references/call-sites-and-blast-radius.md",{"path":738,"priority":597},"references/common-pitfalls.md",{"path":740,"priority":597},"references/refreshing-product-reality.md",{"path":742,"priority":597},"references/testing-patterns.md",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":282,"sourceLanguage":17,"type":600},".agents/skills/monitoring-capture-service","Guide for using the Grafana MCP to monitor and diagnose the capture service (rust/capture) in production. Use when investigating latency, event loss, Kafka backpressure, Redis issues, rate limiting, Envoy proxy issues, or any capture health question. Covers prod-us and prod-eu environments.\n","monitoring-capture-service",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/monitoring-capture-service/SKILL.md",[750,751],{"path":594,"priority":281},{"path":752,"priority":597},"references/investigation-playbooks.md",{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":282,"sourceLanguage":17,"type":600},".agents/skills/monitoring-ingestion-pipeline","Guide for using the Grafana MCP to monitor and diagnose the Node.js ingestion pipeline workers in production. Use when investigating event lag, drops, pipeline errors, person/group processing, Kafka consumer health, Redis, Postgres, ClickHouse downstream health, or any ingestion worker question. Covers prod-us and prod-eu environments.\n","monitoring-ingestion-pipeline",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/monitoring-ingestion-pipeline/SKILL.md",[760,761],{"path":594,"priority":281},{"path":752,"priority":597},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":282,"sourceLanguage":17,"type":600},".agents/skills/playwright-test","Write a playwright test, make sure it runs, and is not flaky.","playwright-test",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/playwright-test/SKILL.md",[769],{"path":594,"priority":281},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":282,"sourceLanguage":17,"type":600},".agents/skills/qa-team","Multi-agent QA review team for code changes. This skill should be used when the user asks to \"review my code\", \"run QA\", \"qa-team\", \"review this branch\", \"code review\", \"check my changes\", or wants a comprehensive multi-perspective code review of the current branch's changes. Spawns parallel specialist agents (security, database, reliability, compatibility, data integrity, performance, frontend, copy) that independently review the diff and produce a converged report. Also includes two generalist reviewers for convergence validation.\n","qa-team",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/qa-team/SKILL.md",[777,778,780],{"path":594,"priority":281},{"path":779,"priority":597},"references/incident-patterns.md",{"path":781,"priority":597},"references/personas.md",{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":282,"sourceLanguage":17,"type":600},".agents/skills/query-clickhouse-via-metabase","Run ClickHouse `system.query_log` analysis via the internal Metabase API. Use when investigating slow queries, materialization candidates, per-team query performance, ClickHouse cost or memory issues, or any system.query_log question. Covers prod-us and prod-eu, SSO-gated cookie auth via `hogli`, and ready-to-run query patterns.\n","query-clickhouse-via-metabase",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/query-clickhouse-via-metabase/SKILL.md",[789],{"path":594,"priority":281},{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":282,"sourceLanguage":17,"type":600},".agents/skills/react-doctor","Diagnose and fix React codebase health issues. Use when reviewing React code, fixing performance problems, auditing security, or improving code quality.","react-doctor",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/react-doctor/SKILL.md",[797],{"path":594,"priority":281},{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":282,"sourceLanguage":17,"type":600},".agents/skills/scene-menu-bar","Conventions for adding or editing the SceneMenuBar above a scene's \u003CSceneTitleSection>. Use when adding new menu items, moving items between menus, gating behind feature flags, building a new scene's menubar, or wiring rich inputs (tags, combobox) into the bar.","scene-menu-bar",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/scene-menu-bar/SKILL.md",[805],{"path":594,"priority":281},{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":282,"sourceLanguage":17,"type":600},".agents/skills/sending-notifications","How to send real-time in-app notifications from PostHog backend code. Use when integrating notifications into a new feature, wiring up a notification source (alerts, comments, approvals, pipelines, issues), or choosing the right target type and priority for a notification.","sending-notifications",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/sending-notifications/SKILL.md",[813],{"path":594,"priority":281},{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":282,"sourceLanguage":17,"type":600},".agents/skills/setup-web-tests","Set up Python test environment in Claude Code for web where flox is unavailable. Use when you need to run backend tests and `uv sync` fails due to Python version mismatch.","setup-web-tests",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/setup-web-tests/SKILL.md",[821],{"path":594,"priority":281},{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":282,"sourceLanguage":17,"type":600},".agents/skills/survey-sdk-audit","Audit PostHog survey SDK features and version requirements","survey-sdk-audit",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/survey-sdk-audit/SKILL.md",[829],{"path":594,"priority":281},{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":282,"sourceLanguage":17,"type":600},".agents/skills/using-kea-disposables","Use when adding timers (`setInterval`, `setTimeout`), event listeners (`window.addEventListener`, `document.addEventListener`, `MediaQueryList.addEventListener`), or any other resource that needs cleanup inside a kea logic. Every logic has `cache.disposables.add(setup, key?, options?)` and `cache.disposables.dispose(key)` available via the globally registered `disposablesPlugin` (`frontend/src/kea-disposables.ts`). Replaces the bare `cache.foo = setInterval(...)` + `beforeUnmount: clearInterval(cache.foo)` pattern and auto-pauses background work when the tab is hidden.","using-kea-disposables",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/using-kea-disposables/SKILL.md",[837],{"path":594,"priority":281},{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":282,"sourceLanguage":17,"type":600},".agents/skills/writing-skills","Guide for writing PostHog agent skills — job-to-be-done templates that teach agents how to use MCP tools to achieve a goal. Use when adding new product functionality that agents should know how to work with, creating a new skill, or updating existing skills in products/*/skills/.","writing-skills",{"claudeCode":590},"SKILL.md frontmatter at .agents/skills/writing-skills/SKILL.md",[845],{"path":594,"priority":281},{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":282,"sourceLanguage":17,"type":600},"products/data_warehouse/skills/auditing-warehouse-data-health","Audit the health of a PostHog project's data warehouse — find every broken or degraded pipeline item across sources, sync schemas, materialized views, batch exports, and transformations. Use when the user asks \"what's broken in my warehouse?\", \"give me a health check\", \"audit my data pipeline\", \"why are some dashboards stale?\", or wants a one-shot triage summary before deciding where to spend time. Produces a prioritized report of issues grouped by severity and type, with recommended next steps.\n","auditing-warehouse-data-health",{"claudeCode":590},"SKILL.md frontmatter at products/data_warehouse/skills/auditing-warehouse-data-health/SKILL.md",[853],{"path":594,"priority":281},{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":282,"sourceLanguage":17,"type":600},"products/data_warehouse/skills/diagnosing-failed-warehouse-syncs","Diagnose why a data warehouse sync is failing and recommend the right recovery action. Use when the user asks \"why isn't my Stripe/Postgres/Hubspot sync working?\", \"this table has been stuck for hours\", \"the data in the warehouse looks wrong\", or wants to troubleshoot a specific source or schema. Covers source-level vs schema-level failures, stuck Running states, credential and schema-drift errors, incremental-field misconfig, CDC prerequisite failures, and the cancel / reload / resync / delete-data recovery actions.\n","diagnosing-failed-warehouse-syncs",{"claudeCode":590},"SKILL.md frontmatter at products/data_warehouse/skills/diagnosing-failed-warehouse-syncs/SKILL.md",[861],{"path":594,"priority":281},{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":282,"sourceLanguage":17,"type":600},"products/data_warehouse/skills/setting-up-a-data-warehouse-source","Guide the user through connecting a new data warehouse source — Postgres, MySQL, Stripe, Hubspot, MongoDB, Salesforce, BigQuery, Snowflake, and so on. Use when the user wants to \"connect Stripe\", \"import data from Postgres\", \"add a new data source\", \"sync my warehouse tables\", or wants to pick sync methods for each table. Walks through source-type discovery, credential validation, table discovery, per-table sync_type selection, and the final create call. Also covers picking a good prefix and what to do right after creation.\n","setting-up-a-data-warehouse-source",{"claudeCode":590},"SKILL.md frontmatter at products/data_warehouse/skills/setting-up-a-data-warehouse-source/SKILL.md",[869,870],{"path":594,"priority":281},{"path":871,"priority":597},"references/sync-types.md",{"basePath":873,"description":874,"displayName":875,"installMethods":876,"rationale":877,"selectedPaths":878,"source":282,"sourceLanguage":17,"type":600},"products/data_warehouse/skills/suggesting-data-imports","Use when the user asks about revenue, payments, subscriptions, billing, CRM deals, support tickets, production database tables, or other data that PostHog does not collect natively. Also use when a query fails because a table does not exist or returns no results for expected external data. The data warehouse can import from SaaS tools (Stripe, Hubspot, etc.), production databases (Postgres, MySQL, BigQuery, Snowflake), and other arbitrary data sources. Covers checking existing sources, identifying the right source type, and guiding the setup.","suggesting-data-imports",{"claudeCode":590},"SKILL.md frontmatter at products/data_warehouse/skills/suggesting-data-imports/SKILL.md",[879],{"path":594,"priority":281},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":282,"sourceLanguage":17,"type":600},"products/data_warehouse/skills/tuning-incremental-sync-config","Change the sync configuration of an existing data warehouse schema — switch sync_type, pick a different incremental_field, set primary_key_columns, choose cdc_table_mode, or change sync_frequency. Use when the user asks \"switch my orders table from full refresh to incremental\", \"this table is syncing too slowly / too frequently\", \"I need to pick a different incremental column\", \"set up CDC for this Postgres table\", or when diagnosis of a failing sync pointed to an incremental-field or PK misconfiguration.\n","tuning-incremental-sync-config",{"claudeCode":590},"SKILL.md frontmatter at products/data_warehouse/skills/tuning-incremental-sync-config/SKILL.md",[887],{"path":594,"priority":281},{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":282,"sourceLanguage":17,"type":600},"products/experiments/skills/analyzing-experiment-session-replays","Analyze session replay patterns across experiment variants to understand user behavior differences. Use when the user wants to see how users interact with different experiment variants, identify usability issues, compare behavior patterns between control and test groups, or get qualitative insights to complement quantitative experiment results.","analyzing-experiment-session-replays",{"claudeCode":590},"SKILL.md frontmatter at products/experiments/skills/analyzing-experiment-session-replays/SKILL.md",[895],{"path":594,"priority":281},{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":282,"sourceLanguage":17,"type":600},"products/experiments/skills/configuring-experiment-analytics","Configures the analytics side of a PostHog experiment — exposure criteria (default `$feature_flag_called` vs custom exposure events), primary and secondary metrics, the supported metric types (count, sum, ratio with `math` and `math_property`, retention with `retention_window_start` and `start_handling`), multivariate user handling (\"Exclude\" vs \"First seen variant\"), and how to read results once the experiment is live. Use when the user adds or edits a primary or secondary metric (e.g. \"add a secondary metric tracking 'downloaded_file' per user\"), sets up a ratio metric (e.g. \"revenue from purchase_completed / pageviews\"), sets up a retention metric (e.g. \"$pageview → uploaded_file, 7-day window\"), configures custom exposure (e.g. \"only count users who hit /checkout\"), changes multivariate handling, or asks \"who is in the analysis?\", \"how do I measure impact?\", \"is this winning?\", \"what's the confidence level?\", or \"should I ship?\".","configuring-experiment-analytics",{"claudeCode":590},"SKILL.md frontmatter at products/experiments/skills/configuring-experiment-analytics/SKILL.md",[903,904,906],{"path":594,"priority":281},{"path":905,"priority":597},"references/interpreting-results.md",{"path":907,"priority":597},"references/metric-configuration.md",{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":282,"sourceLanguage":17,"type":600},"products/experiments/skills/configuring-experiment-rollout","Configures the rollout shape of a PostHog experiment — the variant split (50/50, 80/20, A/B/C ratios), the overall rollout percentage that gates how many users enter the experiment, and the disambiguation when a percentage like \"roll out to 25%\" could mean either. Use when the user mentions a rollout percentage, variant split, or traffic distribution; gives a ratio like 60/40, 70/30, or 80/20; asks \"who sees the test variant?\"; wants to increase, decrease, or change the rollout or split on a draft or running experiment; weighs equal vs uneven splits; or proposes a mid-experiment split change (often an anti-pattern that needs reset or end-and-restart).","configuring-experiment-rollout",{"claudeCode":590},"SKILL.md frontmatter at products/experiments/skills/configuring-experiment-rollout/SKILL.md",[915,916],{"path":594,"priority":281},{"path":917,"priority":597},"references/changing-distribution-after-launch.md",{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":282,"sourceLanguage":17,"type":600},"products/experiments/skills/creating-experiments","Guides agents through the 3-step experiment creation flow: defining the hypothesis, configuring rollout, and setting up analytics. Delegates rollout decisions to configuring-experiment-rollout and metric setup to configuring-experiment-analytics.\nTRIGGER when: user asks to create a new experiment or A/B test, OR when you are about to call experiment-create.\nDO NOT TRIGGER when: user is updating an existing experiment, managing lifecycle, or only browsing experiments.","creating-experiments",{"claudeCode":590},"SKILL.md frontmatter at products/experiments/skills/creating-experiments/SKILL.md",[925],{"path":594,"priority":281},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":282,"sourceLanguage":17,"type":600},"products/experiments/skills/finding-experiments","Resolves a PostHog experiment reference from natural language to a concrete experiment ID by browsing `experiment-list` (not feature-flag tools), with disambiguation when multiple experiments match. Use when the user names or quotes an experiment (\"split test demo\", \"the File engagement boost experiment\", \"onboarding retention test\", \"landing page hero experiment\", \"pricing experiment\"), describes it loosely (\"the signup experiment\", \"my pricing test\", \"the one with the new checkout\"), uses a relative reference (\"latest\", \"most recent\", \"the one I created yesterday\"), filters by status (running, draft, stopped, archived), or otherwise refers to an experiment by anything other than its concrete ID.","finding-experiments",{"claudeCode":590},"SKILL.md frontmatter at products/experiments/skills/finding-experiments/SKILL.md",[933],{"path":594,"priority":281},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":282,"sourceLanguage":17,"type":600},"products/experiments/skills/managing-experiment-lifecycle","Guides experiment state transitions: launching, pausing, resuming, ending, shipping variants, archiving, resetting, and duplicating. Covers preconditions, implications for variant assignment and analysis, and the decision framework for when to use each action.\nTRIGGER when: user asks to launch, pause, resume, end, ship, archive, reset, or duplicate an experiment.\nDO NOT TRIGGER when: user is creating an experiment (use creating-experiments), configuring rollout (use configuring-experiment-rollout), or setting up metrics (use configuring-experiment-analytics).","managing-experiment-lifecycle",{"claudeCode":590},"SKILL.md frontmatter at products/experiments/skills/managing-experiment-lifecycle/SKILL.md",[941],{"path":594,"priority":281},{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":282,"sourceLanguage":17,"type":600},"products/feature_flags/skills/cleaning-up-stale-feature-flags","Identify and clean up stale feature flags in a PostHog project. Use when the user wants to find unused, fully rolled out, or abandoned feature flags, review them for safety, and then disable or delete them. Covers staleness detection, dependency checking, and safe removal workflows.","cleaning-up-stale-feature-flags",{"claudeCode":590},"SKILL.md frontmatter at products/feature_flags/skills/cleaning-up-stale-feature-flags/SKILL.md",[949],{"path":594,"priority":281},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":282,"sourceLanguage":17,"type":600},"products/feature_flags/skills/copying-flags-across-projects","Copy a feature flag from one PostHog project to one or more target projects in the same organization. Use when the user wants to duplicate a flag, promote a flag from staging to production, sync flags across projects, or replicate a flag configuration in a different workspace. Covers cohort remapping, scheduled-change handling, encrypted payloads, and the safe defaults (disabled in target, no scheduled changes).","copying-flags-across-projects",{"claudeCode":590},"SKILL.md frontmatter at products/feature_flags/skills/copying-flags-across-projects/SKILL.md",[957],{"path":594,"priority":281},{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":282,"sourceLanguage":17,"type":600},"products/growth/skills/diagnosing-sdk-health","Diagnoses the health of a project's PostHog SDK integrations — which SDKs are up to date, which are outdated, and what to do about it. Use when a user asks about PostHog SDK versions, outdated SDKs, upgrade recommendations, \"SDK health\", \"SDK doctor\", or when events or features seem off and it might be due to using an old SDK.\n","diagnosing-sdk-health",{"claudeCode":590},"SKILL.md frontmatter at products/growth/skills/diagnosing-sdk-health/SKILL.md",[965],{"path":594,"priority":281},{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":282,"sourceLanguage":17,"type":600},"products/llm_analytics/skills/exploring-llm-clusters","Investigate LLM analytics clusters — understand usage patterns in AI/LLM traffic, compare cluster behavior, compute cost/latency metrics, and drill into individual traces within clusters.","exploring-llm-clusters",{"claudeCode":590},"SKILL.md frontmatter at products/llm_analytics/skills/exploring-llm-clusters/SKILL.md",[973,974],{"path":594,"priority":281},{"path":975,"priority":976},"scripts/print_clusters.py","low",{"basePath":978,"description":979,"displayName":980,"installMethods":981,"rationale":982,"selectedPaths":983,"source":282,"sourceLanguage":17,"type":600},"products/llm_analytics/skills/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.\n","exploring-llm-costs",{"claudeCode":590},"SKILL.md frontmatter at products/llm_analytics/skills/exploring-llm-costs/SKILL.md",[984,985,987,989,991,993,995],{"path":594,"priority":281},{"path":986,"priority":597},"references/breakdown-patterns.md",{"path":988,"priority":597},"references/cache-accounting.md",{"path":990,"priority":597},"references/cost-properties.md",{"path":992,"priority":597},"references/cost-sources.md",{"path":994,"priority":597},"references/materializing.md",{"path":996,"priority":597},"references/regression-debugging.md",{"basePath":998,"description":999,"displayName":1000,"installMethods":1001,"rationale":1002,"selectedPaths":1003,"source":282,"sourceLanguage":17,"type":600},"products/llm_analytics/skills/exploring-llm-evaluations","Investigate LLM analytics 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).\n","exploring-llm-evaluations",{"claudeCode":590},"SKILL.md frontmatter at products/llm_analytics/skills/exploring-llm-evaluations/SKILL.md",[1004],{"path":594,"priority":281},{"basePath":1006,"description":1007,"displayName":1008,"installMethods":1009,"rationale":1010,"selectedPaths":1011,"source":282,"sourceLanguage":17,"type":600},"products/llm_analytics/skills/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. /llm-analytics/traces/\u003Cid> or /llm-analytics/sessions/\u003Cid>), 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.\n","exploring-llm-traces",{"claudeCode":590},"SKILL.md frontmatter at products/llm_analytics/skills/exploring-llm-traces/SKILL.md",[1012,1013,1015,1017,1019,1021,1023,1025,1027,1029],{"path":594,"priority":281},{"path":1014,"priority":597},"references/events-and-properties.md",{"path":1016,"priority":597},"references/example-llm-trace.md.j2",{"path":1018,"priority":597},"references/example-llm-traces-list.md",{"path":1020,"priority":976},"scripts/extract_conversation.py",{"path":1022,"priority":976},"scripts/extract_span.py",{"path":1024,"priority":976},"scripts/print_summary.py",{"path":1026,"priority":976},"scripts/print_timeline.py",{"path":1028,"priority":976},"scripts/search_traces.py",{"path":1030,"priority":976},"scripts/show_structure.py",{"basePath":1032,"description":1033,"displayName":1034,"installMethods":1035,"rationale":1036,"selectedPaths":1037,"source":282,"sourceLanguage":17,"type":600},"products/llm_analytics/skills/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).\n","feature-usage-feed",{"claudeCode":590},"SKILL.md frontmatter at products/llm_analytics/skills/feature-usage-feed/SKILL.md",[1038],{"path":594,"priority":281},{"basePath":1040,"description":1041,"displayName":1042,"installMethods":1043,"rationale":1044,"selectedPaths":1045,"source":282,"sourceLanguage":17,"type":600},"products/llm_analytics/skills/skills-store","Discover and use shared team skills stored in PostHog. Use when the user asks to list, browse, load, or manage \"shared skills\", \"team skills\", or references the \"skills store\" / \"skill store\".","skills-store",{"claudeCode":590},"SKILL.md frontmatter at products/llm_analytics/skills/skills-store/SKILL.md",[1046],{"path":594,"priority":281},{"basePath":1048,"description":1049,"displayName":1050,"installMethods":1051,"rationale":1052,"selectedPaths":1053,"source":282,"sourceLanguage":17,"type":600},"products/llm_analytics/skills/working-with-skills","Best practices for agents managing PostHog skills via the MCP `llma-skill-*` tools — how to discover, read, create, update, and refactor skills efficiently, especially large skills with many bundled files. Use whenever you are about to call any `llma-skill-*` tool, asked to author or edit a shared skill, or troubleshoot why a skill write was rejected. Pairs with `skills-store` (which covers the raw tool surface) by adding the decision-tree, efficiency, and pitfall guidance.","working-with-skills",{"claudeCode":590},"SKILL.md frontmatter at products/llm_analytics/skills/working-with-skills/SKILL.md",[1054],{"path":594,"priority":281},{"basePath":1056,"description":1057,"displayName":1058,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":282,"sourceLanguage":17,"type":600},"products/logs/skills/authoring-log-alerts","Author useful, low-noise log alerts on services in a PostHog project. Use when the user asks to set up alerts for their logs, suggest alerts they should add, or evaluate whether a service is worth monitoring. Covers service triage, baseline characterisation, threshold drafting, back-testing via simulate, and shipping with a notification destination.\n","authoring-log-alerts",{"claudeCode":590},"SKILL.md frontmatter at products/logs/skills/authoring-log-alerts/SKILL.md",[1062,1063,1065,1067],{"path":594,"priority":281},{"path":1064,"priority":597},"references/threshold-defaults.md",{"path":1066,"priority":597},"references/volume-floor-alerts.md",{"path":1068,"priority":976},"scripts/baseline_stats.py",{"basePath":1070,"description":1071,"displayName":1072,"installMethods":1073,"rationale":1074,"selectedPaths":1075,"source":282,"sourceLanguage":17,"type":600},"products/posthog_ai/skills/auditing-experiments-flags","Audit PostHog experiments and feature flags for configuration issues, staleness, and best-practice violations. Read when the user asks to audit, health-check, or review experiments or feature flags, check flag hygiene, or verify experiment setup.","auditing-experiments-flags",{"claudeCode":590},"SKILL.md frontmatter at products/posthog_ai/skills/auditing-experiments-flags/SKILL.md",[1076,1077,1079,1081,1083,1085],{"path":594,"priority":281},{"path":1078,"priority":597},"references/experiment-checks.md",{"path":1080,"priority":597},"references/finding-taxonomy.md",{"path":1082,"priority":597},"references/flag-checks.md.j2",{"path":1084,"priority":597},"references/remediation-actions.md",{"path":1086,"priority":597},"references/synthesis-patterns.md",{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":282,"sourceLanguage":17,"type":600},"products/posthog_ai/skills/managing-subscriptions","Manage PostHog subscriptions — scheduled email, Slack, or webhook deliveries of insight or dashboard snapshots. Use when the user wants to subscribe to an insight or dashboard, check existing subscriptions, change delivery frequency, add or remove recipients, or stop receiving updates.","managing-subscriptions",{"claudeCode":590},"SKILL.md frontmatter at products/posthog_ai/skills/managing-subscriptions/SKILL.md",[1094],{"path":594,"priority":281},{"basePath":1096,"description":1097,"displayName":1098,"installMethods":1099,"rationale":1100,"selectedPaths":1101,"source":282,"sourceLanguage":17,"type":600},"products/posthog_ai/skills/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.","querying-posthog-data",{"claudeCode":590},"SKILL.md frontmatter at products/posthog_ai/skills/querying-posthog-data/SKILL.md",[1102,1103,1105,1107,1109,1111,1113,1115,1116,1117,1119,1121,1123,1125,1127,1129,1131,1133,1135,1137,1139,1141,1143,1145,1147,1149,1151,1153,1155,1157,1159,1161,1163,1165,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,1201],{"path":594,"priority":281},{"path":1104,"priority":597},"references/available-functions.md.j2",{"path":1106,"priority":597},"references/example-error-tracking.md.j2",{"path":1108,"priority":597},"references/example-event-taxonomy.md.j2",{"path":1110,"priority":597},"references/example-funnel-breakdown.md.j2",{"path":1112,"priority":597},"references/example-funnel-trends.md.j2",{"path":1114,"priority":597},"references/example-lifecycle.md.j2",{"path":1016,"priority":597},{"path":1018,"priority":597},{"path":1118,"priority":597},"references/example-logs.md.j2",{"path":1120,"priority":597},"references/example-paths.md.j2",{"path":1122,"priority":597},"references/example-person-property-taxonomy.md.j2",{"path":1124,"priority":597},"references/example-retention.md.j2",{"path":1126,"priority":597},"references/example-session-replay.md.j2",{"path":1128,"priority":597},"references/example-sessions.md.j2",{"path":1130,"priority":597},"references/example-stickiness.md.j2",{"path":1132,"priority":597},"references/example-team-taxonomy.md.j2",{"path":1134,"priority":597},"references/example-trends-breakdowns.md.j2",{"path":1136,"priority":597},"references/example-trends-unique-users.md.j2",{"path":1138,"priority":597},"references/example-web-overview.md.j2",{"path":1140,"priority":597},"references/example-web-path-stats.md.j2",{"path":1142,"priority":597},"references/example-web-traffic-by-device-type.md.j2",{"path":1144,"priority":597},"references/example-web-traffic-channels.md.j2",{"path":1146,"priority":597},"references/guidelines.md",{"path":1148,"priority":597},"references/hogql-extensions.md",{"path":1150,"priority":597},"references/models-actions.md",{"path":1152,"priority":597},"references/models-activity-logs.md",{"path":1154,"priority":597},"references/models-alerts.md",{"path":1156,"priority":597},"references/models-annotations.md",{"path":1158,"priority":597},"references/models-batch-exports.md",{"path":1160,"priority":597},"references/models-cohorts.md",{"path":1162,"priority":597},"references/models-dashboards-insights.md",{"path":1164,"priority":597},"references/models-data-warehouse.md",{"path":1166,"priority":597},"references/models-early-access-features.md",{"path":1168,"priority":597},"references/models-endpoints.md",{"path":1170,"priority":597},"references/models-error-tracking.md",{"path":1172,"priority":597},"references/models-flags-experiments.md",{"path":1174,"priority":597},"references/models-hog-flows.md",{"path":1176,"priority":597},"references/models-hog-functions.md",{"path":1178,"priority":597},"references/models-integrations.md",{"path":1180,"priority":597},"references/models-llm-analytics-reviews.md",{"path":1182,"priority":597},"references/models-logs.md",{"path":1184,"priority":597},"references/models-notebooks.md",{"path":1186,"priority":597},"references/models-session-recording-playlists.md",{"path":1188,"priority":597},"references/models-session-recordings.md",{"path":1190,"priority":597},"references/models-support-tickets.md",{"path":1192,"priority":597},"references/models-surveys.md",{"path":1194,"priority":597},"references/models-usage-metrics.md",{"path":1196,"priority":597},"references/models-variables.md",{"path":1198,"priority":597},"references/person-property-modes.md",{"path":1200,"priority":597},"references/taxonomy-dynamic-properties.md",{"path":1202,"priority":597},"references/taxonomy-skipped-events.md",{"basePath":1204,"description":1205,"displayName":1206,"installMethods":1207,"rationale":1208,"selectedPaths":1209,"source":282,"sourceLanguage":17,"type":600},"products/product_analytics/skills/exploring-autocapture-events","Guides exploration of $autocapture events captured by posthog-js to understand user interactions, find CSS selectors (especially data-attr attributes), evaluate selector uniqueness, query matching clicks ad-hoc, and create actions. Use when the user asks about autocapture data, wants to find what users are clicking, needs to build actions from click events, asks about elements_chain, wants to build a trend or funnel filtered by clicks or other autocapture interactions, asks which properties autocapture sends, or asks how to filter $autocapture events. Only applies to projects using posthog-js autocapture.\n","exploring-autocapture-events",{"claudeCode":590},"SKILL.md frontmatter at products/product_analytics/skills/exploring-autocapture-events/SKILL.md",[1210,1211,1213],{"path":594,"priority":281},{"path":1212,"priority":597},"references/elements-chain-format.md",{"path":1214,"priority":597},"references/example-queries.md",{"basePath":1216,"description":1217,"displayName":1218,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"source":282,"sourceLanguage":17,"type":600},"products/product_analytics/skills/investigate-metric","Diagnose why a product metric changed (dropped, spiked, or plateaued) by orchestrating breakdowns, actors, paths, lifecycle, retention, and annotations queries. Use when the user reports an anomaly, asks \"why did X change?\", or needs root-cause analysis for a trend, funnel, retention, stickiness, or lifecycle metric.\n","investigate-metric",{"claudeCode":590},"SKILL.md frontmatter at products/product_analytics/skills/investigate-metric/SKILL.md",[1222,1223,1225,1227,1229,1231,1233,1235,1237,1239,1241,1243],{"path":594,"priority":281},{"path":1224,"priority":597},"references/box-plot-playbook.md",{"path":1226,"priority":597},"references/common-causes.md",{"path":1228,"priority":597},"references/funnel-playbook.md",{"path":1230,"priority":597},"references/lifecycle-playbook.md",{"path":1232,"priority":597},"references/paths-playbook.md",{"path":1234,"priority":597},"references/retention-playbook.md",{"path":1236,"priority":597},"references/shared-patterns.md",{"path":1238,"priority":597},"references/stickiness-playbook.md",{"path":1240,"priority":597},"references/trend-playbook.md",{"path":1242,"priority":976},"scripts/breakdown_attribution.py",{"path":1244,"priority":976},"scripts/compare_to_prior_periods.py",{"basePath":1246,"description":1247,"displayName":1248,"installMethods":1249,"rationale":1250,"selectedPaths":1251,"source":282,"sourceLanguage":17,"type":600},"products/query_performance_ai/sandboxed_autoresearch_agent/pi_plugin/skills/clickhouse-autoresearch-campaign","Run a ClickHouse query optimization campaign on one git branch using pi-autoresearch, dynamic lanes and hypotheses, baseline result capture, correctness checks, and stagnation-aware lane/campaign review.","clickhouse-autoresearch-campaign",{"claudeCode":590},"SKILL.md frontmatter at products/query_performance_ai/sandboxed_autoresearch_agent/pi_plugin/skills/clickhouse-autoresearch-campaign/SKILL.md",[1252,1253],{"path":594,"priority":281},{"path":1254,"priority":597},"orchestration.md",{"basePath":1256,"description":1257,"displayName":1258,"installMethods":1259,"rationale":1260,"selectedPaths":1261,"source":282,"sourceLanguage":17,"type":600},"products/replay/skills/debugging-local-replay","Debugs why session recordings aren't appearing in the local dev environment. Use when a developer reports that local replay ingestion isn't working, recordings aren't showing up despite /s calls, or the replay pipeline seems broken after hogli start. Covers the full local pipeline: SDK capture, Caddy proxy, capture-replay (Rust), Kafka, ingestion-sessionreplay (Node), recording-api (Node), SeaweedFS, and common failure modes like orphaned processes, stuck phrocs workers, and trigger misconfiguration.\n","debugging-local-replay",{"claudeCode":590},"SKILL.md frontmatter at products/replay/skills/debugging-local-replay/SKILL.md",[1262,1263],{"path":594,"priority":281},{"path":1264,"priority":597},"references/common-failures.md",{"basePath":1266,"description":1267,"displayName":1268,"installMethods":1269,"rationale":1270,"selectedPaths":1271,"source":282,"sourceLanguage":17,"type":600},"products/replay/skills/diagnosing-missing-recordings","Diagnoses why a session recording is missing or was not captured. Use when a user asks why a session has no replay, why recordings aren't appearing, or wants to troubleshoot session replay capture issues for a specific session ID or across their project. Covers SDK diagnostic signals, project settings, sampling, triggers, ad blockers, and quota/billing scenarios.\n","diagnosing-missing-recordings",{"claudeCode":590},"SKILL.md frontmatter at products/replay/skills/diagnosing-missing-recordings/SKILL.md",[1272,1273,1275,1277],{"path":594,"priority":281},{"path":1274,"priority":597},"references/diagnosis-logic.md",{"path":1276,"priority":597},"references/diagnostic-signals.md",{"path":1278,"priority":597},"references/examples.md",{"basePath":1280,"description":1281,"displayName":1282,"installMethods":1283,"rationale":1284,"selectedPaths":1285,"source":282,"sourceLanguage":17,"type":600},"products/replay/skills/finding-replay-for-issue","Finds the most informative session recording linked to an error tracking issue. Use when a user has an error tracking issue ID and wants to watch a replay showing what the user was doing when the error occurred. Ranks linked sessions by recency, activity score, and journey completeness, then summarizes the pre-error context. Replaces blind session picking from potentially hundreds of linked recordings.\n","finding-replay-for-issue",{"claudeCode":590},"SKILL.md frontmatter at products/replay/skills/finding-replay-for-issue/SKILL.md",[1286],{"path":594,"priority":281},{"basePath":1288,"description":1289,"displayName":1290,"installMethods":1291,"rationale":1292,"selectedPaths":1293,"source":282,"sourceLanguage":17,"type":600},"products/replay/skills/investigating-replay","Investigates a session recording by gathering metadata, person profile, same-session events, and linked error tracking issues in one pass. Use when a user provides a recording or session ID and wants to understand what happened — who the user was, what they did, what errors occurred, and whether there are related error tracking issues. Replaces the manual chain of session-recording-get, persons-retrieve, execute-sql, and query-error-tracking-issues-list.\n","investigating-replay",{"claudeCode":590},"SKILL.md frontmatter at products/replay/skills/investigating-replay/SKILL.md",[1294],{"path":594,"priority":281},{"basePath":1296,"description":1297,"displayName":1298,"installMethods":1299,"rationale":1300,"selectedPaths":1301,"source":282,"sourceLanguage":17,"type":600},"products/signals/skills/inbox-exploration","Explore PostHog's Inbox — the surface where signal reports surface as actionable issues and trends. Use when the user asks \"what's in my inbox?\", \"what should I look at?\", \"which reports are actionable?\", \"what's PostHog flagged recently?\", asks about a specific report by ID or title, or wants to see which signal sources are configured. Covers listing, filtering, and drilling into reports, plus pointers to the deeper `signals` skill when raw signals or semantic search are needed.\n","inbox-exploration",{"claudeCode":590},"SKILL.md frontmatter at products/signals/skills/inbox-exploration/SKILL.md",[1302],{"path":594,"priority":281},{"basePath":1304,"description":1305,"displayName":1306,"installMethods":1307,"rationale":1308,"selectedPaths":1309,"source":282,"sourceLanguage":17,"type":600},"products/signals/skills/signals","How to query the document_embeddings table for raw signal data using HogQL. Use when you need to perform semantic search over signals, fetch every signal that contributed to a specific report, or list signal types. For browsing the curated report layer (the Inbox) — listing reports, filtering by status/source, drilling into a single report by ID — use the `inbox-exploration` skill first; drop into this skill afterwards if the user wants the underlying observations.\n","signals",{"claudeCode":590},"SKILL.md frontmatter at products/signals/skills/signals/SKILL.md",[1310],{"path":594,"priority":281},{"basePath":1312,"description":1313,"displayName":1314,"installMethods":1315,"rationale":1316,"selectedPaths":1317,"source":282,"sourceLanguage":17,"type":600},"products/tracing/skills/exploring-apm-traces","Investigates distributed application performance using PostHog APM (OpenTelemetry span) data via MCP. Use when the user asks about service traces, slow HTTP/database spans, error spans, trace IDs, or span attributes — not LLM analytics traces or product logs. Uses posthog:query-apm-spans, posthog:apm-trace-get, posthog:apm-services-list, posthog:apm-attributes-list, and posthog:apm-attribute-values-list.\n","exploring-apm-traces",{"claudeCode":590},"SKILL.md frontmatter at products/tracing/skills/exploring-apm-traces/SKILL.md",[1318],{"path":594,"priority":281},{"basePath":1320,"description":1321,"displayName":1322,"installMethods":1323,"rationale":1324,"selectedPaths":1325,"source":282,"sourceLanguage":17,"type":600},"products/visual_review/skills/triaging-visual-review-runs","Inspects PostHog Visual Review (VR) runs that gate PR merges with screenshot regression checks. Use when the user mentions \"visual review\", \"VR\", \"snapshot diff\", \"screenshot test\", \"storybook regression\", \"playwright snapshot\", asks why a PR is blocked or what changed visually, wants to triage the VR backlog, decide whether a snapshot diff is real vs flaky, or check whether a story has been changing across runs. Also invoke when a PR has a failing `visual-review` status check, when a PR comment mentions \"Visual review\", or when the user is on a branch with an open VR run.\n","triaging-visual-review-runs",{"claudeCode":590},"SKILL.md frontmatter at products/visual_review/skills/triaging-visual-review-runs/SKILL.md",[1326],{"path":594,"priority":281},{"basePath":1328,"description":1329,"displayName":1330,"installMethods":1331,"rationale":1332,"selectedPaths":1333,"source":282,"sourceLanguage":17,"type":600},"products/web_analytics/skills/exploring-live-traffic","Inspects PostHog Web analytics Live tab data — current users online, last-30-minutes pageviews, top pages, referrers, devices, browsers, countries, bot traffic, and the per-minute bot/users charts. Use when the user asks \"who is on my site right now?\", \"what is happening live?\", \"what bots are crawling me?\", asks about the \"live tab\" / \"live dashboard\", wants live numbers (last 30 min), or wants help filtering or drilling into the live view. Also covers building product-analytics insights that mirror what the tiles show.","exploring-live-traffic",{"claudeCode":590},"SKILL.md frontmatter at products/web_analytics/skills/exploring-live-traffic/SKILL.md",[1334],{"path":594,"priority":281},{"basePath":1336,"description":1337,"displayName":1338,"installMethods":1339,"rationale":1340,"selectedPaths":1341,"source":282,"sourceLanguage":17,"type":600},"products/web_analytics/skills/managing-path-cleaning-rules","Inspects URL paths and proposes, tests, orders, and applies project-level path cleaning rules so dynamic segments (numeric IDs, UUIDs, slugs, dates) collapse into readable aliases. Use when the user says \"clean the paths\", \"normalize URLs\", \"group similar pages\", \"too many distinct paths\", \"/users/123 and /users/456 are the same page\", \"set up path cleaning\", or asks why a Web analytics or Paths breakdown is fragmented across thousands of nearly-identical URLs. Covers regex syntax (re2), alias placeholder convention, rule ordering, the test workflow, and applying rules via the project-settings-update MCP tool.","managing-path-cleaning-rules",{"claudeCode":590},"SKILL.md frontmatter at products/web_analytics/skills/managing-path-cleaning-rules/SKILL.md",[1342],{"path":594,"priority":281},{"basePath":1344,"description":1345,"displayName":1346,"installMethods":1347,"rationale":1348,"selectedPaths":1349,"source":282,"sourceLanguage":17,"type":600},"tools/traffic-sim/skills/check-posthog-loading","Inspect how the PostHog JavaScript SDK is loaded across a list of URLs. Use to confirm consistent installation across pages, find pages missing the snippet, detect mismatched API keys or hosts between pages, and verify the load method (head snippet vs deferred vs array.js).\n","check-posthog-loading",{"claudeCode":590},"SKILL.md frontmatter at tools/traffic-sim/skills/check-posthog-loading/SKILL.md",[1350],{"path":594,"priority":281},{"basePath":1352,"description":1353,"displayName":1354,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":282,"sourceLanguage":17,"type":600},"tools/traffic-sim/skills/simulate-new-user","Send synthetic first-time-visitor traffic to a URL and confirm that PostHog $pageview events fire. Use when a customer wants to verify that anonymous visitor tracking works, after deploying instrumentation changes, or when debugging \"events not arriving\" reports.\n","simulate-new-user",{"claudeCode":590},"SKILL.md frontmatter at tools/traffic-sim/skills/simulate-new-user/SKILL.md",[1358],{"path":594,"priority":281},{"basePath":1360,"description":1361,"displayName":1362,"installMethods":1363,"rationale":1364,"selectedPaths":1365,"source":282,"sourceLanguage":17,"type":600},"tools/traffic-sim/skills/simulate-returning-user","Send synthetic single-session multi-page traffic to a URL and confirm PostHog $pageview events fire across page views. Use when verifying that cookies persist correctly, that the same distinct_id is reused across navigations, or when debugging session-stitching issues.\n","simulate-returning-user",{"claudeCode":590},"SKILL.md frontmatter at tools/traffic-sim/skills/simulate-returning-user/SKILL.md",[1366],{"path":594,"priority":281},{"basePath":1368,"description":1369,"displayName":1370,"installMethods":1371,"rationale":1372,"selectedPaths":1373,"source":282,"sourceLanguage":17,"type":600},"tools/traffic-sim/skills/verify-posthog-instrumentation","Use this skill to verify that PostHog instrumentation is firing correctly on a website. Drives a real browser at one or more URLs, observes which PostHog events actually arrive, and reports a pass/fail summary. Use after installing the PostHog SDK on a site, after a deploy that touches tracking code, or when events appear missing in the PostHog dashboard.\n","verify-posthog-instrumentation",{"claudeCode":590},"SKILL.md frontmatter at tools/traffic-sim/skills/verify-posthog-instrumentation/SKILL.md",[1374],{"path":594,"priority":281},{"basePath":1376,"displayName":1377,"installMethods":1378,"rationale":1379,"selectedPaths":1380,"source":282,"sourceLanguage":17,"type":1385},"products/visual_review/cli","@posthog/visual-review-cli",{"npm":1377},"cli ecosystem detected at products/visual_review/cli",[1381,1383],{"path":1382,"priority":281},"package.json",{"path":1384,"priority":976},"src/index.ts","cli",{"basePath":1387,"installMethods":1388,"rationale":1390,"selectedPaths":1391,"source":282,"sourceLanguage":17,"type":1385},"bin/hobby-installer",{"go":1389},"github.com/posthog/posthog/bin/hobby-installer","cli ecosystem detected at bin/hobby-installer",[1392,1394,1396],{"path":1393,"priority":281},"go.mod",{"path":1395,"priority":281},"README.md",{"path":1397,"priority":597},"main.go",{"basePath":1385,"installMethods":1399,"rationale":1401,"selectedPaths":1402,"source":282,"sourceLanguage":17,"type":1385},{"cargo":1400},"posthog-cli","cli ecosystem detected at cli",[1403,1405,1406,1408],{"path":1404,"priority":281},"Cargo.toml",{"path":1395,"priority":281},{"path":1407,"priority":597},"src/main.rs",{"path":1409,"priority":976},"src/lib.rs",{"basePath":1411,"installMethods":1412,"rationale":1414,"selectedPaths":1415,"source":282,"sourceLanguage":17,"type":1385},"funnel-udf",{"cargo":1413},"funnels","cli ecosystem detected at funnel-udf",[1416,1417,1418],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"basePath":1420,"installMethods":1421,"rationale":1423,"selectedPaths":1424,"source":282,"sourceLanguage":17,"type":1385},"livestream",{"go":1422},"github.com/posthog/posthog/livestream","cli ecosystem detected at livestream",[1425,1426,1427],{"path":1393,"priority":281},{"path":1395,"priority":281},{"path":1397,"priority":597},{"basePath":1429,"installMethods":1430,"rationale":1432,"selectedPaths":1433,"source":282,"sourceLanguage":17,"type":1385},"rust/batch-import-worker",{"cargo":1431},"batch-import-worker","cli ecosystem detected at rust/batch-import-worker",[1434,1435,1436],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1438,"installMethods":1439,"rationale":1441,"selectedPaths":1442,"source":282,"sourceLanguage":17,"type":1385},"rust/capture",{"cargo":1440},"capture","cli ecosystem detected at rust/capture",[1443,1444,1445],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1447,"installMethods":1448,"rationale":1450,"selectedPaths":1451,"source":282,"sourceLanguage":17,"type":1385},"rust/capture-logs",{"cargo":1449},"capture-logs","cli ecosystem detected at rust/capture-logs",[1452,1453,1454,1455],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1457,"installMethods":1458,"rationale":1460,"selectedPaths":1461,"source":282,"sourceLanguage":17,"type":1385},"rust/common/hogvm",{"cargo":1459},"hogvm","cli ecosystem detected at rust/common/hogvm",[1462,1463],{"path":1404,"priority":281},{"path":1409,"priority":976},{"basePath":1465,"installMethods":1466,"rationale":1468,"selectedPaths":1469,"source":282,"sourceLanguage":17,"type":1385},"rust/cyclotron-janitor",{"cargo":1467},"cyclotron-janitor","cli ecosystem detected at rust/cyclotron-janitor",[1470,1471,1472],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1474,"installMethods":1475,"rationale":1477,"selectedPaths":1478,"source":282,"sourceLanguage":17,"type":1385},"rust/cymbal",{"cargo":1476},"cymbal","cli ecosystem detected at rust/cymbal",[1479,1480,1481,1482],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1484,"installMethods":1485,"rationale":1487,"selectedPaths":1488,"source":282,"sourceLanguage":17,"type":1385},"rust/embedding-worker",{"cargo":1486},"embedding-worker","cli ecosystem detected at rust/embedding-worker",[1489,1490,1491],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1493,"installMethods":1494,"rationale":1496,"selectedPaths":1497,"source":282,"sourceLanguage":17,"type":1385},"rust/feature-flags",{"cargo":1495},"feature-flags","cli ecosystem detected at rust/feature-flags",[1498,1499,1500,1502,1503],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1501,"priority":597},"src/bin/warm-flags-cache.rs",{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1505,"installMethods":1506,"rationale":1508,"selectedPaths":1509,"source":282,"sourceLanguage":17,"type":1385},"rust/flags-consumer",{"cargo":1507},"flags-consumer","cli ecosystem detected at rust/flags-consumer",[1510,1511,1512],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1514,"installMethods":1515,"rationale":1517,"selectedPaths":1518,"source":282,"sourceLanguage":17,"type":1385},"rust/hypercache-server",{"cargo":1516},"hypercache-server","cli ecosystem detected at rust/hypercache-server",[1519,1520,1521],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1523,"installMethods":1524,"rationale":1526,"selectedPaths":1527,"source":282,"sourceLanguage":17,"type":1385},"rust/ingestion-consumer",{"cargo":1525},"ingestion-consumer","cli ecosystem detected at rust/ingestion-consumer",[1528,1529,1530],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1532,"installMethods":1533,"rationale":1535,"selectedPaths":1536,"source":282,"sourceLanguage":17,"type":1385},"rust/kafka-assigner",{"cargo":1534},"kafka-assigner","cli ecosystem detected at rust/kafka-assigner",[1537,1538,1539],{"path":1404,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1541,"installMethods":1542,"rationale":1544,"selectedPaths":1545,"source":282,"sourceLanguage":17,"type":1385},"rust/kafka-deduplicator",{"cargo":1543},"kafka-deduplicator","cli ecosystem detected at rust/kafka-deduplicator",[1546,1547,1548,1549],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1551,"installMethods":1552,"rationale":1554,"selectedPaths":1555,"source":282,"sourceLanguage":17,"type":1385},"rust/personhog-leader",{"cargo":1553},"personhog-leader","cli ecosystem detected at rust/personhog-leader",[1556,1557,1558,1559],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1561,"installMethods":1562,"rationale":1564,"selectedPaths":1565,"source":282,"sourceLanguage":1570,"type":1385},"rust/personhog-replica",{"cargo":1563},"personhog-replica","cli ecosystem detected at rust/personhog-replica",[1566,1567,1568,1569],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},"fr",{"basePath":1572,"installMethods":1573,"rationale":1575,"selectedPaths":1576,"source":282,"sourceLanguage":17,"type":1385},"rust/personhog-router",{"cargo":1574},"personhog-router","cli ecosystem detected at rust/personhog-router",[1577,1578,1579,1580],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1582,"installMethods":1583,"rationale":1585,"selectedPaths":1586,"source":282,"sourceLanguage":17,"type":1385},"rust/personhog-writer",{"cargo":1584},"personhog-writer","cli ecosystem detected at rust/personhog-writer",[1587,1588,1589,1590],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1592,"installMethods":1593,"rationale":1595,"selectedPaths":1596,"source":282,"sourceLanguage":17,"type":1385},"rust/property-defs-rs",{"cargo":1594},"property-defs-rs","cli ecosystem detected at rust/property-defs-rs",[1597,1598,1599,1600],{"path":1404,"priority":281},{"path":1395,"priority":281},{"path":1407,"priority":597},{"path":1409,"priority":976},{"basePath":1602,"installMethods":1603,"rationale":1604,"selectedPaths":1605,"source":282,"sourceLanguage":17,"type":1385},"tools/hogli",{"pypi":640},"cli ecosystem detected at tools/hogli",[1606,1608,1609,1612,1614],{"path":1607,"priority":281},"pyproject.toml",{"path":1395,"priority":281},{"path":1610,"priority":1611},"LICENSE","high",{"path":1613,"priority":597},"src/hogli/cli.py",{"path":1615,"priority":976},"src/hogli/__main__.py",{"basePath":1617,"installMethods":1618,"rationale":1620,"selectedPaths":1621,"source":282,"sourceLanguage":17,"type":1385},"tools/phrocs",{"go":1619},"github.com/posthog/posthog/phrocs","cli ecosystem detected at tools/phrocs",[1622,1623,1624],{"path":1393,"priority":281},{"path":1395,"priority":281},{"path":1397,"priority":597},{"sources":1626},[1627],"manual",{"npmPackage":1629},"@posthog/root",{"closedIssues90d":240,"description":1631,"forks":241,"homepage":1632,"license":247,"openIssues90d":242,"pushedAt":243,"readmeSize":238,"stars":244,"topics":1633},"🦔 PostHog is an all-in-one developer platform for building successful products. We offer product analytics, web analytics, session replay, error tracking, feature flags, experimentation, surveys, data warehouse, a CDP, and an AI product assistant to help debug your code, ship features faster, and keep all your usage and customer data in one stack.","https://posthog.com",[1634,1635,1636,1637,1638,1639,1640,1495,1641,1642,1643,1644,1645,1646,1647],"analytics","python","react","javascript","typescript","ab-testing","experiments","session-replay","ai-analytics","cdp","data-warehouse","product-analytics","surveys","web-analytics",{"downloads":8},{"classifiedAt":1650,"discoverAt":1651,"extractAt":1652,"githubAt":1652,"npmAt":1653,"updatedAt":1650},1778695659926,1778695623992,1778695651179,1778695654741,[225,222,223,224],{"evaluatedAt":251,"extractAt":1656,"updatedAt":251},1778695660274,[],[1659,1692,1727,1749,1766,1783],{"_creationTime":1660,"_id":1661,"community":1662,"display":1663,"identity":1668,"providers":1672,"relations":1685,"tags":1688,"workflow":1689},1778685949178.7793,"k17c3jcn579adn2htt11vpsa9n86mk6q",{"reviewCount":8},{"description":1664,"installMethods":1665,"name":1666,"sourceUrl":1667},"Commands for integrating with external services and syncing data",{"claudeCode":1666},"commands-integration-sync","https://github.com/davepoon/buildwithclaude",{"basePath":1669,"githubOwner":1670,"githubRepo":1671,"locale":17,"slug":1666,"type":257},"plugins/commands-integration-sync","davepoon","buildwithclaude",{"evaluate":1673,"extract":1683},{"promptVersionExtension":215,"promptVersionScoring":216,"score":1674,"tags":1675,"targetMarket":226,"tier":1682},99,[224,1676,1677,1678,1679,1680,1681],"synchronization","github","linear","automation","workflow","command","verified",{"commitSha":263,"license":1684},"MIT",{"parentExtensionId":1686,"repoId":1687},"k17dg0d5d8g0a5nhm59gm0tkwx86nbt4","kd719kw54vhmcscq7ckdp59fg586mnt6",[1679,1681,1677,224,1678,1676,1680],{"evaluatedAt":1690,"extractAt":1691,"updatedAt":1690},1778686487011,1778685949178,{"_creationTime":1693,"_id":1694,"community":1695,"display":1696,"identity":1701,"providers":1705,"relations":1720,"tags":1723,"workflow":1724},1778675414637.8318,"k179gx5nkk8knv1187jgdzzrvx86m5wr",{"reviewCount":8},{"description":1697,"installMethods":1698,"name":1699,"sourceUrl":1700},"Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows",{"claudeCode":1699},"zoom-plugin","https://github.com/anthropics/knowledge-work-plugins",{"basePath":1702,"githubOwner":1703,"githubRepo":1704,"locale":17,"slug":1699,"type":257},"partner-built/zoom-plugin","anthropics","knowledge-work-plugins",{"evaluate":1706,"extract":1716},{"promptVersionExtension":215,"promptVersionScoring":216,"score":1674,"tags":1707,"targetMarket":226,"tier":1682},[1708,1709,1710,1711,1712,1713,1714,224,1715],"zoom","api","sdk","webhook","chatbot","mcp","oauth","development",{"commitSha":263,"license":1684,"plugin":1717},{"mcpCount":8,"provider":1718,"skillCount":1719},"classify",29,{"parentExtensionId":1721,"repoId":1722},"k170xawqvmxgcy68pjc35tthw186nt3n","kd7d9w1wpah4hqnbsfzwwax72986mh7d",[1709,1712,1715,224,1713,1714,1710,1711,1708],{"evaluatedAt":1725,"extractAt":1726,"updatedAt":1725},1778676107213,1778675414637,{"_creationTime":1728,"_id":1729,"community":1730,"display":1731,"identity":1735,"providers":1737,"relations":1745,"tags":1746,"workflow":1747},1778685949178.7942,"k17eq57ecarsbhcxjh3kg0tgds86ntx6",{"reviewCount":8},{"description":1732,"installMethods":1733,"name":1734,"sourceUrl":1667},"Upload any file from Claude directly to Google Drive — unlimited uploads, folder selection, automatic organization",{"claudeCode":1734},"msapps-google-drive-upload",{"basePath":1736,"githubOwner":1670,"githubRepo":1671,"locale":17,"slug":1734,"type":257},"plugins/msapps-google-drive-upload",{"evaluate":1738,"extract":1744},{"promptVersionExtension":215,"promptVersionScoring":216,"score":1739,"tags":1740,"targetMarket":226,"tier":1682},97,[1741,1742,1743,225,1679],"google-drive","upload","files",{"commitSha":263,"license":1684},{"repoId":1687},[1679,225,1743,1741,1742],{"evaluatedAt":1748,"extractAt":1691,"updatedAt":1748},1778687949187,{"_creationTime":1750,"_id":1751,"community":1752,"display":1753,"identity":1755,"providers":1757,"relations":1762,"tags":1763,"workflow":1764},1778695660274.4905,"k1713acj4r8978e700nfa857wh86nszf",{"reviewCount":8},{"description":378,"installMethods":1754,"name":379,"sourceUrl":13},{"claudeCode":379},{"basePath":377,"githubOwner":254,"githubRepo":255,"locale":17,"slug":1756,"type":257},"salesforce",{"evaluate":1758,"extract":1761},{"promptVersionExtension":215,"promptVersionScoring":216,"score":1759,"tags":1760,"targetMarket":226,"tier":227},85,[255,1756,224,222,1643],{"commitSha":263},{"repoId":265},[1643,222,224,255,1756],{"evaluatedAt":1765,"extractAt":1656,"updatedAt":1765},1778695919785,{"_creationTime":1767,"_id":1768,"community":1769,"display":1770,"identity":1772,"providers":1774,"relations":1779,"tags":1780,"workflow":1781},1778695660274.4885,"k1747fw6jbbt3wwdavjgtd0rpd86ny9q",{"reviewCount":8},{"description":317,"installMethods":1771,"name":318,"sourceUrl":13},{"claudeCode":318},{"basePath":316,"githubOwner":254,"githubRepo":255,"locale":17,"slug":1773,"type":257},"posthog-braze-app",{"evaluate":1775,"extract":1778},{"promptVersionExtension":215,"promptVersionScoring":216,"score":1759,"tags":1776,"targetMarket":226,"tier":227},[1634,1777,255,224,222],"braze",{"commitSha":263},{"repoId":265},[1634,1777,222,224,255],{"evaluatedAt":1782,"extractAt":1656,"updatedAt":1782},1778695759940,{"_creationTime":1784,"_id":1785,"community":1786,"display":1787,"identity":1789,"providers":1791,"relations":1797,"tags":1798,"workflow":1799},1778695660274.4883,"k174ea4q9cg16rgtqv9s2gmg5586nffg",{"reviewCount":8},{"description":309,"installMethods":1788,"name":310,"sourceUrl":13},{"claudeCode":310},{"basePath":308,"githubOwner":254,"githubRepo":255,"locale":17,"slug":1790,"type":257},"posthog-avo",{"evaluate":1792,"extract":1796},{"promptVersionExtension":215,"promptVersionScoring":216,"score":1759,"tags":1793,"targetMarket":226,"tier":227},[255,1634,1794,222,1795],"avo","etl",{"commitSha":263},{"repoId":265},[1634,1794,222,1795,255],{"evaluatedAt":1800,"extractAt":1656,"updatedAt":1800},1778695745005]