Files
2025-11-30 08:53:32 +08:00

16 lines
520 B
JSON

{
"name": "markdown-linter-fixer",
"description": "Systematically fix linting issues in markdown files using markdownlint-cli2. This skill provides structured workflows to diagnose, fix, and verify markdown formatting issues with special focus on MD029 errors.",
"version": "1.5.4",
"author": {
"name": "s2005",
"email": "s2005@users.noreply.github.com",
"url": "https://github.com/s2005"
},
"skills": [
"./skills/markdown-linter-fixer"
],
"commands": [
"./commands/mdlinter.md"
]
}