Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
How to configure Copilot repository-wide and path-specific instructions using Markdown and YAML frontmatter.
Sign in to like and favorite skills
title: "Copilot Repo & Path Instructions" description: "How to configure Copilot repository-wide and path-specific instructions using Markdown and YAML frontmatter." last_updated: "2025-10-21" version: "v0.1.0" owners:
Configure Copilot behavior at the repository or folder/file level.
--- applyTo: "**/*.php" description: "PHP coding conventions for this repo" --- # PHP Coding Rules - Follow WordPress Coding Standards (WPCS) - Use proper escaping and sanitisation - Add PHPDoc for all public functions