StefanMermans

markdown-validation

How to validate markdown files

StefanMermans 0 Updated 3mo ago

Resources

1
GitHub

Install

npx skillscat add stefanmermans/agent-config/markdown-validation

Install via the SkillsCat registry.

SKILL.md

Markdown validation

Follow these steps:

  1. Read the markdown file and look for any spelling or grammatical errors.
  2. Fix spelling and grammatical errors.
  3. run the following command to validate the markdown file.
~/.agents/skills/markdown-validation/scripts/validate-markdown.sh <filename>
  1. Fix the errors and repeat step 3 until the file is valid.