Split Markdown front matter and body before docs migrations, metadata audits, or static-site transforms
Use gray-matter when an agent needs to open Markdown or content files, extract structured front matter, and pass clean body text plus metadata into the next step. This skill is for parsing and rewriting front matter safely, not for running a full CMS or static site generator.
Split Markdown front matter and body before docs migrations, metadata audits, or static-site transforms
Use gray-matter when an agent needs to open Markdown or content files, extract structured front matter, and pass clean body text plus metadata into the next step. This skill is for parsing and rewriting front matter safely, not for running a full CMS or static site generator.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/split-markdown-front-matter-and-body-before-docs-migrations-metadata-audits-or-static-site-transforms/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/split-markdown-front-matter-and-body-before-docs-migrations-metadata-audits-or-static-site-transforms
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/split-markdown-front-matter-and-body-before-docs-migrations-metadata-audits-or-static-site-transforms.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.