Top Agent Skills

25837 skills

github
Copilot CLI Quickstart
Learn GitHub Copilot CLI from scratch with interactive step-by-step tutorials and on-demand Q&A, featuring separate tracks for developers and non-developers.
36.2k
github
Github Copilot Starter
Generates a complete GitHub Copilot configuration for a new project, including instructions, reusable skills, and agent definitions tailored to the technology stack.
36.2k
github
Qdrant Model Migration
Guides embedding model migration in Qdrant without downtime, covering alias swap, side-by-side, and hybrid search strategies.
36.2k
github
Snowflake Semanticview
Create, alter, and validate Snowflake semantic views using Snowflake CLI, including DDL drafting, validation, and querying.
36.2k
github
Bigquery Pipeline Audit
Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness, returning a structured report with exact patch locations.
36.2k
github
Integrate Context Matic
Integrates third-party APIs by discovering available SDKs, getting integration guidance, and looking up models and endpoints via the context-matic MCP server.
36.2k
github
Qdrant Monitoring Setup
Guides Qdrant monitoring setup including Prometheus scraping, health probes, Hybrid Cloud metrics, alerting, and log centralization.
36.2k
github
Typespec API Operations
Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards.
36.2k
github
From The Other Side Vega
Provides patterns and lived experience from an AI partner in a long-term creative partnership, helping AI agents build trust, match energy, push back constructively, and support human breakthroughs.
36.2k
github
Microsoft Code Reference
Look up Microsoft API references, find working code samples, and verify SDK code is correct. Use when working with Azure SDKs, .NET libraries, or Microsoft APIs to find the right method, check parameters, get working examples, or troubleshoot errors.
36.2k
github
Structured Autonomy Plan
Collaborates with users to design structured development plans broken into testable commits, with research and clarification steps.
36.2k
github
Java MCP Server Generator
Generate a complete, production-ready Model Context Protocol server project in Java using the official MCP Java SDK with Maven or Gradle.
36.2k
github
MCP Create Adaptive Cards
Add Adaptive Card response templates to MCP-based API plugins for visual data presentation in Microsoft 365 Copilot.
36.2k
github
Rust MCP Server Generator
Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK.
36.2k
github
From The Other Side Anitta
Provides a rigorous thinking partner profile that challenges assumptions, calibrates claims to evidence, and improves decision quality under uncertainty.
36.2k
github
Playwright Explore Website
Explores websites using Playwright to identify core features and generate test cases.
36.2k
github
Swift MCP Server Generator
Generate a complete, production-ready Model Context Protocol server project in Swift using the official MCP Swift SDK.
36.2k
github
Typespec Create API Plugin
Generate TypeSpec API plugin files for Microsoft 365 Copilot, defining REST operations, authentication, and Adaptive Cards.
36.2k
github
Update Implementation Plan
Update an existing implementation plan file with new or updated requirements for features, refactoring, package upgrades, design, architecture, or infrastructure.
36.2k
github
AWS Well Architected Review
Reviews AWS infrastructure as code and deployed resources against the Well-Architected Framework, generating findings and GitHub issues for remediation.
36.2k
github
Kotlin MCP Server Generator
Generates a complete Kotlin MCP server project with Gradle structure, dependencies, and implementation using the official kotlin-sdk library.
36.2k
github
Update Avm Modules In Bicep
Update Azure Verified Modules (AVM) to their latest versions in Bicep files, with support for non-breaking changes and manual review for breaking changes.
36.2k
github
Dotnet Design Pattern Review
Review C#/.NET code for design pattern implementation and suggest improvements without making changes.
36.2k
github
Containerize Aspnet Framework
Creates Dockerfiles and configuration files to containerize ASP.NET .NET Framework projects for Windows Docker containers.
36.2k
github
Create Spring Boot Java Project
Scaffolds a Spring Boot Java project with Maven, PostgreSQL, Redis, MongoDB, and Docker Compose.
36.2k
github
Qdrant Performance Optimization
Optimize Qdrant vector search performance through indexing strategies, query tuning, memory management, and hardware considerations.
36.2k
github
Comment Code Generate A Tutorial
Refactors a Python script into a beginner-friendly project with clear comments and a complete markdown tutorial.
36.2k
github
Refactor Method Complexity Reduce
Reduces cognitive complexity of a specified method by extracting logic into focused helper methods, improving readability and maintainability.
36.2k
github
Playwright Automation Fill In Form
Automates filling in a Microsoft Forms form using Playwright MCP, with a review step before submission.
36.2k
github
Power Platform MCP Connector Suite
Generate complete Power Platform custom connectors with Model Context Protocol integration for Copilot Studio, including schema generation, validation, troubleshooting, and certification preparation.
36.2k
github
Qdrant Scaling Query Volume
Optimizes Qdrant query performance for large limits across multiple shards by using Poisson-distributed subsampling to reduce inter-shard data transfer.
36.2k
github
Create Architectural Decision Record
Generate structured Architectural Decision Record (ADR) documents with standardized front matter, consequences, and alternatives for AI-optimized decision documentation.
36.2k
github
Suggest Awesome Github Copilot Agents
Suggest relevant GitHub Copilot Custom Agents from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates and identifying outdated agents.
36.2k
github
Qdrant Search Strategies
Guides selection of Qdrant search strategies including hybrid search, reranking, relevance feedback, MMR, and discovery APIs to improve retrieval quality.
36.2k
github
Create Github Action Workflow Specification
Creates a formal, AI-optimized specification for an existing GitHub Actions CI/CD workflow, focusing on behavior and requirements rather than implementation details.
36.2k
github
Suggest Awesome Github Copilot Instructions
Suggests relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions and identifying outdated ones.
36.2k
github
Project Workflow Analysis Blueprint Generator
Generates detailed, technology-agnostic implementation blueprints by analyzing project architecture, technology stacks, and data flow patterns.
36.2k
github
Create Github Issue Feature From Specification
Creates a GitHub issue from a specification file using a feature request template, checking for existing issues first.
36.2k
github
Creating Oracle To Postgres Master Migration Plan
Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan.
36.2k
github
Qdrant Tenant Scaling
Guides scaling Qdrant for multi-tenant workloads using payload partitioning, custom sharding, and tiered multitenancy.
36.2k
github
Qdrant Vertical Scaling
Guides vertical scaling decisions for Qdrant vector databases, covering when to scale up, how to resize nodes in Qdrant Cloud or self-hosted deployments, RAM sizing formulas, and when to switch to horizontal scaling.
36.2k
github
Qdrant Horizontal Scaling
Diagnoses Qdrant capacity needs and guides horizontal scaling decisions, including node count, shard count, replication factor, and resharding trade-offs.
36.2k
github
Scaffolding Oracle To Postgres Migration Test Project
Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions, including transaction-rollback base class and seed data manager.
36.2k
github
Qdrant Sliding Time Window
Guides scaling Qdrant vector search with time-based data rotation using shard rotation, collection rotation, or filter-and-delete strategies.
36.2k
github
Creating Oracle To Postgres Migration Integration Tests
Generates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations, producing DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems.
36.2k
github
Planning Oracle To Postgres Migration Integration Testing
Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations, analyzing a project to identify repositories, DAOs, and service layers that interact with the database, then producing a structured testing plan.
36.2k
github
Qdrant Memory Usage Optimization
Diagnoses and reduces Qdrant memory usage by analyzing resident memory, page cache, and providing optimization techniques like quantization, on-disk storage, and async_scorer.
36.2k
github
Qdrant Indexing Performance Optimization
Diagnoses and resolves slow Qdrant indexing and data ingestion by optimizing batching, sharding, HNSW parameters, and payload indexing strategies.
36.2k
greensock
Gsap React
Animate React and Next.js components with GSAP using the useGSAP hook, refs, and context-safe patterns for automatic cleanup and SSR compatibility.
10.9k
greensock
Gsap Utils
Provides GSAP utility functions for math, value mapping, randomization, snapping, and unit parsing in animations.
10.9k
greensock
Gsap Plugins
Register and use GSAP plugins including ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG plugins, and custom easing plugins.
10.9k
greensock
Gsap Performance
Optimize GSAP animations for smooth 60fps by preferring transforms, avoiding layout thrashing, using will-change, batching reads and writes, and following best practices for stagger, quickTo, and ScrollTrigger performance.
10.9k
trailofbits
Semgrep Rule Creator
Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns with proper testing and validation.
6k · bundle
vercel-labs
Vercel CLI With Tokens
Deploy and manage projects on Vercel using token-based authentication, without interactive login.
28.7k
minimax-ai
Mmx CLI
Generate text, images, video, speech, and music via the MiniMax AI platform from the terminal.
12.9k
slavingia
Marketing Plan
Build a minimalist marketing plan focused on audience growth through free, authentic content before spending money on ads.
9.4k
bankrbot
Helixa
Mint onchain identity NFTs, check Cred Scores, verify social accounts, and query agent reputation data on Base using Helixa's API and shell scripts.
1.2k · bundle
bankrbot
Building Blocks
Learn to combine DeFi protocols safely: Uniswap V4 hooks, Aave flash loans, ERC-4626 vaults, Aerodrome on Base, GMX/Pendle on Arbitrum, and dominant DEX per L2.
1.2k · bundle
bankrbot
Bankr Twitter Agent
Creates and manages Twitter/X agents with distinct personalities, storylines, and post-image libraries, including automated posting and multi-agent support.
1.2k
composiohq
Skill Share
Creates new Claude skills with proper structure and metadata, then automatically packages and shares them on Slack for team collaboration.
66.9k