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
tm7-threat-model
awesome-copilot/skills/tm7-threat-model
Creates valid Microsoft Threat Modeling Tool (.tm7) files compatible with the Microsoft Threat Modeling Tool v7.3+. Use this skill whenever asked to create,…
transloadit-media-processing
awesome-copilot/skills/transloadit-media-processing
Cloud-based media processing for video, audio, images, and documents using 86+ specialized robots. Supports video encoding (HLS, MP4, WebM), thumbnail generation, image resizing/watermarking, audio transcoding, document OCR, and speech-to-text via chainable processing steps Access via MCP server (recommended for IDE integration) or CLI; requires free Transloadit account with API credentials Build multi-step pipelines by chaining robot operations together using the "use" field; reuse...
travisci-migration
actions-migrations-via-copilot/plugin/skills/travisci-migration
Travis CI migration to GitHub Actions — syntax mappings and the migration report template for Build matrix (language/env/os), deploy providers, before/after…
typescript-mcp-server-generator
awesome-copilot/skills/typescript-mcp-server-generator
Complete TypeScript MCP server project generator with tools, resources, and transport configuration. Scaffolds a full Node.js/TypeScript project with @modelcontextprotocol/sdk, zod validation, and choice of HTTP (Express) or stdio transport Generates at least one production-ready tool with schema validation, error handling, and structured content responses Includes tsconfig.json with ES modules, proper package.json setup, and dev tooling (tsx/ts-node) Optionally adds resources with dynamic...
typespec-api-operations
awesome-copilot/skills/typespec-api-operations
RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards. Supports GET, POST, PATCH, and DELETE operations with path, query, and body parameters for filtering, creation, and updates Includes adaptive card visualization for GET responses and confirmation dialogs for destructive operations (POST, PATCH, DELETE) Provides complete CRUD example with models, error handling, and multiple query parameter patterns Built-in testing prompts and best practices for...
typespec-create-agent
awesome-copilot/skills/typespec-create-agent
Generate a complete TypeSpec declarative agent for Microsoft 365 Copilot with instructions, capabilities, and conversation starters. Produces a main.tsp file with agent declaration, instructions, conversation starters, and capability definitions following Microsoft's TypeSpec M365 Copilot schema Supports 10 capability types including WebSearch, OneDriveAndSharePoint, TeamsMessages, Email, People, CodeInterpreter, GraphicArt, GraphConnectors, Dataverse, and Meetings with optional scoping...
typespec-create-api-plugin
awesome-copilot/skills/typespec-create-api-plugin
Generate TypeSpec API plugins for Microsoft 365 Copilot with REST operations, authentication, and Adaptive Cards. Scaffolds complete TypeSpec projects with agent definitions (main.tsp) and API operations (actions.tsp) following Microsoft 365 Copilot conventions Supports four authentication modes: public APIs, API key headers, OAuth2 with authorization code flow, and registered auth references Includes optional confirmation dialogs for destructive operations and Adaptive Card templates for...
ui-screenshots
awesome-copilot/skills/ui-screenshots
Capture screenshots of web apps during development using Playwright and PIL. Supports full-page captures, interactive states, and an iterate-on-crop workflow…
unit-test-vue-pinia
awesome-copilot/skills/unit-test-vue-pinia
Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores;…
update-avm-modules-in-bicep
awesome-copilot/skills/update-avm-modules-in-bicep
Automated Azure Verified Module version updates for Bicep files with breaking change detection. Scans Bicep files to extract AVM module references, queries MCR for latest versions, and applies updates automatically Pauses for manual approval when breaking changes, security modifications, or parameter incompatibilities are detected Validates all changes with bicep lint and bicep build to ensure compliance before finalizing Outputs results in a structured table showing module names, version...
update-deps
rust-gems/.github/skills/update-deps
Keep dependencies up-to-date. Discovers outdated deps via dependabot alerts/PRs, creates one PR per ecosystem, iterates until CI is green, then assigns for…
update-implementation-plan
awesome-copilot/skills/update-implementation-plan
Update implementation plan files with new requirements for features, refactoring, or infrastructure changes. Generates machine-readable, deterministic plans structured for autonomous execution by AI agents or humans Enforces atomic phases with measurable completion criteria, parallel-executable tasks, and explicit file paths and function names Requires strict adherence to a mandatory template with front matter, requirements, implementation phases, alternatives, dependencies, affected files,...
update-llms
awesome-copilot/skills/update-llms
Maintain accurate llms.txt files that guide LLMs through repository documentation and structure. Analyzes current repository state against the official llms.txt specification to identify outdated, missing, or incorrect file references Organizes essential documentation into logical H2 sections (Documentation, Specifications, Examples, Configuration, Optional) with properly formatted markdown links Validates compliance with https://llmstxt.org/ format requirements including H1 header,...
update-markdown-file-index
awesome-copilot/skills/update-markdown-file-index
Generate and maintain file indexes in markdown documents by scanning folders and updating or creating organized file listings. Scans target markdown files and discovers files matching specified patterns in designated folders Generates three table format options: simple lists with descriptions, detailed tables with type/size metadata, or categorized sections grouped by file type Automatically identifies existing index sections by heading patterns ("index", "files", "contents") and updates...
update-oo-component-documentation
awesome-copilot/skills/update-oo-component-documentation
Analyze and refresh object-oriented component documentation to match current implementation. Examines source code to identify design patterns, dependencies, interfaces, and architectural changes, then updates existing documentation to reflect the current implementation Supports language-specific optimizations for C#/.NET, Java, TypeScript/JavaScript, and Python with framework-aware analysis Preserves documentation structure and formatting while refreshing all technical content, code...
update-specification
awesome-copilot/skills/update-specification
Update specification files for AI-ready consumption based on new requirements or code changes. Modifies existing specification documents in /spec/ directory using structured markdown with YAML front matter Ensures specifications are precise, unambiguous, and machine-readable through established formatting standards (headings, lists, tables, code blocks) Covers 11 core sections: purpose, definitions, requirements, interfaces, acceptance criteria, testing strategy, rationale, dependencies,...
vardoger-analyze
awesome-copilot/skills/vardoger-analyze
Use when the user asks to personalize the GitHub Copilot CLI assistant, adapt Copilot to their style, use vardoger, or analyze their Copilot CLI conversation…
vcpkg
awesome-copilot/skills/vcpkg
Guide for setting up vcpkg in C++ projects, managing dependency versions, and cross-compiling. Covers manifest initialization, CMake and Visual Studio…
verify-agent-action
awesome-copilot/skills/verify-agent-action
Review a proposed AI-agent action or human-approval packet before execution. Use when an agent wants to run a consequential tool, command, deployment, message,…
vscode-ext-commands
awesome-copilot/skills/vscode-ext-commands
VS Code extension command contribution patterns and naming conventions. Defines two command types: regular commands (accessible in Command Palette with required category and title ) and Side Bar commands (prefixed with underscore and suffixed with #sideBar , requiring an icon ) Side Bar commands support visibility rules via enablement and when conditions, with positioning controlled through group and order attributes All commands must define a title ; icons are optional for regular commands...
vscode-ext-localization
awesome-copilot/skills/vscode-ext-localization
Localize VS Code extensions across configurations, walkthrough content, and source code messages. Three localization approaches: package.nls.LANGID.json for settings, commands, menus, and views; markdown files for walkthrough content; bundle.l10n.LANGID.json for source code strings Covers all user-facing resources including contributed configurations, commands, menus, views, ViewsWelcome, and walkthrough titles and descriptions Requires creating or updating localization files for all...
web-coder
awesome-copilot/skills/web-coder
Expert web development engineer with mastery across 15 core competencies spanning HTML, CSS, JavaScript, APIs, protocols, security, and performance. Covers 15 specialized domains including semantic markup, modern CSS layouts, ES6+ JavaScript, Web APIs, HTTP/HTTPS, CORS/CSP security, Core Web Vitals optimization, WCAG accessibility, and web standards compliance Includes terminology translation for ambiguous or colloquial web terms, context-aware interpretation across frontend, backend, and...
web-design-reviewer
awesome-copilot/skills/web-design-reviewer
Visual inspection and source-level fixing of website design issues across responsive, accessibility, and layout concerns. Detects layout overflow, alignment problems, responsive breakpoints, accessibility contrast issues, and visual inconsistencies across mobile (375px), tablet (768px), desktop (1280px), and wide (1920px) viewports Supports static sites, SPAs (React/Vue/Angular/Svelte), full-stack frameworks (Next.js/Nuxt/SvelteKit), and CMS platforms with automatic framework and styling...
webapp-testing
awesome-copilot/skills/webapp-testing
Browser automation and testing toolkit for local web applications using Playwright. Supports core browser interactions including navigation, form filling, clicking, dropdown selection, and dialog handling Includes verification capabilities for element presence, text content, visibility, URLs, and responsive design across viewports Provides debugging tools: screenshot capture, console log inspection, network request monitoring, and error handling patterns Works with Node.js environments and...
webmcpify
awesome-copilot/skills/webmcpify
Make a web app agent-ready — propose a WebMCP tool manifest, integrate, verify in a real browser, heal; unrelated code stays untouched. Use for "webmcpify",…
what-context-needed
awesome-copilot/skills/what-context-needed
Ask an AI assistant what files it needs before answering your question. Prompts the assistant to identify required and optional files for context before attempting to answer Structures output into four categories: must-see files, helpful files, already-seen files, and remaining uncertainties Helps developers avoid incomplete answers by ensuring the assistant has examined relevant code upfront Reduces back-and-forth by clarifying dependencies and gaps in context before the actual question is...
winapp-cli
awesome-copilot/skills/winapp-cli
CLI for Windows app packaging, MSIX creation, certificates, and Microsoft Store deployment across frameworks. Initializes projects with SDK setup, manifests, and development certificates; supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks Creates MSIX packages with optional signing, self-contained runtime bundling, and external catalog management Adds temporary package identity to executables for debugging Windows APIs (notifications, Windows AI, shell integration)...
winmd-api-search
awesome-copilot/skills/winmd-api-search
Search and explore Windows desktop APIs with full type signatures and members. Indexes Windows Platform SDK, WinAppSDK, NuGet packages, and project-output WinMD files; Platform SDK and WinAppSDK are available immediately on fresh clones without restore or build Two workflows: discover mode for finding the right API by capability keywords, and lookup mode for retrieving exact methods, properties, events, and enum values of known types Requires .NET SDK 8.0+ and a one-time cache generation via...
winui3-migration-guide
awesome-copilot/skills/winui3-migration-guide
Complete reference for migrating UWP apps to WinUI 3 with before/after code examples. Maps all namespace changes from Windows.UI.Xaml.* to Microsoft.UI.Xaml.* , plus threading, windowing, and dialog APIs Covers the three most common Copilot mistakes: ContentDialog without XamlRoot, MessageDialog usage, and CoreDispatcher patterns Includes migration tables for window management, pickers, background tasks, settings, and GetForCurrentView() replacements Provides a 15-item migration checklist...
workflow-step-summaries
gh-aw/.github/skills/workflow-step-summaries
Write clear GitHub Actions step summaries with progressive disclosure.
481–510 of 515