WeMD-AI-skill
NewWeMD-AI的skill版本,安装后直接将Markdown文章发给Agent自动完成排版,不喜欢随时让AI发挥自由修改,直到你满意
Summary
WeMD-AI-skill automatically formats Markdown articles when you send them to the AI agent, ensuring clean and consistent output.
- It allows you to freely request modifications until you're satisfied, making it ideal for documentation and content creation workflows.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/wemd-ai-skill.md https://raw.githubusercontent.com/Patrick-mufeng/WeMD-AI-skill/main/SKILL.md/wemd-ai-skillUse Cases
Usage Examples
/wemd-ai-skill Please format this Markdown article about API design: [paste article]
Apply WeMD-AI-skill to my README.md and add a 'Contributing' section with bullet points.
/wemd-ai-skill Convert this draft into a polished Markdown document with proper code syntax highlighting.
Security Audits
Frequently Asked Questions
What is WeMD-AI-skill?
WeMD-AI-skill automatically formats Markdown articles when you send them to the AI agent, ensuring clean and consistent output. It allows you to freely request modifications until you're satisfied, making it ideal for documentation and content creation workflows.
How to install WeMD-AI-skill?
To install WeMD-AI-skill: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/wemd-ai-skill.md https://raw.githubusercontent.com/Patrick-mufeng/WeMD-AI-skill/main/SKILL.md. Finally, /wemd-ai-skill in Claude Code.
What is WeMD-AI-skill best for?
WeMD-AI-skill is a skill categorized under Documentation. It is designed for: agent. Created by Patrick-mufeng.
What can I use WeMD-AI-skill for?
WeMD-AI-skill is useful for: Format a raw Markdown article with proper headings, lists, and code blocks for a technical blog post.; Apply consistent styling to multiple Markdown files in a project documentation set.; Convert a plain text draft into a well-structured Markdown document with tables and links.; Polish a README file by adding emojis, badges, and section dividers automatically.; Reformat a Markdown file to match a specific style guide (e.g., GitHub Flavored Markdown).; Iteratively refine a Markdown article by requesting specific changes like 'make headings more concise' or 'add a table of contents'..