@github
githubcreate-github-issues-feature-from-implementation-plan
✓skillCreate GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
webapp-testing
✓skillToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
meeting-minutes
✓skillGenerate concise, actionable meeting minutes for internal meetings. Includes metadata, attendees, agenda, decisions, action items (owner + due date), and follow-up steps.
fluentui-blazor
✓skillGuide for using the Microsoft Fluent UI Blazor component library (Microsoft.FluentUI.AspNetCore.Components NuGet package) in Blazor applications. Use this when the user is building a Blazor app with Fluent UI components, setting up the library, using FluentUI components like FluentButton, FluentDataGrid, FluentDialog, FluentToast, FluentNavMenu, FluentTextField, FluentSelect, FluentAutocomplete, FluentDesignTheme, or any component prefixed with "Fluent". Also use when troubleshooting missing providers, JS interop issues, or theming.
my-pull-requests
✓skillList my pull requests in the current repository
powerbi-modeling
✓skillPower BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimizing model performance. Triggers on queries about DAX calculations, table relationships, dimension/fact table design, naming conventions, model documentation, cardinality, cross-filter direction, calculation groups, and data model best practices. Always connects to the active model first using power-bi-modeling MCP tools to understand the data structure before providing guidance.
agent-governance
✓skillPatterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)
arch-linux-triage
✓skillTriage and resolve Arch Linux issues with pacman, systemd, and rolling-release best practices.
debian-linux-triage
✓skillTriage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
azure-role-selector
✓skillWhen user is asking for guidance for which role to assign to an identity given desired permissions, this agent helps them understand the role that will meet the requirements with least privilege access and how to apply that role.
centos-linux-triage
✓skillTriage and resolve CentOS issues using RHEL-compatible tooling, SELinux-aware practices, and firewalld.
copilot-usage-metrics
✓skillRetrieve and display GitHub Copilot usage metrics for organizations and enterprises using the GitHub CLI and REST API.
power-bi-performance-troubleshooting
✓skillSystematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries.
power-bi-report-design-consultation
✓skillPower BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design.
create-architectural-decision-record
✓skillCreate an Architectural Decision Record (ADR) document for AI-optimized decision documentation.
mcp-copilot-studio-server-generator
✓skillGenerate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support
folder-structure-blueprint-generator
✓skillComprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.
java-add-graalvm-native-image-support
✓skillGraalVM Native Image expert that adds native image support to Java applications, builds the project, analyzes build errors, applies fixes, and iterates until successful compilation using Oracle best practices.
generate-custom-instructions-from-codebase
✓skillMigration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades.
create-github-action-workflow-specification
✓skillCreate a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.
reviewing-oracle-to-postgres-migration
✓skillIdentifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.
git-commit
✓skillExecute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
scoutqa-test
✓skillThis skill should be used when the user asks to "test this website", "run exploratory testing", "check for accessibility issues", "verify the login flow works", "find bugs on this page", or requests automated QA testing. Triggers on web application testing scenarios including smoke tests, accessibility audits, e-commerce flows, and user flow validation using ScoutQA CLI. Use this skill proactively after implementing web application features to verify they work correctly.
breakdown-test
✓skillTest Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.
java-junit
✓skillGet best practices for JUnit 5 unit testing, including data-driven tests
postgresql-code-review
✓skillPostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).
create-technical-spike
✓skillCreate time-boxed technical spike documents for researching and resolving critical development decisions before implementation.
postgresql-optimization
✓skillPostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.
power-apps-code-app-scaffold
✓skillScaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration
flowstudio-power-automate-debug
✓skillDebug failing Power Automate cloud flows using the FlowStudio MCP server. Load this skill when asked to: debug a flow, investigate a failed run, why is this flow failing, inspect action outputs, find the root cause of a flow error, fix a broken Power Automate flow, diagnose a timeout, trace a DynamicOperationRequestFailure, check connector auth errors, read error details from a run, or troubleshoot expression failures. Requires a FlowStudio MCP subscription — see https://mcp.flowstudio.app
suggest-awesome-github-copilot-skills
✓skillSuggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.
first-ask
✓skillInteractive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.
github-copilot-starter
✓skillSet up complete GitHub Copilot configuration for a new project based on technology stack
git-flow-branch-creator
✓skillIntelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.
csharp-mcp-server-generator
✓skillGenerate a complete MCP server project in C# with tools, prompts, and proper configuration
update-avm-modules-in-bicep
✓skillUpdate Azure Verified Modules (AVM) to latest versions in Bicep files.
excalidraw-diagram-generator
✓skillGenerate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
image-manipulation-image-magick
✓skillProcess and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.
ruby-mcp-server-generator
✓skillGenerate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.
breakdown-feature-implementation
✓skillPrompt for creating detailed feature implementation plans, following Epoch monorepo structure.
migrating-oracle-to-postgres-stored-procedures
✓skillMigrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL. Translates Oracle-specific syntax, preserves method signatures and type-anchored parameters, leverages orafce where appropriate, and applies COLLATE "C" for Oracle-compatible text sorting. Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration.
scaffolding-oracle-to-postgres-migration-test-project
✓skillScaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use when setting up test infrastructure before writing migration integration tests, or when a test project is needed for Oracle-to-PostgreSQL validation.
creating-oracle-to-postgres-migration-bug-report
✓skillCreates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severity, root cause, and remediation steps.
mcp-deploy-manage-agents
✓skillSkill converted from mcp-deploy-manage-agents.prompt.md
context-map
✓skillGenerate a map of all files relevant to a task before making changes
csharp-async
✓skillGet best practices for C# async programming
refactor-plan
✓skillPlan a multi-file refactor with proper sequencing and rollback steps
microsoft-skill-creator
✓skillCreate agent skills for Microsoft technologies using Learn MCP tools. Use when users want to create a skill that teaches agents about any Microsoft technology, library, framework, or service (Azure, .NET, M365, VS Code, Bicep, etc.). Investigates topics deeply, then generates a hybrid skill storing essential knowledge locally while enabling dynamic deeper investigation.
microsoft-code-reference
✓skillLook 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. Catches hallucinated methods, wrong signatures, and deprecated patterns by querying official docs.
azure-deployment-preflight
✓skillPerforms comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision.
java-refactoring-remove-parameter
✓skillRefactoring using Remove Parameter in Java Language
code-exemplars-blueprint-generator
✓skillTechnology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
create-github-issue-feature-from-specification
✓skillCreate GitHub Issue for feature request from specification file using feature_request.yml template.
mentoring-juniors
✓skillSocratic mentoring for junior developers and AI newcomers. Guides through questions, never answers. Triggers: "help me understand", "explain this code", "I'm stuck", "Im stuck", "I'm confused", "Im confused", "I don't understand", "I dont understand", "can you teach me", "teach me", "mentor me", "guide me", "what does this error mean", "why doesn't this work", "why does not this work", "I'm a beginner", "Im a beginner", "I'm learning", "Im learning", "I'm new to this", "Im new to this", "walk me through", "how does this work", "what's wrong with my code", "what's wrong", "can you break this down", "ELI5", "step by step", "where do I start", "what am I missing", "newbie here", "junior dev", "first time using", "how do I", "what is", "is this right", "not sure", "need help", "struggling", "show me", "help me debug", "best practice", "too complex", "overwhelmed", "lost", "debug this", "/socratic", "/hint", "/concept", "/pseudocode". Progressive clue systems, teaching techniques, and success metrics.
winui3-migration-guide
✓skillUWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.
flowstudio-power-automate-build
✓skillBuild, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Load this skill when asked to: create a flow, build a new flow, deploy a flow definition, scaffold a Power Automate workflow, construct a flow JSON, update an existing flow's actions, patch a flow definition, add actions to a flow, wire up connections, or generate a workflow definition from scratch. Requires a FlowStudio MCP subscription — see https://mcp.flowstudio.app
dataverse-python-quickstart
✓skillGenerate Python SDK setup + CRUD + bulk + paging snippets using official patterns.
playwright-generate-test
✓skillGenerate a Playwright test based on a scenario using Playwright MCP
penpot-uiux-design
✓skillComprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing dashboards, forms, navigation, or landing pages, (4) Applying accessibility standards and best practices, (5) Following platform guidelines (iOS, Android, Material Design), (6) Reviewing or improving existing Penpot designs for usability. Triggers: "design a UI", "create interface", "build layout", "design dashboard", "create form", "design landing page", "make it accessible", "design system", "component library".
next-intl-add-language
✓skillAdd new language to a Next.js + next-intl application
datanalysis-credit-risk
✓skillCredit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing.
comment-code-generate-a-tutorial
✓skillTransform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.
ai-prompt-engineering-safety-review
✓skillComprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content.
project-workflow-analysis-blueprint-generator
✓skillComprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.
plantuml-ascii
✓skillGenerate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag
aspnet-minimal-api-openapi
✓skillCreate ASP.NET Minimal API endpoints with proper OpenAPI documentation
structured-autonomy-implement
✓skillStructured Autonomy Implementation Prompt
dataverse-python-advanced-patterns
✓skillGenerate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.
creating-oracle-to-postgres-migration-integration-tests
✓skillCreates integration test cases for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Generates DB-agnostic xUnit tests with deterministic seed data that validate behavior consistency across both database systems. Use when creating integration tests for a migrated project, generating test coverage for data access layers, or writing Oracle-to-PostgreSQL migration validation tests.
import-infrastructure-as-code
✓skillImport existing Azure resources into Terraform using Azure CLI discovery and Azure Verified Modules (AVM). Use when asked to reverse-engineer live Azure infrastructure, generate Infrastructure as Code from existing subscriptions/resource groups/resource IDs, map dependencies, derive exact import addresses from downloaded module source, prevent configuration drift, and produce AVM-based Terraform files ready for validation and planning across any Azure resource type.
remember-interactive-programming
✓skillA micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.
prd
✓skillGenerate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.
aspire
✓skillAspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure, deploy, or troubleshoot an Aspire distributed application.
gh-cli
✓skillGitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
ef-core
✓skillGet best practices for Entity Framework Core
mcp-cli
✓skillInterface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers, list available MCP servers/tools, or call MCP tools from command line.
remember
✓skillTransforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`.
my-issues
✓skillList my issues in the current repository
web-coder
✓skillExpert 10x engineer with comprehensive knowledge of web development, internet protocols, and web standards. Use when working with HTML, CSS, JavaScript, web APIs, HTTP/HTTPS, web security, performance optimization, accessibility, or any web/internet concepts. Specializes in translating web terminology accurately and implementing modern web standards across frontend and backend development.
noob-mode
✓skillPlain-English translation layer for non-technical Copilot CLI users. Translates every approval prompt, error message, and technical output into clear, jargon-free English with color-coded risk indicators.
winapp-cli
✓skillWindows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, publish to the Microsoft Store, create external catalogs, or access Windows SDK build tools. Supports .NET (csproj), C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.
create-llms
✓skillCreate an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/
tldr-prompt
✓skillCreate tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.
update-llms
✓skillUpdate the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/
csharp-tunit
✓skillGet best practices for TUnit unit testing, including data-driven tests
game-engine
✓skillExpert skill for building web-based game engines and games using HTML5, Canvas, WebGL, and JavaScript. Use when asked to create games, build game engines, implement game physics, handle collision detection, set up game loops, manage sprites, add game controls, or work with 2D/3D rendering. Covers techniques for platformers, breakout-style games, maze games, tilemaps, audio, multiplayer via WebRTC, and publishing games.
boost-prompt
✓skillInteractive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.
editorconfig
✓skillGenerates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.
doublecheck
✓skillThree-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs adversarial review for hallucination patterns, and produces a structured verification report with source links for human review.
csharp-nunit
✓skillGet best practices for NUnit unit testing, including data-driven tests
csharp-xunit
✓skillGet best practices for XUnit unit testing, including data-driven tests
agentic-eval
✓skillPatterns and techniques for evaluating and improving AI agent outputs. Use this skill when: - Implementing self-critique and reflection loops - Building evaluator-optimizer pipelines for quality-critical generation - Creating test-driven code refinement workflows - Designing rubric-based or LLM-as-judge evaluation systems - Adding iterative improvement to agent outputs (code, reports, analysis) - Measuring and improving agent response quality
csharp-mstest
✓skillGet best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests
memory-merger
✓skillMerges mature lessons from a domain memory file into its instruction file. Syntax: `/memory-merger >domain [scope]` where scope is `global` (default), `user`, `workspace`, or `ws`.
create-readme
✓skillCreate a README.md file for the project
github-issues
✓skillCreate, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, set issue fields (dates, priority, custom fields), set issue types, manage issue workflows, link issues, add dependencies, or track blocked-by/blocking relationships. Triggers on requests like "create an issue", "file a bug", "request a feature", "update issue X", "set the priority", "set the start date", "link issues", "add dependency", "blocked by", "blocking", or any GitHub issue management task.
mcp-configure
✓skillConfigure an MCP server for GitHub Copilot with your Dataverse environment.
nuget-manager
✓skillManage NuGet packages in .NET projects/solutions. Use this skill when adding, removing, or updating NuGet package versions. It enforces using `dotnet` CLI for package management and provides strict procedures for direct file edits only when updating versions.
automate-this
✓skillAnalyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine.
dotnet-upgrade
✓skillReady-to-use prompts for comprehensive .NET framework upgrade analysis and execution
breakdown-plan
✓skillIssue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.
sponsor-finder
✓skillFind which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies every link. Shows direct and transitive dependencies with OSSF Scorecard health data. Invoke with /sponsor followed by a GitHub owner/repo (e.g. "/sponsor expressjs/express").
copilot-spaces
✓skillUse Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a "Copilot space", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions.
prompt-builder
✓skillGuide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.
workiq-copilot
✓skillGuides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.
repo-story-time
✓skillGenerate a comprehensive repository summary and narrative story from commit history
microsoft-docs
✓skillQuery official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 and Aspire MCP for content that lives outside learn.microsoft.com.
pytest-coverage
✓skillRun pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.
create-tldr-page
✓skillCreate a tldr page from documentation URLs and command examples, requiring both URL and command name.
sql-code-review
✓skillUniversal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.
az-cost-optimize
✓skillAnalyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.
azure-devops-cli
✓skillManage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when working with Azure DevOps, az commands, devops automation, CI/CD, or when user mentions Azure DevOps CLI.
winmd-api-search
✓skillFind and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).
markdown-to-html
✓skillConvert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.
fabric-lakehouse
✓skillUse this skill to get context about Fabric Lakehouse and its features for software systems and AI-powered functions. It offers descriptions of Lakehouse data components, organization with schemas and shortcuts, access control, and code examples. This skill supports users in designing, building, and optimizing Lakehouse solutions using best practices.
entra-agent-user
✓skillCreate Agent Users in Microsoft Entra ID from Agent Identities, enabling AI agents to act as digital workers with user identity capabilities in Microsoft 365 and Azure environments.
finnish-humanizer
✓skillDetect and remove AI-generated markers from Finnish text, making it sound like a native Finnish speaker wrote it. Use when asked to "humanize", "naturalize", or "remove AI feel" from Finnish text, or when editing .md/.txt files containing Finnish content. Identifies 26 patterns (12 Finnish-specific + 14 universal) and 4 style markers.
shuffle-json-data
✓skillShuffle repetitive JSON objects safely by validating schema consistency before randomising entries.
kotlin-springboot
✓skillGet best practices for developing applications with Spring Boot and Kotlin.
declarative-agents
✓skillComplete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration
review-and-refactor
✓skillReview and refactor code in your project according to defined instructions
web-design-reviewer
✓skillThis skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.
gen-specs-as-issues
✓skillThis workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
fedora-linux-triage
✓skillTriage and resolve Fedora issues with dnf, systemd, and SELinux-aware guidance.
what-context-needed
✓skillAsk Copilot what files it needs to see before answering a question
devops-rollout-plan
✓skillGenerate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes
mkdocs-translations
✓skillGenerate a language translation for a mkdocs documentation stack.
make-skill-template
✓skillCreate new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.
conventional-commit
✓skillPrompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.
breakdown-epic-arch
✓skillPrompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.
vscode-ext-commands
✓skillGuidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices
create-specification
✓skillCreate a new specification file for the solution, optimized for Generative AI consumption.
model-recommendation
✓skillAnalyze chatmode or prompt files and recommend optimal AI models based on task complexity, required capabilities, and cost-efficiency
documentation-writer
✓skillDiátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.
update-specification
✓skillUpdate an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.
breakdown-feature-prd
✓skillPrompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.
napkin
✓skillVisual whiteboard collaboration for Copilot CLI. Creates an interactive whiteboard that opens in your browser — draw, sketch, add sticky notes, then share everything back with Copilot. Copilot sees your drawings and text, and responds with analysis, suggestions, and ideas.
java-docs
✓skillEnsure that Java types are documented with Javadoc comments and follow best practices for documentation.
copilot-sdk
✓skillBuild agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.
sql-optimization
✓skillUniversal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.
breakdown-epic-pm
✓skillPrompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.
typespec-create-agent
✓skillGenerate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot
cli-mastery
✓skillInteractive training for the GitHub Copilot CLI. Guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration. Say "cliexpert" to start.
pdftk-server
✓skillSkill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into pages, repair corrupted PDFs, attach or extract files, or perform any PDF manipulation from the command line.
cosmosdb-datamodeling
✓skillStep-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: "cosmosdb_requirements.md" file and "cosmosdb_data_model.md" file
java-springboot
✓skillGet best practices for developing applications with Spring Boot.
dotnet-best-practices
✓skillEnsure .NET/C# code meets best practices for the solution/project.
copilot-cli-quickstart
✓skillUse this skill when someone wants to learn GitHub Copilot CLI from scratch. Offers interactive step-by-step tutorials with separate Developer and Non-Developer tracks, plus on-demand Q&A. Just say "start tutorial" or ask a question! Note: This skill targets GitHub Copilot CLI specifically and uses CLI-specific tools (ask_user, sql, fetch_copilot_cli_documentation).
issue-fields-migration
✓skillMigrate field values from GitHub Project V2 fields or repo labels to org-level issue fields. Use this skill when users need to bulk-copy metadata (priority, status, dates, text, numbers) from project fields or labels to issue fields, or when they ask about migrating, transferring, or copying project field data or labels to issue fields.
make-repo-contribution
✓skillAll changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or pull request (or PR) created, a search must be done to ensure the right steps are followed. Whenever asked to create an issue, commit messages, to push code, or create a PR, use this skill so everything is done correctly.
apple-appstore-reviewer
✓skillServes as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.
bigquery-pipeline-audit
✓skillAudits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.
containerize-aspnetcore
✓skillContainerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
add-educational-comments
✓skillAdd educational comments to the file specified, or prompt asking for file to comment if one is not provided.
java-mcp-server-generator
✓skillGenerate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.
azure-resource-visualizer
✓skillAnalyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other.
rust-mcp-server-generator
✓skillGenerate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK
playwright-explore-website
✓skillWebsite exploration for testing using Playwright MCP
update-markdown-file-index
✓skillUpdate a markdown file section with an index/table of files from a specified folder.
typespec-create-api-plugin
✓skillGenerate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot
update-implementation-plan
✓skillUpdate an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
dotnet-design-pattern-review
✓skillReview the C#/.NET code for design pattern implementation and suggest improvements.
write-coding-standards-from-file
✓skillWrite a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.
power-bi-model-design-review
✓skillComprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities.
openapi-to-application-code
✓skillGenerate a complete, production-ready application from an OpenAPI specification
azure-resource-health-diagnose
✓skillAnalyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.
refactor-method-complexity-reduce
✓skillRefactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.
update-oo-component-documentation
✓skillUpdate existing object-oriented component documentation following industry best practices and architectural documentation standards.
create-oo-component-documentation
✓skillCreate comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards.
technology-stack-blueprint-generator
✓skillComprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development.
power-platform-mcp-connector-suite
✓skillGenerate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation
copilot-instructions-blueprint-generator
✓skillTechnology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.
create-github-issues-for-unmet-specification-requirements
✓skillCreate GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.
msstore-cli
✓skillMicrosoft Store Developer CLI (msstore) for publishing Windows applications to the Microsoft Store. Use when asked to configure Store credentials, list Store apps, check submission status, publish submissions, manage package flights, set up CI/CD for Store publishing, or integrate with Partner Center. Supports Windows App SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications.
chrome-devtools
✓skillExpert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
finalize-agent-prompt
✓skillFinalize prompt file using the role of an AI agent to polish the prompt for the end user.
typespec-api-operations
✓skillAdd GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards
transloadit-media-processing
✓skillProcess media files (video, audio, images, documents) using Transloadit. Use when asked to encode video to HLS/MP4, generate thumbnails, resize or watermark images, extract audio, concatenate clips, add subtitles, OCR documents, or run any media processing pipeline. Covers 86+ processing robots for file transformation at scale.
java-refactoring-extract-method
✓skillRefactoring using Extract Methods in Java Language
create-spring-boot-kotlin-project
✓skillCreate Spring Boot Kotlin Project Skeleton
terraform-azurerm-set-diff-analyzer
✓skillAnalyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive diffs (order-only changes in Set-type attributes) and actual resource changes. Use when reviewing terraform plan output for Azure resources like Application Gateway, Load Balancer, Firewall, Front Door, NSG, and other resources with Set-type attributes that cause spurious diffs due to internal ordering changes.
create-github-pull-request-from-specification
✓skillCreate GitHub Pull Request for feature request from specification file using pull_request_template.md template.
dataverse-python-usecase-builder
✓skillGenerate complete solutions for specific Dataverse SDK use cases with architecture recommendations
azure-pricing
✓skillFetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.
polyglot-test-agent
✓skillGenerates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, create test files, or test a codebase. Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more. Orchestrates research, planning, and implementation phases to produce tests that compile, pass, and follow project conventions.
structured-autonomy-plan
✓skillStructured Autonomy Planning Prompt
power-bi-dax-optimization
✓skillComprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.
create-implementation-plan
✓skillCreate a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
suggest-awesome-github-copilot-agents
✓skillSuggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.
suggest-awesome-github-copilot-instructions
✓skillSuggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository, and identifying outdated instructions that need updates.
planning-oracle-to-postgres-migration-integration-testing
✓skillCreates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.
creating-oracle-to-postgres-master-migration-plan
✓skillDiscovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.
refactor
✓skillSurgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.
quasi-coder
✓skillExpert 10x engineer skill for interpreting and implementing code from shorthand, quasi-code, and natural language descriptions. Use when collaborators provide incomplete code snippets, pseudo-code, or descriptions with potential typos or incorrect terminology. Excels at translating non-technical or semi-technical descriptions into production-quality code.
csharp-docs
✓skillEnsure that C# types are documented with XML comments and follow best practices for documentation.
create-agentsmd
✓skillPrompt for generating an AGENTS.md file for a repository
cloud-design-patterns
✓skillCloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and deployment categories. Use when designing, reviewing, or implementing distributed system architectures.
azure-static-web-apps
✓skillHelps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.
snowflake-semanticview
✓skillCreate, alter, and validate Snowflake semantic views using Snowflake CLI (snow). Use when asked to build or troubleshoot semantic views/semantic layer definitions with CREATE/ALTER SEMANTIC VIEW, to validate semantic-view DDL against Snowflake via CLI, or to guide Snowflake CLI installation and connection setup.
legacy-circuit-mockups
✓skillGenerate breadboard circuit mockups and visual diagrams using HTML5 Canvas drawing techniques. Use when asked to create circuit layouts, visualize electronic component placements, draw breadboard diagrams, mockup 6502 builds, generate retro computer schematics, or design vintage electronics projects. Supports 555 timers, W65C02S microprocessors, 28C256 EEPROMs, W65C22 VIA chips, 7400-series logic gates, LEDs, resistors, capacitors, switches, buttons, crystals, and wires.
convert-plaintext-to-md
✓skillConvert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.
multi-stage-dockerfile
✓skillCreate optimized multi-stage Dockerfiles for any language or framework
vscode-ext-localization
✓skillGuidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices
go-mcp-server-generator
✓skillGenerate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.
php-mcp-server-generator
✓skillGenerate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK
mcp-create-adaptive-cards
✓skillSkill converted from mcp-create-adaptive-cards.prompt.md
javascript-typescript-jest
✓skillBest practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.
kotlin-mcp-server-generator
✓skillGenerate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.
nano-banana-pro-openrouter
✓skillGenerate or edit images via OpenRouter with the Gemini 3 Pro Image model. Use for prompt-only image generation, image edits, and multi-image compositing; supports 1K/2K/4K output.
readme-blueprint-generator
✓skillIntelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.
swift-mcp-server-generator
✓skillGenerate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.
python-mcp-server-generator
✓skillGenerate a complete MCP server project in Python with tools, resources, and proper configuration
appinsights-instrumentation
✓skillInstrument a webapp to send useful telemetry data to Azure App Insights
containerize-aspnet-framework
✓skillContainerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.
flowstudio-power-automate-mcp
✓skillConnect to and operate Power Automate cloud flows via a FlowStudio MCP server. Use when asked to: list flows, read a flow definition, check run history, inspect action outputs, resubmit a run, cancel a running flow, view connections, get a trigger URL, validate a definition, monitor flow health, or any task that requires talking to the Power Automate API through an MCP tool. Also use for Power Platform environment discovery and connection management. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app
structured-autonomy-generate
✓skillStructured Autonomy Implementation Generator Prompt
mcp-create-declarative-agent
✓skillSkill converted from mcp-create-declarative-agent.prompt.md
architecture-blueprint-generator
✓skillComprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.
typescript-mcp-server-generator
✓skillGenerate a complete MCP server project in TypeScript with tools, resources, and proper configuration
create-spring-boot-java-project
✓skillCreate Spring Boot Java Project Skeleton
dataverse-python-production-code
✓skillGenerate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices
playwright-automation-fill-in-form
✓skillAutomate filling in a form using Playwright MCP
greeting
✓skillA skill that generates personalized greetings.
error-pattern-safety
✓skillError Pattern Safety Guidelines for Agentic Engines
console-rendering
✓skillInstructions for using the struct tag-based console rendering system in Go
github-mcp-server
✓skillGitHub MCP Server Documentation
github-script
✓skillBest practices for writing JavaScript code for GitHub Actions using github-script
messages
✓skillInstructions for adding new message types to the safe-output messages system
reporting
✓skillGuidelines for formatting reports using HTML details/summary tags
temporary-id-safe-output
✓skillPlan for adding temporary ID support to safe output jobs
github-copilot-agent-tips-and-tricks
✓skillTips and Tricks for Working with GitHub Copilot Agent PRs
dictation-instructions
✓skillInstructions for fixing speech-to-text errors and improving text quality in gh-aw documentation and workflows
documentation
✓skillDocumentation Brief description for SEO and navigation
error-messages
✓skillError Message Style Guide for Validation Errors
gh-agent-task
✓skillGitHub CLI Agent Task Extension
debugging-workflows
✓skillGuide for debugging GitHub Agentic Workflows - analyzing logs, auditing runs, and troubleshooting issues
github-issue-query
✓skillQuery GitHub issues efficiently with jq argument support for filtering
developer
✓skillDeveloper Instructions for GitHub Agentic Workflows
error-recovery-patterns
✓skillThis skill provides comprehensive guidance on error handling patterns, recovery strategies, and debugging techniques in GitHub Agentic Workflows (gh-aw).
javascript-refactoring
✓skillInstructions for refactoring JavaScript code into separate files
github-pr-query
✓skillQuery GitHub pull requests efficiently with jq argument support for filtering
http-mcp-headers
✓skillHTTP MCP Header Secret Support - Implementation Summary
gh-agent-session
✓skillGitHub CLI Agent Session Extension
github-discussion-query
✓skillQuery GitHub discussions efficiently with jq argument support for filtering
code-checklist
✓skillTeam code quality checklist - use for checking Python code quality, bugs, security issues, and best practices
commit-message
✓skillGenerate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help
pytest-gen
✓skillGenerate comprehensive pytest tests - use when generating tests, creating test suites, or testing Python code
hello-world
✓skillA minimal skill example - use when learning the skill format
workiq
✓skillQuery Microsoft 365 Copilot for workplace intelligence - emails, meetings, documents, Teams messages, and people information. USE THIS SKILL for ANY workplace-related question where the answer likely exists in Microsoft 365 data. This includes questions about what someone said, shared, or communicated; meetings, emails, messages, or documents; priorities, decisions, or context from colleagues; organizational knowledge; project status; team activities; or any information that would be in Outlook, Teams, SharePoint, OneDrive, or Calendar. When in doubt about workplace context, try WorkIQ first. Trigger phrases include "what did [person] say", "what are [person]'s priorities", "top of mind from [person]", "what was discussed", "find emails about", "what meetings", "what documents", "who is working on", "what's the status of", "any updates on", etc.
spark-app-template
✓skillComprehensive guidance for building web apps with opinionated defaults for tech stack, design system, and code standards. Use when user wants to create a new web application, dashboard, or interactive interface. Provides tech choices, styling guidance, project structure, and design philosophy to get users up and running quickly with a fully functional, beautiful web app.
update-deps
✓skillKeep dependencies up-to-date. Discovers outdated deps via dependabot alerts/PRs, creates one PR per ecosystem, iterates until CI is green, then assigns for review.
recompile-workflows
✓skillRegenerate and post-process all agentic workflows. Use when gh-aw is updated, workflow .md files change, or when asked to recompile/regenerate workflows.
debug-firewall
✓skillDebug the AWF firewall by inspecting Docker containers (awf-squid, awf-agent), analyzing Squid access logs, checking iptables rules, and troubleshooting blocked domains or network issues.
awf-skill
✓skillUse the AWF (Agentic Workflow Firewall) to run commands with network isolation and domain whitelisting. Provides L7 HTTP/HTTPS egress control for AI agents.
awf-debug-tools
✓skillPractical Python scripts for debugging awf - parse logs, diagnose issues, inspect containers, test domains