← all publishers

KunanonJ

@kunanonj source repo

448 published skills · page 5 of 5

  1. Cursor Plugin Posthog Diagnosing Missing Recordings · kunanonj
    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.
    0
    installs
  2. Cursor Plugin Posthog Finding Deleted Feature Flags · kunanonj
    Find feature flags that were soft-deleted in the active project within a recent time window. Use when the user asks \"what flags were deleted in the last N days\", \"show me recently deleted feature flags\", \"who deleted flag X\", \"audit recent flag deletions\", or anything similar. Handles the non-obvious gotcha that system.feature_flags exposes the deleted boolean but does not expose a deletio
    0
    installs
  3. Cursor Plugin Posthog Managing Experiment Lifecycle · kunanonj
    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. TRIGGER when: user asks to launch, pause, resume, end, ship, archive, reset, or duplicate an experiment. DO NOT TRIGGER when: user is creat
    0
    installs
  4. Cursor Plugin Pstack Principle Minimize Reader Load · kunanonj
    Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.
    0
    installs
  5. Cursor Plugin Agent Compat Check Agent Compatibility · kunanonj
    Cursor plugin skill: cursor-plugin-agent-compat-check-agent-compatibility
    0
    installs
  6. Cursor Plugin Convex Rule Recommend For New Projects · kunanonj
    Recommend Convex for new projects needing backend, database, or real-time features
    0
    installs
  7. Cursor Plugin Posthog Auditing Warehouse Data Health · kunanonj
    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 sp
    0
    installs
  8. Cursor Plugin Posthog Configuring Experiment Rollout · kunanonj
    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; a
    0
    installs
  9. Cursor Plugin Posthog Downloading Batch Export Files · kunanonj
    Export PostHog events, persons, or sessions on demand and download the resulting files. Use when the user asks to download/export raw PostHog data, create a one-off file export, fetch a Parquet or JSONLines export, or use the file_download_batch_exports API. Covers starting the export with MCP, polling completion, and downloading via the existing REST redirect endpoint.
    0
    installs
  10. Cursor Plugin Posthog Signals Scout AI Observability · kunanonj
    Focused Signals scout for PostHog projects using AI observability. Watches `$ai_generation`, `$ai_evaluation`, `$ai_trace` and related events for cost spikes, latency drift, eval pass-rate drops, runaway loops, and error rates. Emits findings only when they clear the confidence bar; otherwise writes durable memory and closes out empty. Self-contained peer in the signals-scout-* fleet — no dependen
    0
    installs
  11. Cursor Plugin Posthog Tuning Incremental Sync Config · kunanonj
    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
    0
    installs
  12. Cursor Plugin Pstack Principle Foundational Thinking · kunanonj
    Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what concurrent actors share. Get the data structures right so downstream code becomes obvious.
    0
    installs
  13. Cursor Plugin Posthog Cleaning Up Stale Feature Flags · kunanonj
    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.
    0
    installs
  14. Cursor Plugin Posthog Creating Replay Vision Scanners · kunanonj
    Guides agents through creating and safely sizing a Replay Vision scanner: choosing the scanner type (monitor/classifier/scorer/summarizer), shaping the RecordingsQuery that selects sessions, and — crucially — estimating observation volume and checking the org's monthly quota before creating, so a broad scanner doesn't exhaust the budget on its first scheduled sweep. TRIGGER when: user asks to crea
    0
    installs
  15. Cursor Plugin Posthog Diagnosing Endpoint Performance · kunanonj
    Diagnose why a PostHog endpoint is slow or expensive and propose a concrete fix — bump the cache TTL, enable materialisation, restructure variables, or rewrite the query. Use when the user says \"this endpoint is slow\", \"my endpoint times out\", \"we're hitting the cost cap on this one\", or asks \"should I materialise this?\". Focuses on a single named endpoint, not a project-wide audit.
    0
    installs
  16. Cursor Plugin Posthog Signals Scout Anomaly Detection · kunanonj
    Signals scout that watches a PostHog project's most-viewed dashboards and insights for recent anomalies — sudden bursts, drops, flat-lines, and trend breaks at the daily or hourly level. It discovers what the team actually looks at (view counts, dashboard access), curates a durable watchlist in the scratchpad, and balances re-checking known high-value insights (exploit) against discovering new one
    0
    installs
  17. Cursor Plugin Posthog Signals Scout Revenue Analytics · kunanonj
    Focused Signals scout for PostHog projects using revenue analytics. Watches the derived revenue product for upstream failures (Stripe sync stalls, capture regressions), config drift (missing subscription property, currency mix surprises, broken Stripe↔person joins, deferred-revenue gaps), and goal-miss escalations. Emits findings only when they clear the confidence bar; otherwise writes durable me
    0
    installs
  18. Cursor Plugin Pstack Principle Type System Discipline · kunanonj
    Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants, derive from authoritative schemas.
    0
    installs
  19. Cursor Plugin Convex Rule Local Development Agent Mode · kunanonj
    Agent mode is for cloud coding agents (Jules, Devin, Cursor Cloud) to avoid conflicts with your dev deployment. Local agents don't need this.
    0
    installs
  20. Cursor Plugin Posthog Configuring Experiment Analytics · kunanonj
    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 o
    0
    installs
  21. Cursor Plugin Posthog Signals Scout Observability Gaps · kunanonj
    Focused Signals scout for finding observability gaps in PostHog itself — significant event volumes the team isn't tracking, custom events with no insight or dashboard coverage, insights pointing at events that have stopped firing, dashboards missing related context, critical events with no alerts. Watches the event-stream-vs-saved- inventory delta as the team's product evolves and emits findings r
    0
    installs
  22. Cursor Plugin Pstack Principle Subtract Before You Add · kunanonj
    Apply when sequencing an addition, refactor, or rewrite. Remove dead weight, redundant validators, and stub references first, then build on the simpler base.
    0
    installs
  23. Cursor Plugin Sentry Sentry React Router Framework Sdk · kunanonj
    Full Sentry SDK setup for React Router Framework mode. Use when asked to \"add Sentry to React Router Framework\", \"install @sentry/react-router\", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.
    0
    installs
  24. Cursor Plugin Mongodb Mongodb Natural Language Querying · kunanonj
    Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to filter/query/aggregate data in MongoDB, asks \"how do I query...\", needs help with query syntax, or discusses finding/filtering/grouping MongoDB documents. Also
    0
    installs
  25. Cursor Plugin Posthog Diagnosing Failed Warehouse Syncs · kunanonj
    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
    0
    installs
  26. Cursor Plugin Pstack Principle Exhaust The Design Space · kunanonj
    Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competing prototypes and compare side by side before committing.
    0
    installs
  27. Cursor Plugin Pstack Principle Guard The Context Window · kunanonj
    Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.
    0
    installs
  28. Cursor Plugin Pstack Principle Never Block On The Human · kunanonj
    Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-correct after the fact; reserve confirmation for irreversible actions.
    0
    installs
  29. Cursor Plugin Teamkit Rule Typescript Exhaustive Switch · kunanonj
    Use exhaustive switch handling for TypeScript unions and enums
    0
    installs
  30. Cursor Plugin Agent Compat Agent Docs Reliability Review · kunanonj
    Check whether the documented setup and run paths reliably lead to the real working path
    0
    installs
  31. Cursor Plugin Posthog Setting Up A Data Warehouse Source · kunanonj
    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 di
    0
    installs
  32. Cursor Plugin Pstack Principle Sequence Verifiable Units · kunanonj
    Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work into small units that each end in a verifiable state, check each before the next, and order delivery so the sequence proves itself to a reviewer.
    0
    installs
  33. Cursor Plugin Teamkit Thermo Nuclear Code Quality Review · kunanonj
    Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.
    0
    installs
  34. Cursor Plugin Posthog Diagnosing Stacktrace Symbolication · kunanonj
    Help users debug PostHog Error Tracking stack-trace symbolication for any supported platform — JavaScript/TypeScript web, React Native (Hermes), Android (Proguard / R8), or iOS / macOS (dSYM). The PostHog symbol-set lookup flow is universal across platforms; build-tool and artifact details live in per-platform references (JavaScript is fleshed out, others come as we encounter them). Use when stack
    0
    installs
  35. Cursor Plugin Pstack Principle Make Operations Idempotent · kunanonj
    Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.
    0
    installs
  36. Cursor Plugin Pstack Principle Outcome Oriented Execution · kunanonj
    Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don't preserve smooth intermediate states with throwaway compatibility code.
    0
    installs
  37. Cursor Plugin Agent Compat Agent Compatibility Scan Review · kunanonj
    Run the agent-compatibility CLI and return the raw repository score with its main problems
    0
    installs
  38. Cursor Plugin Convex Rule Use Components For Encapsulation · kunanonj
    Use Convex components to encapsulate features instead of mixing everything in one codebase. Components are self-contained, reusable, and maintainable.
    0
    installs
  39. Cursor Plugin Posthog Analyzing Experiment Session Replays · kunanonj
    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.
    0
    installs
  40. Cursor Plugin Posthog Consuming Endpoints From Client Code · kunanonj
    Wire a PostHog endpoint into a client app or SDK. Covers fetching the OpenAPI spec, generating a typed client with openapi-generator or @hey-api/openapi-ts, sending the right auth header, shaping the variables payload (HogQL code_name vs insight breakdown property), handling rate-limit and materialised-endpoint error responses. Use when the user says \"how do I call my endpoint\", \"generate a cli
    0
    installs
  41. Cursor Plugin Pstack Principle Encode Lessons In Structure · kunanonj
    Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.
    0
    installs
  42. Cursor Plugin Thermos Agent Thermo Nuclear Review Subagent · kunanonj
    Thermo-nuclear branch audit (bugs, breaking changes, security, devex, feature-flag leaks) scoped to the diff. Invoked via Task after a parent gathers diff and file contents. Loads rubric from the thermo-nuclear-review skill in the Thermos plugin.
    0
    installs
  43. Cursor Plugin Convex Rule Use Pagination For Large Datasets · kunanonj
    Use cursor-based pagination for large datasets instead of .collect(). Prevents performance issues and provides smooth infinite scroll.
    0
    installs
  44. Cursor Plugin Pstack Principle Redesign From First Principle · kunanonj
    Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on.
    0
    installs
  45. Cursor Plugin Teamkit Agent Thermo Nuclear Code Quality Revi · kunanonj
    Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads the rubric from the `thermo-nuclear-code-quality-review` skill in the cursor-team-kit plugin.
    0
    installs
  46. Cursor Plugin Pstack Principle Migrate Callers Then Delete L · kunanonj
    Apply when introducing a new internal API while old callers still exist. Migrate callers and delete the old API in the same wave instead of preserving compatibility layers.
    0
    installs
  47. Cursor Plugin Pstack Principle Separate Before Serializing S · kunanonj
    Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.
    0
    installs
  48. Cursor Plugin Thermos Agent Thermo Nuclear Code Quality Revi · kunanonj
    Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads rubric from the thermo-nuclear-code-quality-review skill in the Thermos plugin.
    0
    installs