published by github
50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- premium-frontend-ui ★ 38,946
A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architec - project-workflow-analysis-blueprint-generator ★ 38,946
Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architect - prompt-optimizer ★ 38,946
Turn any rough prompt, half-formed idea, or task description into a finished, ready-to-send prompt optimized for any LLM model inside a chat - publish-to-pages ★ 38,946
Publish presentations and web content to GitHub Pages. Converts PPTX, PDF, HTML, or Google Slides to a live GitHub Pages URL. Handles repo c - pytest-coverage ★ 38,946
Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%. - python-azure-iot-edge-modules ★ 38,946
Build and operate Python Azure IoT Edge modules with robust messaging, deployment manifests, observability, and production readiness checks. - python-mcp-server-generator ★ 38,946
Generate a complete MCP server project in Python with tools, resources, and proper configuration - python-pypi-package-builder ★ 38,946
End-to-end skill for building, testing, linting, versioning, and publishing a production-grade Python library to PyPI. Covers all four build - qdrant-clients-sdk ★ 38,946
Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments. - qdrant-deployment-options ★ 38,946
Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdran - qdrant-horizontal-scaling ★ 38,946
Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shar - qdrant-indexing-performance-optimization ★ 38,946
Diagnoses and fixes slow Qdrant indexing and data ingestion. Use when someone reports 'uploads are slow', 'indexing takes forever', 'optimiz - qdrant-memory-usage-optimization ★ 38,946
Diagnoses and reduces Qdrant memory usage. Use when someone reports 'memory too high', 'RAM keeps growing', 'node crashed', 'out of memory', - qdrant-minimize-latency ★ 38,946
Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency' - qdrant-model-migration ★ 38,946
Guides embedding model migration in Qdrant without downtime. Use when someone asks 'how to switch embedding models', 'how to migrate vectors - qdrant-monitoring ★ 38,946
Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy - qdrant-monitoring-debugging ★ 38,946
Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', ' - qdrant-monitoring-setup ★ 38,946
Guides Qdrant monitoring setup including Prometheus scraping, health probes, Hybrid Cloud metrics, alerting, and log centralization. Use whe - qdrant-performance-optimization ★ 38,946
Different techniques to optimize the performance of Qdrant, including indexing strategies, query optimization, and hardware considerations. - qdrant-scaling ★ 38,946
Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', ' - qdrant-scaling-data-volume ★ 38,946
Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 've - qdrant-scaling-qps ★ 38,946
Guides Qdrant query throughput (QPS) scaling. Use when someone asks 'how to increase QPS', 'need more throughput', 'queries per second too l - qdrant-scaling-query-volume ★ 38,946
Guides Qdrant query volume scaling. Use when someone asks 'query returns too many results', 'scroll performance', 'large limit values', 'pag - qdrant-search-quality ★ 38,946
Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low re - qdrant-search-quality-diagnosis ★ 38,946
Diagnoses Qdrant search quality issues. Use when someone reports 'results are bad', 'wrong results', 'not relevant results', 'missing matche - qdrant-search-speed-optimization ★ 38,946
Diagnoses and fixes slow Qdrant search. Use when someone reports 'search is slow', 'high latency', 'queries take too long', 'low QPS', 'thro - qdrant-search-strategies ★ 38,946
Guides Qdrant search strategy selection. Use when someone asks 'should I use hybrid search?', 'BM25 or sparse vectors?', 'how to rerank?', ' - qdrant-sliding-time-window ★ 38,946
Guides sliding time window scaling in Qdrant. Use when someone asks 'only recent data matters', 'how to expire old vectors', 'time-based dat - qdrant-tenant-scaling ★ 38,946
Guides Qdrant multi-tenant scaling. Use when someone asks 'how to scale tenants', 'one collection per tenant?', 'tenant isolation', 'dedicat - qdrant-version-upgrade ★ 38,946
Guidance on how to upgrade your Qdrant version without interrupting the availability of your application and ensuring data integrity. - qdrant-vertical-scaling ★ 38,946
Guides Qdrant vertical scaling decisions. Use when someone asks 'how to scale up a node', 'need more RAM', 'upgrade node size', 'vertical sc - quality-playbook ★ 38,946
Run a complete quality engineering audit on any codebase. Derives behavioral requirements from the code, generates spec-traced functional te - quasi-coder ★ 38,946
Expert 10x engineer skill for interpreting and implementing code from shorthand, quasi-code, and natural language descriptions. Use when col - react-audit-grep-patterns ★ 38,946
Provides the complete, verified grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade. Use this s - react-container-presentation-component ★ 38,946
Create a React component using the Container/Presentation pattern in src/components by asking for the component name and type (ui or feature - react18-batching-patterns ★ 38,946
Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a cla - react18-dep-compatibility ★ 38,946
React 18.3.1 and React 19 dependency compatibility matrix. - react18-enzyme-to-rtl ★ 38,946
Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewr - react18-legacy-context ★ 38,946
Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern create - react18-lifecycle-patterns ★ 38,946
Provides exact before/after migration patterns for the three unsafe class component lifecycle methods - componentWillMount, componentWillRec - react18-string-refs ★ 38,946
Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this ski - react19-concurrent-patterns ★ 38,946
Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) dur - react19-source-patterns ★ 38,946
Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates. - react19-test-patterns ★ 38,946
Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode - readme-blueprint-generator ★ 38,946
Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Sc - refactor ★ 38,946
Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking do - refactor-method-complexity-reduce ★ 38,946
Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting hel - refactor-plan ★ 38,946
Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor - remember ★ 38,946
Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue - remember-interactive-programming ★ 38,946
A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (prob