Latest Agent Skills

25753 skills

github
Copilot Instructions Blueprint Generator
Generates a comprehensive copilot-instructions.md file that guides GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns.
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
Reviewing Oracle To Postgres Migration
Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences. Use when planning a database migration, reviewing migration artifacts, or validating integration test coverage.
36.2k · bundle
github
React Container Presentation Component
Scaffold React components following the Container/Presentation pattern under src/components, with TypeScript, Storybook, and SCSS conventions.
36.2k · bundle
github
Suggest Awesome Github Copilot Skills
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills and identifying outdated ones.
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
Java Add Graalvm Native Image Support
Adds GraalVM native image support to Java applications by analyzing the project structure, configuring the build tool, and iteratively resolving build errors.
36.2k
github
Azure Smart City Iot Solution Builder
Design and plan end-to-end Azure IoT and Smart City solutions: requirements, architecture, security, operations, cost, and a phased delivery plan with concrete implementation artifacts.
36.2k · bundle
github
Technology Stack Blueprint Generator
Analyzes codebases to generate detailed technology stack blueprints with version information, licensing, usage patterns, coding conventions, and architecture diagrams.
36.2k
github
Power Bi Performance Troubleshooting
Systematically diagnose and resolve performance issues in Power BI models, reports, and queries using a structured troubleshooting methodology.
36.2k
github
Gtm Board And Investor Communication
Structure board meetings, investor updates, and executive communication that builds trust and drives decisions.
36.2k
github
Folder Structure Blueprint Generator
Analyzes project folder structures, auto-detects technology stacks, and generates detailed blueprints with naming conventions, file placement patterns, and templates for consistent code organization.
36.2k
github
Flowstudio Power Automate Monitoring
Monitor Power Automate flow health, failure rates, and tenant assets through the FlowStudio MCP cached store with governance metadata and remediation hints.
36.2k
github
Flowstudio Power Automate Governance
Govern Power Automate flows and Power Apps at scale by classifying business impact, detecting orphaned resources, auditing connectors, enforcing compliance, and computing archive scores — all without Dataverse or the CoE Starter Kit.
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
Terraform Azurerm Set Diff Analyzer
Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes.
36.2k · bundle
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
Power Bi Report Design Consultation
Guides the design of effective, user-friendly, and accessible Power BI reports with optimal chart selection and layout design.
36.2k
github
MCP Copilot Studio Server Generator
Generates a complete MCP server implementation optimized for Microsoft Copilot Studio, including Power Platform connector schema, custom C# logic, and deployment configuration.
36.2k
github
AI Prompt Engineering Safety Review
Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness, providing detailed improvement recommendations with frameworks, testing methodologies, and educational content.
36.2k
github
Qdrant Scaling Data Volume
Guides scaling decisions for Qdrant vector databases when data volume exceeds single-node capacity, covering tenant scaling, time window rotation, vertical scaling, and horizontal sharding.
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
Playwright Automation Fill In Form
Automates filling in a Microsoft Forms form using Playwright MCP, with a review step before submission.
36.2k
github
Dataverse Python Advanced Patterns
Generate production-ready Python code for Dataverse SDK with advanced patterns including error handling, batch operations, OData optimization, and Pandas integration.
36.2k
github
Code Exemplars Blueprint Generator
Generates customizable prompts for scanning codebases to identify and document high-quality code exemplars, supporting multiple programming languages and configurable analysis depth.
36.2k
github
Arduino Azure Iot Edge Integration
Design and implement Arduino integration with Azure IoT Hub and IoT Edge, including secure provisioning, resilient telemetry, command handling, and production guardrails.
36.2k · bundle
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
Java Refactoring Remove Parameter
Refactors Java methods by removing unused or redundant parameters to improve readability and maintainability.
36.2k
github
Create Spring Boot Kotlin Project
Scaffolds a Spring Boot Kotlin project with Gradle, WebFlux, R2DBC, Redis, MongoDB, and Testcontainers, including Docker Compose setup.
36.2k
github
Acreadiness Generate Instructions
Generate tailored AI agent instruction files for VS Code Copilot and other coding agents, using AgentRC to analyze your codebase and produce flat or nested instruction files with optional per-area scoping.
36.2k
github
Write Coding Standards From File
Analyze existing code files to generate a project-specific coding standards document, with options for templates, README insertion, and inconsistency detection.
36.2k
github
Remember Interactive Programming
Reminds the agent to act as an interactive programmer using a live REPL for exploration and modification, with structural editing and todo list management.
36.2k
github
Dataverse Python Usecase Builder
Generate production-ready Dataverse SDK solutions with architecture recommendations, data models, and implementation code for common business use cases.
36.2k
github
Dataverse Python Production Code
Generate production-ready Python code using the Dataverse SDK with error handling, retry logic, OData optimization, and logging.
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
Breakdown Feature Implementation
Creates detailed technical implementation plans for features based on a Feature PRD, including system architecture, database schema, API design, and frontend component hierarchy.
36.2k
github
Architecture Blueprint Generator
Analyzes codebases to generate comprehensive architectural documentation, including technology stack detection, visual diagrams, and implementation patterns.
36.2k
github
Typescript MCP Server Generator
Generate a complete, production-ready MCP server project in TypeScript with tools, resources, and proper configuration.
36.2k
github
SQL Server Table Reconciliation
Compare identical tables across two SQL Server instances using Python with mssql-python and Apache Arrow, detecting missing rows, column mismatches, schema drift, and generating a reconciliation report.
36.2k · bundle
github
Qdrant Search Quality Diagnosis
Diagnoses Qdrant search quality issues by isolating causes like HNSW approximation, quantization, embedding model, or search pipeline problems.
36.2k
github
Qdrant Minimize Latency
Guides optimization of Qdrant query latency by tuning segments, memory, quantization, and search parameters.
36.2k
github
Qdrant Performance Optimization
Optimize Qdrant vector search performance through indexing strategies, query tuning, memory management, and hardware considerations.
36.2k
github
Java Refactoring Extract Method
Refactors Java methods by extracting code blocks into separate, well-named methods to improve readability and maintainability.
36.2k
github
Image Manipulation Image Magick
Process and manipulate images using ImageMagick: resize, convert formats, batch process, and retrieve metadata.
36.2k
github
Gtm Enterprise Account Planning
Plan and execute enterprise sales cycles using MEDDICC qualification, mutual action plans, and stakeholder mapping to systematically close complex deals.
36.2k
github
Flowstudio Power Automate Debug
Debug failing Power Automate cloud flows by inspecting action-level inputs and outputs through the FlowStudio MCP server.
36.2k · bundle
github
Flowstudio Power Automate Build
Build, scaffold, and deploy Power Automate cloud flows programmatically via the FlowStudio MCP server, including constructing flow definitions, wiring connections, deploying, and testing.
36.2k · bundle
github
Create Spring Boot Java Project
Scaffolds a Spring Boot Java project with Maven, PostgreSQL, Redis, MongoDB, and Docker Compose.
36.2k
github
Salesforce Component Standards
Enforce quality, security, and accessibility standards for Salesforce Lightning Web Components, Aura components, and Visualforce pages.
36.2k
github
Azure Resource Health Diagnose
Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.
36.2k
github
Structured Autonomy Implement
Executes a predefined implementation plan step by step, updating progress inline and running build or test commands.
36.2k
github
Python Azure Iot Edge Modules
Design, implement, and validate Python-based IoT Edge modules for telemetry processing, local inference, protocol translation, and edge-to-cloud integration.
36.2k · bundle
github
Import Infrastructure As Code
Import existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM).
36.2k
github
Gtm Technical Product Pricing
Choose pricing models, set freemium thresholds, and structure enterprise pricing conversations for technical products.
36.2k
github
Flowstudio Power Automate MCP
Connects an AI agent to a FlowStudio MCP server for Power Automate, handling authentication, tool discovery, and response parsing. Load this foundation skill before using specialized workflow skills for building, debugging, monitoring, or governing flows.
36.2k · bundle
github
Containerize Aspnet Framework
Creates Dockerfiles and configuration files to containerize ASP.NET .NET Framework projects for Windows Docker containers.
36.2k
github
Arize AI Provider Integration
Manage Arize AI integrations that store LLM provider credentials for evaluators and other features. Supports creating, reading, updating, and deleting integrations with providers like OpenAI, Anthropic, Azure OpenAI, AWS Bedrock, Vertex AI, Gemini, and NVIDIA NIM.
36.2k · bundle
github
Transloadit Media Processing
Encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, and build multi-step media processing pipelines using Transloadit's cloud infrastructure.
36.2k
github
Structured Autonomy Generate
Generates complete, copy-paste ready implementation documentation from a PR plan, including code blocks and verification checklists.
36.2k
github
Power Bi Model Design Review
Evaluates Power BI data model architecture, relationships, storage modes, and performance to identify optimization opportunities and ensure adherence to best practices.
36.2k