Initial commit
This commit is contained in:
16
.claude-plugin/plugin.json
Normal file
16
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user