What problem does it solve?
Markdown documentation often suffers from inconsistent frontmatter, scattered files, and vague naming, making updates and discovery hard. This skill provides a guided workflow to create, edit, and organize Markdown content with standardized frontmatter, descriptive filenames, and clear directory structure.
Core Features & Use Cases
- Create and edit Markdown files with consistent YAML frontmatter (title, created, last_modified, author, type, tags).
- Organize docs by type into directories (docs/research, docs/plans, etc.), generate descriptive kebab-case filenames, and ensure predictable structure.
- Extract author from git config and automatically populate metadata; preserve created timestamp on edits and support updating last_modified.
- Handle special files (README, TODO, CHANGELOG) without frontmatter where appropriate and maintain clean project-wide documentation.
- Use cases include drafting README files for projects, capturing research notes, and maintaining ongoing documentation plans.
Quick Start
Ask me to create or update a Markdown document with frontmatter in the appropriate docs folder.