Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:32 +08:00
commit 74b0781992
7 changed files with 774 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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"
]
}