用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GulajavaMinistudio/awesome-copilot-id --skill markdown命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | markdown |
| description | Documentation and content creation standards |
The following markdown content rules are enforced in the validators:
Follow these guidelines for formatting and structuring your markdown content:
## 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.- for bullet points and 1. for numbered lists. Indent nested lists with two spaces.) to create fenced code blocks. Specify the language after the opening backticks for syntax highlighting (e.g., csharp).[link text](URL) for links. Ensure that the link text is descriptive and the URL is valid. for images. Include a brief description of the image in the alt text.| to create tables. Ensure that columns are properly aligned and headers are included.Ensure compliance with the following validation requirements:
Front Matter: Include the following fields in the YAML front matter:
post_title: The title of the post.author1: The primary author of the post.post_slug: The URL slug for the post.microsoft_alias: The Microsoft alias of the author.featured_image: The URL of the featured image.categories: The categories for the post. These categories must be from the list in /categories.txt.tags: The tags for the post.ai_note: Indicate if AI was used in the creation of the post.summary: A brief summary of the post. Recommend a summary based on the content when possible.post_date: The publication date of the post.Content Rules: Ensure that the content follows the markdown content rules specified above.
Formatting: Ensure that the content is properly formatted and structured according to the guidelines.
Validation: Run the validation tools to check for compliance with the rules and guidelines.