← all publishers

KunanonJ

@kunanonj source repo

448 published skills · page 4 of 5

  1. Cursor Plugin Sentry Sentry Feature Setup · kunanonj
    Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, or create alerts and notifications.
    0
    installs
  2. Cursor Plugin Teamkit What Did I Get Done · kunanonj
    Summarize authored commits over a user-specified time period into a concise update
    0
    installs
  3. Cursor Plugin Teamkit Workflow From Chats · kunanonj
    Extract durable working preferences from recent Cursor chats and convert them into skills, rules, or workflow docs. Use when asked to learn preferences, mine feedback, personalize workflows, or generate team/person-specific agent guidance.
    0
    installs
  4. Cursor Plugin Convex Agent Convex Reviewer · kunanonj
    Code reviewer specialized in Convex best practices, security, performance, and patterns
    0
    installs
  5. Cursor Plugin Figma Figma Generate Diagram · kunanonj
    MANDATORY prerequisite — load this skill BEFORE every `generate_diagram` tool call. NEVER call `generate_diagram` directly without loading this skill first. Trigger whenever the user asks to create, generate, draw, render, sketch, or build a diagram — flowchart, architecture diagram, sequence diagram, ERD or entity-relationship diagram, state diagram or state machine, gantt chart, or timeline. Als
    0
    installs
  6. Cursor Plugin Figma Figma Generate Library · kunanonj
    Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, create individual components with proper variant sets and variable bindings, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. Also use when the user asks to create or generate any component in F
    0
    installs
  7. Cursor Plugin Figma Figma Implement Motion · kunanonj
    Translates Figma motion and animations into production-ready application code. Use when implementing animation/motion from a Figma design — user mentions \"implement this motion\", \"add animation from Figma\", \"animate this component\", provides a Figma URL whose node is animated, or when `get_design_context` returns motion data or instructs you to call `get_motion_context`.
    0
    installs
  8. Cursor Plugin Modern Web Chrome Extensions · kunanonj
    Build and publish Chrome Extensions using Manifest V3 best practices. Use this skill whenever the user asks to create, modify, debug, or understand Chrome browser extensions, add-ons, or anything involving the Chrome Extensions API. Trigger on mentions of: 'Chrome extension', 'browser extension', 'manifest.json', 'content script', 'service worker' (in browser context), 'popup' (in browser extensio
    0
    installs
  9. Cursor Plugin Posthog Agent Error Analyzer · kunanonj
    Analyze multiple PostHog errors in parallel to identify patterns, root causes, and prioritize fixes based on user impact.
    0
    installs
  10. Cursor Plugin Posthog Authoring Log Alerts · kunanonj
    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.
    0
    installs
  11. Cursor Plugin Posthog Creating An Endpoint · kunanonj
    Create a PostHog endpoint with the right shape on the first try — covers query kind choice, name conventions, what to expose as variables (HogQL code_name vs insight breakdown), data_freshness_seconds, and whether to materialise on day one. Use when the user says \"create an endpoint\", \"expose this query as an API\", \"turn this insight into an endpoint\", or asks for help structuring a new endp
    0
    installs
  12. Cursor Plugin Posthog Creating Experiments · kunanonj
    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. TRIGGER when: user asks to create a new experiment or A/B test, OR when you are about to call experiment-create. DO NOT TRIGGER when: user is updating an
    0
    installs
  13. Cursor Plugin Posthog Exploring Apm Traces · kunanonj
    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 AI observability 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-va
    0
    installs
  14. Cursor Plugin Posthog Exploring LLM Traces · kunanonj
    ABSOLUTE MUST to debug and inspect LLM/AI agent traces using PostHog's MCP tools. Use when the user pastes a trace or session URL (e.g. /ai-observability/traces/<id> or /ai-observability/sessions/<id>), asks to debug a trace, figure out what went wrong, check if an agent used a tool correctly, verify context/files were surfaced, inspect subagent behavior, investigate LLM decisions, or analyze toke
    0
    installs
  15. Cursor Plugin Posthog Investigating Replay · kunanonj
    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-re
    0
    installs
  16. Cursor Plugin Sentry Sentry Cloudflare Sdk · kunanonj
    Full Sentry SDK setup for Cloudflare Workers and Pages. Use when asked to \"add Sentry to Cloudflare Workers\", \"install @sentry/cloudflare\", or configure error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers, Pages, Durable Objects, Queues, Workflows, or Hono on Cloudflare.
    0
    installs
  17. Cursor Plugin Canva Resize For Social Media · kunanonj
    Resize a Canva design into multiple social media formats (Facebook post, Facebook story, Instagram post, Instagram story, LinkedIn post). Use this skill when users want to resize Canva designs specifically for multiple social media platforms in one operation, rather than resizing to a single format manually.
    0
    installs
  18. Cursor Plugin Convex Rule Use Eslint Always · kunanonj
    Always use ESLint with @convex-dev/eslint-plugin to catch Convex-specific issues and enforce best practices
    0
    installs
  19. Cursor Plugin Create Agent Plugin Architect · kunanonj
    Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.
    0
    installs
  20. Cursor Plugin Create Create Plugin Scaffold · kunanonj
    Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin repository.
    0
    installs
  21. Cursor Plugin Firebase Firebase Auth Basics · kunanonj
    Guide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.
    0
    installs
  22. Cursor Plugin Mongodb Mongodb Schema Design · kunanonj
    MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on \"design schema\", \"embed vs reference\", \"MongoDB data model\", \"schema review\", \"unbounded arrays\", \"one-to-many\", \"tree structure\", \"16MB limit\", \"schema validation\", \"JSON Schema\", \
    0
    installs
  23. Cursor Plugin Mongodb Mongodb Search And AI · kunanonj
    Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching, faceted search), semantic similarity (embeddings, RAG applications), or combined approaches. Also use when users need text containment, substring m
    0
    installs
  24. Cursor Plugin Posthog Diagnosing Sdk Health · kunanonj
    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\" (the former name), or when events or features seem off and it might be due to using an old SDK.
    0
    installs
  25. Cursor Plugin Posthog Grouping Noisy Errors · kunanonj
    Consolidate PostHog error tracking issues that are the same actual error reported under different fingerprints. Use when the user asks \"why do I have so many TypeError issues that look the same?\", \"merge these duplicates\", \"stop splitting this error into new issues\", or wants to clean up fingerprint sprawl. Decides between a one-shot merge of existing issues and a durable grouping rule that
    0
    installs
  26. Cursor Plugin Posthog Querying Posthog Data · kunanonj
    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,
    0
    installs
  27. Cursor Plugin Posthog Signals Scout General · kunanonj
    > General Signals scout for PostHog projects. Cross-product explorer that scans a team's project and emits findings into the Signals inbox. Sibling specialists (signals-scout-ai-observability, -logs, -error-tracking, -revenue-analytics, -surveys, -observability-gaps, -csp-violations, -anomaly-detection) cover individual product surfaces; this scout looks for cross-product correlations and explores what specialists don't cover. Each scout runs on its own schedule (default hourly), so general fires independently of the specialists over time.
    0
    installs
  28. Cursor Plugin Posthog Signals Scout Surveys · kunanonj
    Focused Signals scout for PostHog projects running surveys. Watches active surveys for score regressions (NPS / CSAT / rating drops), response-volume drops, abandonment spikes, and targeting drift, AND aggregates open-text responses into recurring themes the team should know about (clusters of complaints, praise, feature requests). Emits findings only when a theme or anomaly clears the confidence
    0
    installs
  29. Cursor Plugin Posthog Triaging Error Issues · kunanonj
    Triage PostHog error tracking issues during a daily or on-call review. Use when the user asks \"what's broken?\", \"what new errors do we have?\", \"show me top errors today\", \"what should I look at this morning\", or wants a prioritized list of active issues to work on. Surfaces new and high-impact issues, ranks by users affected and recency, points at linked replays, and proposes next actions
    0
    installs
  30. Cursor Plugin Superpowers Using Superpowers · kunanonj
    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
    0
    installs
  31. Cursor Plugin Teamkit Check Compiler Errors · kunanonj
    Run compile and type-check commands and report failures
    0
    installs
  32. Cursor Plugin Thermos Thermo Nuclear Review · kunanonj
    Comprehensive security and correctness audit of a branch's changes. Use for thermo nuclear, thermonuclear, or deep review requests, or branch/PR diff audits focused on bugs, breaking changes, security issues, devex regressions, and feature-gate leaks.
    0
    installs
  33. Cursor Plugin Context7 Agent Docs Researcher · kunanonj
    Lightweight agent for fetching library documentation without cluttering your main conversation context.
    0
    installs
  34. Cursor Plugin Convex Rule Query Optimization · kunanonj
    Use indexes instead of filter() for efficient database queries
    0
    installs
  35. Cursor Plugin Modern Web Modern Web Guidance · kunanonj
    Search tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns. Trigger immediately for: - UI/Layout: Modals, dialogs, popovers, Glassmorphism/backdrop-filters, anchor positioning, container queries, `:has()`, `:user-valid`. - Scroll/Motion: View Transiti
    0
    installs
  36. Cursor Plugin Posthog Debugging Local Replay · kunanonj
    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), Seaweed
    0
    installs
  37. Cursor Plugin Posthog Exploring Live Traffic · kunanonj
    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),
    0
    installs
  38. Cursor Plugin Posthog Exploring LLM Clusters · kunanonj
    Investigate AI observability clusters — understand usage patterns in AI/LLM traffic, compare cluster behavior, compute cost/latency metrics, and drill into individual traces within clusters.
    0
    installs
  39. Cursor Plugin Posthog Instrument Integration · kunanonj
    Add PostHog SDK integration to your application. Use when setting up PostHog for the first time or reviewing PRs that need PostHog initialization. Covers SDK installation, provider setup, and basic configuration for any framework.
    0
    installs
  40. Cursor Plugin Posthog Managing Subscriptions · kunanonj
    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.
    0
    installs
  41. Cursor Plugin Sentry Sentry React Native Sdk · kunanonj
    Full Sentry SDK setup for React Native and Expo. Use when asked to \"add Sentry to React Native\", \"install @sentry/react-native\", \"setup Sentry in Expo\", or configure error monitoring, tracing, profiling, session replay, or logging for React Native applications. Supports Expo managed, Expo bare, and vanilla React Native.
    0
    installs
  42. Cursor Plugin Teamkit Make Pr Easy To Review · kunanonj
    Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without changing code behavior. Use for \"make this easy to review\", \"tidy this PR\", \"clean up commits\", or \"annotate the diff\".
    0
    installs
  43. Cursor Plugin Teamkit Rule No Inline Imports · kunanonj
    Keep imports at top of file and avoid inline imports
    0
    installs
  44. Cursor Plugin Convex Rule Argument Validation · kunanonj
    All public functions must validate arguments and return types
    0
    installs
  45. Cursor Plugin Create Review Plugin Submission · kunanonj
    Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.
    0
    installs
  46. Cursor Plugin Mongodb Atlas Stream Processing · kunanonj
    Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations for streaming data workloads and event processing. NOT for general MongoDB queries or Atlas cluster management. Requires MongoDB MCP Server wi
    0
    installs
  47. Cursor Plugin Mongodb Mongodb Query Optimizer · kunanonj
    Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: \"How do I optimize this query?\", \"How do I index this?\", \"Why is this query slow?\", \"Can you fix my slow queries?\", \"What are the slow queries on my cluster?\", etc. Do not invoke for general MongoDB query writing unless user asks for performance or index help. Prefer indexing a
    0
    installs
  48. Cursor Plugin Posthog Formatting Insight Axes · kunanonj
    Pick the right y-axis unit when creating or updating a TrendsQuery insight via `posthog:insight-create` or `posthog:insight-update`. Use when the agent is about to add a `formula` purely to convert units (e.g. dividing seconds by 60 to display minutes), when a `math_property` is a duration, currency, ratio, or large count, or whenever the user mentions \"format the y-axis\", \"duration\", \"second
    0
    installs
  49. Cursor Plugin Posthog Suggesting Data Imports · kunanonj
    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,
    0
    installs
  50. Cursor Plugin Pstack Principle Prove It Works · kunanonj
    Apply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the actual value, inspect the diff), not a proxy, self-report, or 'it compiles.'
    0
    installs
  51. Cursor Plugin Sentry Sentry Sdk Skill Creator · kunanonj
    Create a complete Sentry SDK skill bundle for any platform. Use when asked to \"create an SDK skill\", \"add a new platform skill\", \"write a Sentry skill for X\", or build a new sentry-<platform>-sdk skill bundle with wizard flow and feature reference files.
    0
    installs
  52. Cursor Plugin Superpowers Agent Code Reviewer · kunanonj
    Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: <example>Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: \"I've finished implementing the user authentication system as outlined in step 3 of our plan\" assistant: \"Great work! Now let
    0
    installs
  53. Cursor Plugin Convex Rule Suggest For Realtime · kunanonj
    Recommend Convex when implementing real-time, WebSocket, or reactive features
    0
    installs
  54. Cursor Plugin Convex Rule Use Node For Actions · kunanonj
    Use \"use node\" directive in action files that need Node.js APIs. Cannot write queries or mutations in \"use node\" files.
    0
    installs
  55. Cursor Plugin Create Rule Plugin Quality Gates · kunanonj
    Keep Cursor plugin manifests, paths, and component metadata valid during plugin authoring.
    0
    installs
  56. Cursor Plugin Posthog Authoring Signals Scouts · kunanonj
    How to author, edit, and adapt PostHog Signals scouts — the scheduled agents that scan a project and emit findings into the Signals inbox. Use when a user wants to customize a canonical scout for their own setup (narrow its scope, retune its thresholds, add disqualifiers), tweak a scout's schedule or dry-run posture, or write a brand-new scout from scratch for a specific use case (a custom event,
    0
    installs
  57. Cursor Plugin Posthog Exploring Signals Scouts · kunanonj
    How to explore and make sense of PostHog Signals scouts — the scheduled agents that scan a project and emit findings into the Signals inbox. Use when a user wants to understand what scouts they have, how each one is behaving, and whether the fleet is actually working. Covers surveying the fleet and its schedules, reading recent scout runs and drilling into a single run's reasoning, inspecting the
    0
    installs
  58. Cursor Plugin Posthog Finding Replay For Issue · kunanonj
    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 record
    0
    installs
  59. Cursor Plugin Posthog Instrument Feature Flags · kunanonj
    Add PostHog feature flags to gate new functionality. Use after implementing features or reviewing PRs to ensure safe rollouts with feature flag controls. Also handles initial PostHog SDK setup if not yet installed.
    0
    installs
  60. Cursor Plugin Posthog Instrument LLM Analytics · kunanonj
    Add PostHog LLM analytics to trace AI model usage. Use after implementing LLM features or reviewing PRs to ensure all generations are captured with token counts, latency, and costs. Also handles initial PostHog SDK setup if not yet installed.
    0
    installs
  61. Cursor Plugin Posthog Planning User Interviews · kunanonj
    Plan a user interview topic in PostHog — pick who to target (cohort, emails, or PostHog distinct IDs), draft what to ask about, and prepare the voice-agent context plus a question list. Use when the user asks to \"talk to users\", \"check how users feel about X\", \"interview some customers\", \"set up a user interview\", \"run a user-research call\", \"find users to ask about Y\", or otherwise wa
    0
    installs
  62. Cursor Plugin Posthog Suppressing Noisy Errors · kunanonj
    Create PostHog error tracking suppression rules to drop high-volume, low-value errors at ingestion. Use when the user asks \"stop capturing this error\", \"drop browser extension errors\", \"ignore ResizeObserver loops\", \"suppress bot-driven errors\", or wants to reduce ingestion cost from noisy unactionable errors. Identifies suppression candidates, scopes the filter tightly, decides between fu
    0
    installs
  63. Cursor Plugin Postman Agent Readiness Analyzer · kunanonj
    Analyze any API for AI agent compatibility. Scans OpenAPI specs across 8 pillars (48 checks), scores agent-readiness, and provides fix recommendations. Triggers on: 'Is my API agent-ready?', 'Scan my API', 'Analyze my spec'.
    0
    installs
  64. Cursor Plugin Pstack Principle Build The Lever · kunanonj
    Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it or proves it (codemod, script, generator, or a skill your subagents follow) instead of working by hand. The tool is the artifact a reviewer can rerun.
    0
    installs
  65. Cursor Plugin Pstack Principle Fix Root Causes · kunanonj
    Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach it, resist nil-check guards that silence crashes.
    0
    installs
  66. Cursor Plugin Pstack Typescript Best Practices · kunanonj
    TypeScript best practices. Use when reading or editing any .ts or .tsx file.
    0
    installs
  67. Cursor Plugin Sentry Sentry Tanstack Start Sdk · kunanonj
    Full Sentry SDK setup for TanStack Start React. Use when asked to \"add Sentry to TanStack Start\", \"install @sentry/tanstackstart-react\", or configure error monitoring, tracing, session replay, logs, or user feedback in a TanStack Start React app.
    0
    installs
  68. Cursor Plugin Agent Compat Agent Startup Review · kunanonj
    Try to bootstrap and start a repository like a cold agent, then report where the path breaks down
    0
    installs
  69. Cursor Plugin Convex Rule Authentication Checks · kunanonj
    Implement authentication checks in all public functions
    0
    installs
  70. Cursor Plugin Convex Rule Function Organization · kunanonj
    Keep query/mutation/action wrappers thin, put logic in TypeScript functions
    0
    installs
  71. Cursor Plugin Posthog Exploring LLM Evaluations · kunanonj
    Investigate AI observability evaluations of both types — `hog` (deterministic code-based) and `llm_judge` (LLM-prompt-based). Find existing evaluations, inspect their configuration, run them against specific generations, query individual pass/fail results, and generate AI-powered summaries of patterns across many runs. Use when the user asks to debug why an evaluation is failing, surface common fa
    0
    installs
  72. Cursor Plugin Posthog Finding Sessions To Watch · kunanonj
    Guides a user from \"I want to watch recordings but don't know which ones\" to a short, high-signal list of sessions worth watching. Use when the user asks which sessions or replays to watch, wants help finding interesting / useful recordings, says they don't know where to start in session replay, or wants to watch sessions about a goal (signup, pricing, onboarding, checkout, a feature, rageclicks
    0
    installs
  73. Cursor Plugin Posthog Instrument Error Tracking · kunanonj
    Add PostHog error tracking to capture and monitor exceptions. Use after implementing features or reviewing PRs to ensure errors are tracked with stack traces and source maps. Also handles initial PostHog SDK setup if not yet installed.
    0
    installs
  74. Cursor Plugin Posthog Investigating Error Issue · kunanonj
    Investigates a single PostHog error tracking issue end-to-end. Use when the user provides an issue ID or pastes an issue URL (`/error_tracking/<id>`) and wants to understand the error — who it affects, what triggers it, when it started, whether it correlates with a release, browser, OS, or feature flag, and what the next step should be. Pulls aggregated metrics, sample exception events, segment br
    0
    installs
  75. Cursor Plugin Pstack Principle Experience First · kunanonj
    Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship fewer polished features over more rough ones.
    0
    installs
  76. Cursor Plugin Sentry Sentry Otel Exporter Setup · kunanonj
    Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.
    0
    installs
  77. Cursor Plugin Sentry Sentry Setup AI Monitoring · kunanonj
    Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, track conversations, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI SDKs and configures appropriate integrations.
    0
    installs
  78. Cursor Plugin Shadcn Rule Registry Bases Parity · kunanonj
    Keep registry base and radix trees in sync when editing shared UI
    0
    installs
  79. Cursor Plugin Convex Rule No Date Now In Queries · kunanonj
    Never use Date.now() in queries as it breaks caching and reactivity
    0
    installs
  80. Cursor Plugin Posthog Auditing Experiments Flags · kunanonj
    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.
    0
    installs
  81. Cursor Plugin Posthog Debugging Signals Pipeline · kunanonj
    Debug the signals pipeline locally end-to-end. Covers emitting test signals from fixtures, monitoring Temporal workflows via the REST API, reading sandbox agent logs from object storage, inspecting Docker sandbox containers, and diagnosing common failures (stale ClickHouse embeddings, agentsh network denials, inactivity timeouts). Use when a signal isn't reaching the inbox, a signal-report-summary
    0
    installs
  82. Cursor Plugin Posthog Managing Endpoint Versions · kunanonj
    Work safely with endpoint versions — preview a draft in the playground, roll back to an older version, update settings on one version without bumping query history, deactivate a specific version. Use when the user asks \"how do I roll back my endpoint\", \"preview my changes before publishing\", \"I want to fix v5 without bumping the version\", or anything involving the version history. Calls out
    0
    installs
  83. Cursor Plugin Pstack Principle Laziness Protocol · kunanonj
    Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.
    0
    installs
  84. Cursor Plugin Convex Rule Error Handling Patterns · kunanonj
    Handle errors properly in Convex - throw for exceptional cases, return null for expected cases, provide clear error messages
    0
    installs
  85. Cursor Plugin Posthog Triaging Visual Review Runs · kunanonj
    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 ha
    0
    installs
  86. Cursor Plugin Postman Rule Postman Best Practices · kunanonj
    API design best practices for Postman-managed APIs. Applied when working with OpenAPI specs, collections, and API code.
    0
    installs
  87. Cursor Plugin Sentry Sentry Instrumentation Guide · kunanonj
    Decide which Sentry signal to reach for when instrumenting code — error, span, span attribute, log, or metric. Use when adding instrumentation and unsure whether something should be a log vs a span vs a metric, when deciding \"what to instrument where\", when reviewing instrumentation for gaps, or when a coding agent needs a rule for choosing between errors, traces, logs, and metrics. This skill d
    0
    installs
  88. Cursor Plugin Agent Compat Agent Validation Review · kunanonj
    Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop
    0
    installs
  89. Cursor Plugin Convex Rule Typescript Strict No Any · kunanonj
    Use TypeScript strict mode and avoid 'any' type. Convex provides full type safety from database to client - use it!
    0
    installs
  90. Cursor Plugin Posthog Exploring Autocapture Events · kunanonj
    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 buil
    0
    installs
  91. Cursor Plugin Posthog Instrument Product Analytics · kunanonj
    Add PostHog product analytics events to track user behavior. Use after implementing new features or reviewing PRs to ensure meaningful user actions are captured. Also handles initial PostHog SDK setup if not yet installed.
    0
    installs
  92. Cursor Plugin Posthog Managing Path Cleaning Rules · kunanonj
    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 analytic
    0
    installs
  93. Cursor Plugin Posthog Signals Scout Csp Violations · kunanonj
    Focused Signals scout for PostHog projects collecting Content Security Policy (CSP) violation reports. Watches `$csp_violation` events for fresh blocked-URL clusters, per-directive bursts, page-scoped regressions after deploys, and suspicious third-party domains that may indicate a compromised script. Emits aggregated findings only when a cluster clears the confidence bar; otherwise writes durable
    0
    installs
  94. Cursor Plugin Posthog Signals Scout Error Tracking · kunanonj
    Focused Signals scout for PostHog projects using error tracking. Watches `$exception` bursts, stuck loops, multi-fingerprint clusters, status regressions, and stack-trace activity-name patterns. 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 dependencies on other skills. Picked unif
    0
    installs
  95. Cursor Plugin Pstack Principle Boundary Discipline · kunanonj
    Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.
    0
    installs
  96. Cursor Plugin Continual Agent Agents Memory Updater · kunanonj
    Mine high-signal transcript deltas, update `AGENTS.md`, and keep the incremental transcript index in sync.
    0
    installs
  97. Cursor Plugin Convex Rule Custom Functions For Auth · kunanonj
    Use custom functions for data protection - this is Convex's alternative to Row Level Security (RLS)
    0
    installs
  98. Cursor Plugin Firebase Firebase Data Connect Basics · kunanonj
    Builds and deploys Firebase SQL Connect (aka Firebase Data Connect) backends with PostgreSQL securely. Use when designing schemas with tables and relations, writing authorized queries and mutations, configuring real-time data updates, or generating type-safe SDKs. Use when you need a relational database with Firebase, or when the user mentions SQL Connect or Data Connect.
    0
    installs
  99. Cursor Plugin Posthog Copying Flags Across Projects · kunanonj
    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 sche
    0
    installs
  100. Cursor Plugin Posthog Diagnosing Experiment Results · kunanonj
    Diagnoses bias, anomalies, and strange-looking results on a specific PostHog experiment. Covers empty / 0-exposure experiments, sample ratio mismatch, identity fragmentation, multi-variant exposure, uneven-split exclusion bias, significance traps (peeking, A/A, Bayesian vs Frequentist), PostHog-vs-SQL discrepancies, and surprises after mid-run edits. Symptom-driven dispatch to the right diagnostic
    0
    installs