--- name: markdown-validation description: How to validate markdown files --- # 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. ```bash ~/.agents/skills/markdown-validation/scripts/validate-markdown.sh ``` 4. Fix the errors and repeat step 3 until the file is valid.