Top Rated

The most starred skills loved by the community. Quality guaranteed!

Showing 1-24 of 196 skills
openai

babysit-pr

by openai

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep watching open PRs so fresh review feedback is surfaced promptly. Use when the user asks Codex to monitor a PR, watch CI, handle review comments, or keep an eye on failures and feedback on an open PR.

Comments 118.9K 3mo ago
openai

test-tui

by openai

Guide for testing Codex TUI interactively

Monitoring 118.9K 6mo ago
PostHog

instrumenting-first-party-metrics

by PostHog

"How to instrument PostHog's own Metrics product from PostHog-owned code — record counters, gauges, and histograms that land in posthog.metrics, the same way customers do. Use when adding application metrics in this monorepo (web, Celery, Temporal), when asked to push or ship metrics into posthog metrics, or when unsure whether the SDK in this environment supports posthog.metrics yet. Covers the environment decision (SDK-first per the public docs, OTel fallback when the SDK path is not available), the exact version gates per SDK, what is already wired internally, and how to validate metrics actually arrive."

Kubernetes 39.6K 1d ago
PostHog

writing-skills

by PostHog

'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/.'

Code Gen 39.6K 4d ago
PostHog

isolating-product-facade-contracts

by PostHog

Plan and execute 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 migration toward contracts.py + facade/api.py + presentation separation, with a PR strategy that minimizes review latency and conflicts with parallel work.

Code Review 39.6K 6d ago
PostHog

implementing-mcp-tools

by PostHog

'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.'

Code Gen 39.6K 17d ago
PostHog

monitoring-ingestion-pipeline

by PostHog

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.

Database 39.6K 1mo ago
PostHog

querying-tophog

by PostHog

Query tophog — the ingestion pipeline's heavy-hitter store in ClickHouse — to identify hot or expensive actors (team_id, distinct_id, session_id, partition) during incident triage. Use when investigating ingestion lag, a hot or lagging Kafka partition, expensive person processing, merge storms, or any "which team or distinct_id is causing this" question. Covers the internal Metabase access path (SSO via hogli), the tophog schema, and the cost-vs-volume query lens. Internal-only: results contain cross-customer identifiers.

Analytics 39.6K 2mo ago
PostHog

optimizing-clickhouse-and-hogql-queries

by PostHog

Workflow for optimizing ClickHouse and HogQL queries. Use when a HogQL query, query runner, insight, or report is too slow; when a hand-written ClickHouse query (via sync_execute or in a migration) is too slow; when ClickHouse times out or hits memory limits; when investigating a slow system.query_log row; or when reviewing a proposed HogQL printer change for performance. Covers extracting the ClickHouse SQL, common smells (FROM ... FINAL, JSONExtract over properties, missing skip indexes, self-joins, CTE blow-up), measuring against a real cluster, and applying the fix at the right layer (printer, query runner, or migration). Does NOT cover Postgres / Django ORM / app-database queries; those need pganalyze and the Postgres section of query-performance-optimization.md.

Database 39.6K 2mo ago
PostHog

playwright-test

by PostHog

Write a playwright test, make sure it runs, and is not flaky.

Debugging 39.6K 5mo ago
mukul975

analyzing-malware-sandbox-evasion-techniques

by mukul975

Detect sandbox evasion techniques in malware samples by analyzing timing checks, VM artifact queries, user interaction

Analytics 31.3K 5mo ago
basecamp

omarchy

by basecamp

REQUIRED for end-user customization of Linux desktop, window manager, or system config. Use when editing ~/.config/hypr/, ~/.config/waybar/, ~/.config/walker/, ~/.config/alacritty/, ~/.config/kitty/, ~/.config/ghostty/, ~/.config/mako/, or ~/.config/omarchy/. Triggers: Hyprland, window rules, animations, keybindings, monitors, gaps, borders, blur, opacity, waybar, walker, terminal config, themes, wallpaper, night light, idle, lock screen, screenshots, layer rules, workspace settings, display config, and user-facing omarchy commands. Excludes Omarchy source development in ~/.local/share/omarchy/ and omarchy-dev-* workflows.

CLI Tools 31.7K 6mo ago
mukul975

analyzing-azure-activity-logs-for-threats

by mukul975

'Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative

Cloud 31.3K 4mo ago
mukul975

analyzing-memory-forensics-with-lime-and-volatility

by mukul975

'Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility

CLI Tools 31.3K 4mo ago
mukul975

analyzing-browser-forensics-with-hindsight

by mukul975

Analyze Chromium-based browser artifacts using Hindsight to extract browsing history, downloads, cookies, cached

Security 31.3K 5mo ago
mukul975

analyzing-cyber-kill-chain

by mukul975

'Analyzes intrusion activity against the Lockheed Martin Cyber Kill Chain framework to identify which phases

Analytics 31.3K 5mo ago
mukul975

analyzing-macro-malware-in-office-documents

by mukul975

'Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download

Debugging 31.3K 5mo ago
mukul975

acquiring-disk-image-with-dd-and-dcfldd

by mukul975

Create forensically sound bit-for-bit disk images using dd and dcfldd while preserving evidence integrity through

File Ops 31.3K 5mo ago
mukul975

analyzing-disk-image-with-autopsy

by mukul975

Perform comprehensive forensic analysis of disk images using Autopsy to recover files, examine artifacts, and

Database 31.3K 5mo ago
mukul975

analyzing-campaign-attribution-evidence

by mukul975

Campaign attribution analysis involves systematically evaluating evidence to determine which threat actor or

Analytics 31.3K 5mo ago
mukul975

analyzing-outlook-pst-for-email-forensics

by mukul975

Analyze Microsoft Outlook PST and OST files for email forensic evidence including message content, headers, attachments,

Processing 31.3K 5mo ago
mukul975

analyzing-dns-logs-for-exfiltration

by mukul975

'Analyzes DNS query logs to detect data exfiltration via DNS tunneling, DGA domain communication, and covert

Docs Gen 31.3K 5mo ago
mukul975

analyzing-network-covert-channels-in-malware

by mukul975

Detect and analyze covert communication channels used by malware including DNS tunneling, ICMP exfiltration,

Debugging 31.3K 5mo ago
mukul975

analyzing-apt-group-with-mitre-navigator

by mukul975

Analyze advanced persistent threat (APT) group techniques using MITRE ATT&CK Navigator to create layered heatmaps

Analytics 31.3K 5mo ago