GitHub Skills
ego lite browser
sponsorego lite is the fastest browser for AI agents to run web automation, sharing your logged-in state with Codex or Claude Code, zero cost, zero config.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
dataverse-python-advanced-patterns
awesome-copilot/skills/dataverse-python-advanced-patterns
Production-ready Dataverse SDK patterns with error handling, batch operations, and optimization techniques. Demonstrates exponential backoff retry logic for transient errors, batch CRUD operations with error recovery, and OData query optimization using filters, selects, expands, and paging with correct logical names Covers table metadata creation and inspection, custom column definitions with IntEnum option sets, and cache flushing strategies when schema changes Includes configuration best...
dataverse-python-production-code
awesome-copilot/skills/dataverse-python-production-code
Generate production-ready Python code for Dataverse SDK with error handling and best practices. Implements comprehensive error handling using DataverseError hierarchy with retry logic and exponential backoff for transient failures Enforces singleton client pattern for connection management and includes structured logging for audit trails and debugging Applies OData optimization techniques: server-side filtering, column selection, and pagination to reduce data transfer Provides type hints,...
dataverse-python-quickstart
awesome-copilot/skills/dataverse-python-quickstart
Python SDK setup and CRUD snippets for Microsoft Dataverse operations. Generates installation commands and DataverseClient initialization with InteractiveBrowserCredential authentication Includes single-record CRUD patterns (create, retrieve, update, delete) following official SDK conventions Covers bulk operations with both broadcast and 1:1 update modes for efficient batch processing Demonstrates retrieve-multiple queries with paging support (top, page_size parameters) Optionally includes...
dataverse-python-usecase-builder
awesome-copilot/skills/dataverse-python-usecase-builder
Generate complete, production-ready solutions for Dataverse SDK use cases with architecture guidance. Analyzes requirements across data volume, frequency, performance, and error tolerance to recommend appropriate patterns (transactional, batch, query, file management, scheduled, or real-time) Provides full Python implementation including authentication, singleton service classes, CRUD operations, bulk processing, and comprehensive error handling Includes data model design with table...
debian-linux-triage
awesome-copilot/skills/debian-linux-triage
Expert-guided triage and resolution for Debian Linux system issues using apt, systemd, and AppArmor. Diagnoses problems across package management, service health, and security policies with Debian-native tools Provides step-by-step triage plans using systemctl , journalctl , apt , and dpkg with copy-paste-ready commands Includes verification steps after remediation and rollback guidance for safe recovery Accounts for AppArmor and firewall considerations in troubleshooting workflows
debug-firewall
gh-aw-firewall/.claude/skills/debug-firewall
Debug the AWF firewall by inspecting Docker containers (awf-squid, awf-agent), analyzing Squid access logs, checking iptables rules, and troubleshooting…
debugging-workflows
gh-aw-firewall/.github/skills/debugging-workflows
Debug GitHub Actions workflows by downloading logs, analyzing summaries, and understanding how agentic workflows and the AWF firewall work together.
debugging-workflows
gh-aw/.github/skills/debugging-workflows
Guide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues
declarative-agents
awesome-copilot/skills/declarative-agents
Complete development kit for building Microsoft 365 Copilot declarative agents with TypeSpec and Agents Toolkit integration. Three specialized workflows cover basic agent creation, advanced enterprise design, and validation/optimization for existing agents Supports up to 5 capabilities from 11 options including WebSearch, OneDrive/SharePoint, Graph Connectors, Power Platform, and custom connectors Enforces v1.5 schema compliance with character limits (name: 100, description: 1000,...
dependabot
awesome-copilot/skills/dependabot
Dependabot is GitHub's built-in dependency management tool with three core capabilities:
dependency-scanning
copilot-advanced-security-plugin/skills/dependency-scanning
Scan repository dependencies for known vulnerabilities using the GitHub MCP Server's Dependabot toolset and the GitHub Advisory Database. Use when asked to…
dependency-scanning
copilot-plugins/skills/dependency-scanning
Scan repository dependencies for known vulnerabilities using the GitHub MCP Server's Dependabot toolset and the GitHub Advisory Database. Use when asked to…
desk-journal
awesome-copilot/skills/desk-journal
Write, append, or read desk journal entries. The journal is persistent memory — what survives session boundaries. A good entry has: what was done, current…
desk-open
awesome-copilot/skills/desk-open
Create and open a new desk in the workshop. Sets up the folder structure, initial journal, and desk identity so the next session that sits down finds the trail.
developer
gh-aw/.github/skills/developer
Developer Instructions for GitHub Agentic Workflows
devops-rollout-plan
awesome-copilot/skills/devops-rollout-plan
Comprehensive rollout plan generator with preflight checks, phased deployment, verification signals, and rollback procedures. Generates structured plans covering executive summary, prerequisites, preflight validation, step-by-step deployment phases, and post-deployment tasks Includes immediate, short-term, medium-term, and long-term verification signals to confirm deployment success across multiple time windows Provides rollback decision criteria, automated revert procedures, and...
diagnose
awesome-copilot/skills/diagnose
Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and…
Dictation Instructions
gh-aw/skills/Dictation Instructions
Instructions for fixing speech-to-text errors and improving text quality in gh-aw documentation and workflows
doc-and-modernize
awesome-copilot/skills/doc-and-modernize
Two related workflows for a locally-cloned codebase, in one skill. Documentation mode produces a single, comprehensive, verifiable architecture document…
documentation
gh-aw/.github/skills/documentation
Documentation Brief description for SEO and navigation
documentation-writer
awesome-copilot/skills/documentation-writer
Expert technical writer for Diátaxis-framework documentation creation across tutorials, how-to guides, reference, and explanation formats. Structures documentation into four distinct types: tutorials for learning, how-to guides for problem-solving, reference for technical specifications, and explanations for conceptual understanding Follows a three-step workflow: clarify document type and audience, propose a detailed outline for approval, then generate full markdown content Maintains...
dotnet-best-practices
awesome-copilot/skills/dotnet-best-practices
Validate .NET/C# code against comprehensive best practices for your solution and project. Covers 10+ practice areas including XML documentation, design patterns, dependency injection, async/await, testing standards, and error handling Enforces specific patterns: primary constructors for DI, Command Handler pattern with generics, interface segregation, and Factory pattern for object creation Includes resource management with ResourceManager for localization, structured logging via...
dotnet-design-pattern-review
awesome-copilot/skills/dotnet-design-pattern-review
Comprehensive C#/.NET design pattern analysis with actionable improvement recommendations. Evaluates six core patterns: Command, Factory, Dependency Injection, Repository, Provider, and Resource patterns against GoF and SOLID principles Analyzes architecture compliance including namespace conventions, project separation, async/await patterns, and structured logging implementation Reviews code quality across security, testability, maintainability, and performance dimensions with specific...
dotnet-mcp-builder
awesome-copilot/skills/dotnet-mcp-builder
Build Model Context Protocol (MCP) servers in C#/.NET against the current ModelContextProtocol 1.x NuGet packages. Especially helps with cases the model often…
dotnet-timezone
awesome-copilot/skills/dotnet-timezone
.NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight saving time,…
dotnet-upgrade
awesome-copilot/skills/dotnet-upgrade
Comprehensive prompts for analyzing, planning, and executing .NET framework upgrades across multi-project solutions. Covers the full upgrade lifecycle: project discovery and classification, dependency analysis, framework targeting, code modernization, and breaking change detection Includes 24+ ready-to-use prompts organized into nine categories spanning strategy, CI/CD pipeline updates, testing validation, and version control practices Provides guidance on using .NET Upgrade Assistant,...
doublecheck
awesome-copilot/skills/doublecheck
Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review…
draw-io-diagram-generator
awesome-copilot/skills/draw-io-diagram-generator
Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape libraries, style…
drawio
awesome-copilot/skills/drawio
Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML
droneci-migration
actions-migrations-via-copilot/plugin/skills/droneci-migration
Drone CI migration to GitHub Actions — syntax mappings and the migration report template for Pipelines, plugins, services, secrets, triggers, multi-platform…
151–180 of 515