Recently Added

Fresh skills just added to the collection. Be the first to try them out!

Showing 97-120 of 196 skills
kbrdn1

run-tasks

by kbrdn1

Execute GitHub issues or task files with full EPCT workflow and PR creation

Comments 3 today
kbrdn1

prompt-command

by kbrdn1

Create and optimize command prompts with command-specific patterns

CLI Tools 3 today
kbrdn1

prompt-agent

by kbrdn1

Create and optimize agent prompts with agent-specific patterns

Code Gen 3 today
kbrdn1

premortem

by kbrdn1

"Exécute un premortem sur n'importe quel plan, lancement, produit, recrutement, stratégie ou décision. Suppose que ça a déjà échoué 6 mois plus tard et remonte dans le temps pour trouver tous les motifs. Produit un plan révisé avec les angles morts exposés. DÉCLENCHEURS OBLIGATOIRES : 'premortem ça', 'premortem mon', 'exécute un premortem', 'qu'est-ce qui pourrait tuer ça', 'stress-teste ce plan', 'qu'est-ce que je rate ici', 'trouve les angles morts'. DÉCLENCHEURS FORTS : 'qu'est-ce qui pourrait mal tourner', 'est-ce que je rate quelque chose', 'troue ce plan', 'où ça va casser', 'avocat du diable'. NE PAS déclencher sur des demandes simples de retour, des questions factuelles ou des demandes au Conseil LLM. DÉCLENCHER quand quelqu'un a un plan ou un engagement où le coût de se tromper est élevé."

Comments 3 today
s1dashu

ip-as-logo

by s1dashu

Generate highly simplified personified IP mascot logos with Flat-first geometry, rounded heavy forms, two IP colors plus one background color by default, and continuous-gradient neo-skeuomorphic micro-volume. Use when creating an animal, creature, robot, ghost, plant, object, or other character as a minimal square logo or app-icon artwork, including when the agent should infer three product-relevant directions and propose six independent candidates for approval.

Design 4.3K 19d ago
vectorize-io

hindsight-recall

by vectorize-io

Search long-term memory for relevant context from past coding sessions using Hindsight MCP tools

Auth 21.3K 2mo ago
vectorize-io

create-agent

by vectorize-io

Create a new Hindsight-powered subagent with long-term memory. Use when the user wants a specialized agent that learns and remembers across sessions.

Code Gen 21.3K 4mo ago
vectorize-io

hindsight-memory

by vectorize-io

Long-term memory for the agent via Hindsight. Use to recall relevant past context before answering, retain durable facts as you learn them, and reflect over accumulated memory for the "why" behind a decision. Load whenever continuity across sessions matters — the user refers to earlier work, states a lasting preference, or asks a question that prior context could answer.

API Dev 21.3K 27d ago
vectorize-io

hindsight-coding-agent

by vectorize-io

How this machine's Hindsight coding-agent memory works — the plugin behind the 🧠 banner. Use when the user says "store/remember this in hindsight", asks what the memory/knowledge pages are, wants to configure per-repo memory (disable, rename banks, git depth), or something memory-related looks broken.

File Ops 21.3K 19d ago
vectorize-io

hs-release

by vectorize-io

Cut a core Hindsight release (vX.Y.Z) and open the changelog + blog PR. Use when asked to cut/start a release, bump the version, or publish a new Hindsight version.

Git & VCS 21.3K 3mo ago
vectorize-io

code-review

by vectorize-io

Review changed code against project standards. Checks for missing tests, dead code, type safety, lint issues, and coding conventions. Run after completing any implementation work.

Comments 21.3K 19d ago
vectorize-io

hindsight-architect

by vectorize-io

Expert memory architect. Understands your application, identifies where memory adds value, and produces an implementation plan with bank config, tag schema, and code.

Finance 21.3K 26d 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

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

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
mukul975

analyzing-office365-audit-logs-for-compromise

by mukul975

Parse Office 365 Unified Audit Logs via Microsoft Graph API to detect email forwarding rule creation, inbox delegation,

Analytics 31.3K 5mo ago
mukul975

analyzing-cobaltstrike-malleable-c2-profiles

by mukul975

Parse and analyze Cobalt Strike Malleable C2 profiles using dissect.cobaltstrike and pyMalleableC2 to extract

API Dev 31.3K 5mo ago
mukul975

analyzing-network-traffic-with-wireshark

by mukul975

'Captures and analyzes network packet data using Wireshark and tshark to identify malicious traffic patterns,

Agents 31.3K 5mo 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-active-directory-acl-abuse

by mukul975

Detect dangerous ACL misconfigurations in Active Directory using ldap3 to identify GenericAll, WriteDACL, and

Code Review 31.3K 5mo ago
mukul975

analyzing-cloud-storage-access-patterns

by mukul975

Detect abnormal access patterns in AWS S3, GCS, and Azure Blob Storage by analyzing CloudTrail Data Events, GCS

Cloud 31.3K 5mo ago
mukul975

analyzing-network-packets-with-scapy

by mukul975

Craft, send, sniff, and dissect network packets using Scapy for protocol analysis, network reconnaissance, and

Processing 31.3K 5mo ago
mukul975

analyzing-linux-kernel-rootkits

by mukul975

Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (check_syscall, lsmod, hidden_modules),

Code Review 31.3K 5mo ago