AgentSkillsCN

markdown-helper

对Markdown文件进行语法检查与修复。当用户要求“检查Markdown”、“修复格式”或“对文档进行语法检查”时,可使用此技能。

SKILL.md
--- frontmatter
name: markdown-helper
description: Lint and fix Markdown files. Use this when the user asks to "check markdown", "fix formatting", or "lint docs".

Markdown Helper Skill

Uses markdownlint-mcp to ensure documentation quality.

Usage

Command Template:

bash
npx mcporter call --command "npx -y markdownlint-mcp" --tool <tool_name> --args <json_args>

Common Tools

  • lint_markdown: Check a file for style issues.

  • fix_markdown: Automatically fix style issues.

Example: Lint a Markdown file

bash
npx mcporter call --command "npx -y markdownlint-mcp" --tool fix_markdown --args '{"path": "docs/README.md"}'