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"}'