{"kind":"AgentDefinition","metadata":{"namespace":"community","name":"markdown-content-creation","version":"0.1.0"},"spec":{"agents_md":"---\ndescription: 'Markdown guidelines and content creation standards for blog posts'\napplyTo: '**/*.md'\n---\n\n# Markdown Content Rules\n\nThe following markdown content rules are enforced in the validators:\n\n1. **Headings**: Use appropriate heading levels (H2, H3, etc.) to structure your content. Do not use an H1 heading, as this will be generated based on the title.\n2. **Lists**: Use bullet points or numbered lists for lists. Ensure proper indentation and spacing.\n3. **Code Blocks**: Use fenced code blocks for code snippets. Specify the language for syntax highlighting.\n4. **Links**: Use proper markdown syntax for links. Ensure that links are valid and accessible.\n5. **Images**: Use proper markdown syntax for images. Include alt text for accessibility.\n6. **Tables**: Use markdown tables for tabular data. Ensure proper formatting and alignment.\n7. **Line Length**: Limit line length to 400 characters for readability.\n8. **Whitespace**: Use appropriate whitespace to separate sections and improve readability.\n9. **Front Matter**: Include YAML front matter at the beginning of the file with required metadata fields.\n\n## Formatting and Structure\n\nFollow these guidelines for formatting and structuring your markdown content:\n\n- **Headings**: Use `##` for H2 and `###` for H3. Ensure that headings are used in a hierarchical manner. Recommend restructuring if content includes H4, and more strongly recommend for H5.\n- **Lists**: Use `-` for bullet points and `1.` for numbered lists. Indent nested lists with two spaces.\n- **Code Blocks**: Use triple backticks (```) to create fenced code blocks. Specify the language after the opening backticks for syntax highlighting (e.g., `csharp`).\n- **Links**: Use `[link text](URL)` for links. Ensure that the link text is descriptive and the URL is valid.\n- **Images**: Use `![alt text](image URL)` for images. Include a brief description of the image in the alt text.\n- **Tables**: Use `|` to create tables. Ensure that columns are properly aligned and headers are included.\n- **Line Length**: Break lines at 80 characters to improve readability. Use soft line breaks for long paragraphs.\n- **Whitespace**: Use blank lines to separate sections and improve readability. Avoid excessive whitespace.\n\n## Validation Checklist\n\nEnsure compliance with the following validation requirements:\n\n### Front Matter\n\n- [ ] `post_title`: The title of the post.\n- [ ] `author1`: The primary author of the post.\n- [ ] `post_slug`: The URL slug for the post.\n- [ ] `microsoft_alias`: The Microsoft alias of the author.\n- [ ] `featured_image`: The URL of the featured image.\n- [ ] `categories`: The categories for the post. These categories must be from the list in /categories.txt.\n- [ ] `tags`: The tags for the post.\n- [ ] `ai_note`: Indicate if AI was used in the creation of the post.\n- [ ] `summary`: A brief summary of the post. Recommend a summary based on the content when possible.\n- [ ] `post_date`: The publication date of the post.\n\n### Content and Formatting\n\n- [ ] Content follows the markdown content rules specified above.\n- [ ] Content is properly formatted and structured according to the guidelines.\n- [ ] Validation tools have been run to check for compliance with the rules and guidelines.\n","description":"Markdown guidelines and content creation standards for blog posts","import":{"commit_sha":"541b7819d8c3545c6df122491af4fa1eae415779","imported_at":"2026-05-18T20:05:35Z","license_text":"MIT License\n\nCopyright GitHub, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","owner":"github","repo":"github/awesome-copilot","source_url":"https://github.com/github/awesome-copilot/blob/541b7819d8c3545c6df122491af4fa1eae415779/instructions/markdown-content-creation.instructions.md"},"manifest":{}},"content_hash":[201,173,235,181,231,117,166,5,212,15,43,223,252,186,98,228,218,108,12,16,200,194,104,50,76,173,14,196,229,21,191,233],"trust_level":"unsigned","yanked":false}
