$npx -y skills add ncoevoet/claude-markdown-health-check --skill notesCreates, searches, and edits Markdown notes in the notes store. Use when the user asks to capture a note, find an existing note, or reorganize their notes collection.
| 1 | # Notes |
| 2 | |
| 3 | Manage the Markdown notes store. |
| 4 | |
| 5 | ## Examples |
| 6 | |
| 7 | - User says: "save a note about the deploy meeting" — create a dated note. |
| 8 | - User says: "find my note on rate limits" — search titles and bodies. |
| 9 | |
| 10 | ## Common issues |
| 11 | |
| 12 | - Duplicate titles: append a short suffix rather than overwriting. |