MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Markdown-Content-Creation

Markdown-Content-Creation是一款writing方向的AI技能,核心价值是Markdown guidelines and content creation standards for blog posts,可用于解决开发者在writing领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Markdown guidelines and content creation standards for blog posts

Last verified on: 2026-05-30
mkdir -p ./skills/markdown-content-creation && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/markdown-content-creation/SKILL.md -o ./skills/markdown-content-creation/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Markdown Content Rules


The following markdown content rules are enforced in the validators:


1. **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.

2. **Lists**: Use bullet points or numbered lists for lists. Ensure proper indentation and spacing.

3. **Code Blocks**: Use fenced code blocks for code snippets. Specify the language for syntax highlighting.

4. **Links**: Use proper markdown syntax for links. Ensure that links are valid and accessible.

5. **Images**: Use proper markdown syntax for images. Include alt text for accessibility.

6. **Tables**: Use markdown tables for tabular data. Ensure proper formatting and alignment.

7. **Line Length**: Limit line length to 400 characters for readability.

8. **Whitespace**: Use appropriate whitespace to separate sections and improve readability.

9. **Front Matter**: Include YAML front matter at the beginning of the file with required metadata fields.


Formatting and Structure


Follow these guidelines for formatting and structuring your markdown content:


- **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.

- **Lists**: Use `-` for bullet points and `1.` for numbered lists. Indent nested lists with two spaces.

- **Code Blocks**: Use triple backticks (```) to create fenced code blocks. Specify the language after the opening backticks for syntax highlighting (e.g., `csharp`).

- **Links**: Use `[link text](URL)` for links. Ensure that the link text is descriptive and the URL is valid.

- **Images**: Use `![alt text](image URL)` for images. Include a brief description of the image in the alt text.

- **Tables**: Use `|` to create tables. Ensure that columns are properly aligned and headers are included.

- **Line Length**: Break lines at 80 characters to improve readability. Use soft line breaks for long paragraphs.

- **Whitespace**: Use blank lines to separate sections and improve readability. Avoid excessive whitespace.


Validation Checklist


Ensure compliance with the following validation requirements:


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 and Formatting


- [ ] Content follows the markdown content rules specified above.

- [ ] Content is properly formatted and structured according to the guidelines.

- [ ] Validation tools have been run to check for compliance with the rules and guidelines.

🎯 Best For

  • Bloggers
  • Content marketers
  • UI designers
  • Product designers
  • Claude users

💡 Use Cases

  • Outlining long-form articles
  • Writing engaging introductions
  • Generating component mockups
  • Creating design system tokens

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Markdown-Content-Creation to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Does this handle topic clustering?

Many writing skills support topic cluster strategies. Check the skill content for SEO structure features.

Does this work with Figma?

Some design skills integrate with Figma plugins. Check the Works With section for supported tools.

Can Markdown-Content-Creation maintain my brand voice?

Yes — provide style guides or example content in your prompt for consistent brand-aligned output.

How do I install Markdown-Content-Creation?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/markdown-content-creation/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping the editing pass

AI-written drafts need human editing for facts, flow, and authenticity.

Skipping usability testing

AI-generated designs should be validated with real users before development.

Publishing unedited drafts

AI writing needs human editing for facts, flow, and authentic voice.

🔗 Related Skills