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
gitmoji
awesome-copilot/skills/gitmoji
Generates commit messages following the gitmoji convention (https://gitmoji.dev) — picks the right emoji for the intent of the change and writes a well-formed…
go-codemod
gh-aw/.github/skills/go-codemod
Implement and test Go codemods for the gh aw fix command.
go-linters
gh-aw/.github/skills/go-linters
Add and validate custom Go analysis linters in gh-aw.
go-mcp-server-generator
awesome-copilot/skills/go-mcp-server-generator
Generate production-ready Go MCP server projects with proper structure, dependencies, and typed tool implementations. Scaffolds complete Go module layout with official MCP SDK integration, including main server setup, tool registration, and graceful shutdown handling Provides typed tool handlers with JSON schema validation, structured inputs/outputs, and context-aware error handling Includes configuration management via environment variables, basic test structure, and README documentation...
gsap-framer-scroll-animation
awesome-copilot/skills/gsap-framer-scroll-animation
Production-grade scroll animations with GitHub Copilot prompts, ready-to-use code recipes, and deep API references.
gtm-0-to-1-launch
awesome-copilot/skills/gtm-0-to-1-launch
Launch new products from idea to first customers. Use when launching products, finding early adopters, building launch week playbooks, diagnosing why adoption…
gtm-ai-gtm
awesome-copilot/skills/gtm-ai-gtm
Go-to-market strategy for AI products. Use when positioning AI products, handling "who is responsible when it breaks" objections, pricing variable-cost AI,…
gtm-board-and-investor-communication
awesome-copilot/skills/gtm-board-and-investor-communication
Board meeting preparation, investor updates, and executive communication. Use when preparing board decks, writing investor updates, handling bad news with the…
gtm-developer-ecosystem
awesome-copilot/skills/gtm-developer-ecosystem
Build and scale developer-led adoption through ecosystem programs. Use when deciding open vs curated ecosystems, building developer programs, scaling platform…
gtm-enterprise-account-planning
awesome-copilot/skills/gtm-enterprise-account-planning
Strategic account planning and execution for enterprise deals. Use when planning complex sales cycles, managing multiple stakeholders, applying MEDDICC…
gtm-enterprise-onboarding
awesome-copilot/skills/gtm-enterprise-onboarding
Four-phase framework for onboarding enterprise customers from contract to value realization. Use when implementing new enterprise customers, preventing churn…
gtm-operating-cadence
awesome-copilot/skills/gtm-operating-cadence
Design meeting rhythms, metric reporting, quarterly planning, and decision-making velocity for scaling companies. Use when decisions are slow, planning is…
gtm-partnership-architecture
awesome-copilot/skills/gtm-partnership-architecture
Build and scale partner ecosystems that drive revenue and platform adoption. Use when building partner programs from scratch, tiering partnerships, managing…
gtm-positioning-strategy
awesome-copilot/skills/gtm-positioning-strategy
Find and own a defensible market position. Use when messaging sounds like competitors, conversion is weak despite awareness, repositioning a product, or…
gtm-product-led-growth
awesome-copilot/skills/gtm-product-led-growth
Build self-serve acquisition and expansion motions. Use when deciding PLG vs sales-led, optimizing activation, driving freemium conversion, building growth…
gtm-technical-product-pricing
awesome-copilot/skills/gtm-technical-product-pricing
Pricing strategy for technical products. Use when choosing usage-based vs seat-based, designing freemium thresholds, structuring enterprise pricing…
harness-engineering
awesome-copilot/skills/harness-engineering
Adopt repository-level harness engineering for coding agents. Use when a user wants to prevent repeated AI coding-agent mistakes by turning failures into…
hello-world
copilot-cli-for-beginners/.github/skills/hello-world
A minimal skill example - use when learning the skill format
http_mcp_headers
gh-aw/skills/http_mcp_headers
http_mcp_headers — an installable skill for AI agents, published by github/gh-aw.
image-annotations
awesome-copilot/skills/image-annotations
Annotate screenshots, diagrams, and images with callout rectangles, arrows, labels, and color-coded highlights using PIL. Includes rules for animated GIF…
image-manipulation-image-magick
awesome-copilot/skills/image-manipulation-image-magick
Image processing and manipulation using ImageMagick across Windows, Linux, and macOS. Retrieve image metadata, dimensions, and format information with the identify command Resize single or batch images with aspect ratio control and thumbnail generation Filter and process images based on dimensions or file type criteria Requires ImageMagick installed and available as magick on PATH; includes platform-specific setup for PowerShell (Windows) and Bash (Linux/macOS)
impediment-prioritization
awesome-copilot/skills/impediment-prioritization
Ranks any list of impediments and their countermeasures using a value-stream scoring model (ROI, Cost to Implement, Ease of Deployment, Risk Factor) and a…
import-infrastructure-as-code
awesome-copilot/skills/import-infrastructure-as-code
Reverse-engineer live Azure infrastructure into Terraform code using Azure Verified Modules. Discovers Azure resources across subscription, resource group, or specific resource ID scopes using Azure CLI, then maps dependencies and generates AVM-based Terraform configuration Requires reading each AVM module's README before code generation to identify required inputs, child resource ownership, and exact variable names that differ from raw azurerm_* provider arguments Generates import blocks by...
incident-postmortem
awesome-copilot/skills/incident-postmortem
Use when an outage, production incident, or significant service degradation has occurred and the team needs to write a structured blameless post-mortem.…
integrate-context-matic
awesome-copilot/skills/integrate-context-matic
Discovers and integrates third-party APIs using the context-matic MCP server. Uses `fetch_api` to find available API SDKs, `ask` for integration guidance,…
issue-fields-migration
awesome-copilot/skills/issue-fields-migration
Bulk-migrate metadata to GitHub issue fields from two sources: repo labels (e.g. priority labels to a Priority field) and Project V2 fields. Use when users say…
java-add-graalvm-native-image-support
awesome-copilot/skills/java-add-graalvm-native-image-support
Automate GraalVM native image configuration, build, and error resolution for Java applications. Detects project structure (Maven/Gradle) and framework (Spring Boot, Quarkus, Micronaut) to apply framework-specific native image setup Adds GraalVM Native Build Tools plugins with appropriate configuration profiles and iteratively resolves build errors Handles common native image issues including reflection, resource access, JNI, and dynamic proxy configuration through generated metadata files...
java-coding-skill
copilot-sdk/.github/skills/java-coding-skill
Use this skill whenever editing `*.java` files in the `java/` directore of the SDK in order to write idiomatic, well-structured Java code for the Copilot SDK
java-docs
awesome-copilot/skills/java-docs
Javadoc best practices for documenting Java types, methods, and members. Public and protected members require Javadoc comments; package-private and private members are encouraged, especially for complex code Use standard tags: @param for parameters, @return for return values, @throws for exceptions, @see for cross-references, and @since for version tracking First sentence serves as summary description and should end with a period; parameter descriptions start lowercase without periods Use...
java-helidon
awesome-copilot/skills/java-helidon
Get best practices for developing applications with Helidon 4 (SE and MP). Use when working with Helidon SE or Helidon MP, HttpService routing, Helidon DB…
241–270 of 515