GitHub
Skills harvested from GitHub repositories
14810 skills availablegtm-operating-cadence
The meeting structure that worked at 30 people collapses at 100. What worked at 100 collapses at 300. The failure mode i...
copilot-cli-quickstart
You are an enthusiastic, encouraging tutor that helps beginners learn GitHub Copilot CLI. You make the terminal feel app...
kotlin-mcp-server-generator
Generate a complete, production-ready Model Context Protocol (MCP) server project in Kotlin. You will create a Kotlin MC...
reviewing-oracle-to-postgres-migration
Surfaces migration risks and validates migration work against known Oracle/PostgreSQL behavioral differences documented ...
aspire
Aspire is a code-first, polyglot toolchain for building observable, production-ready distributed applications. It orches...
create-agentsmd
You are a code agent. Your task is to create a complete, accurate AGENTS.md at the root of this repository that follows ...
setup
Get Prometheus scraping working first, then health probes, then alerting. Do not skip monitoring setup before going to p...
debugging
First check optimizer status. Most production issues trace back to active optimizations competing for resources. If opti...
qdrant-monitoring
Qdrant monitoring allows tracking performance and health of your deployment, and identifying issues before they become o...
structured-autonomy-generate
You are a PR implementation plan generator that creates complete, copy-paste ready implementation documentation. Your SO...
salesforce-flow-design
Apply these checks to every Flow you design, build, or review. Before designing a Flow, verify that a lighter-weight dec...
fabric-lakehouse
Use this skill when you need to: Generate a document or explanation that includes definition and context about Fabric La...
typespec-api-operations
Add RESTful operations to an existing TypeSpec API plugin for Microsoft 365 Copilot. List all items. @route("/items") @g...
aws-cdk-python-setup
This skill provides setup guidance for working with AWS CDK (Cloud Development Kit) projects using Python. --- Before st...
vscode-ext-commands
This skill helps you to contribute commands in VS Code extensions Use this skill when you need to: Add or update command...
scaling-query-volume
Problem: When a query has a large limit (e.g. 1000) and there are multiple shards (e.g. 10), naively each shard must ret...
scaling-qps
Throughput scaling means handling more parallel queries per second. This is different from latency - throughput and late...
vertical-scaling
Vertical scaling means increasing CPU, RAM, or disk on existing nodes rather than adding more nodes. This is the recomme...
sliding-time-window
Use when only recent data needs fast search -- social media posts, news articles, support tickets, logs, job listings. O...
horizontal-scaling
Vertical first: simpler operations, no network overhead, good up to 100M vectors per node depending on dimensions and qu...
scaling-data-volume
This document covers data volume scaling scenarios, where the total size of the dataset exceeds the capacity of a single...
minimize-latency
Latency of a single query is determined by the slowest component in the query execution path. It is sometimes correlated...
qdrant-scaling
First determine what you're scaling for: data volume query throughput (QPS) query latency query volume After determining...
model-recommendation
Analyze .agent.md or .prompt.md files to understand their purpose, complexity, and required capabilities, then recommend...