frontmatter-repair

Solid

Repair synthetic MDX frontmatter when title, description, or sidebar.order drift from the frontmatter contract. Use for files that follow the same observable patterns proven in the receipts; do not use on private transcripts, secret-bearing material, or arbitrary YAML.

AI & Automation 2,589 stars 215 forks Updated 4 days ago NOASSERTION

Install

View on GitHub

Quality Score: 81/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
26
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Repair one synthetic MDX file at a time. 1. Read [the frontmatter contract](references/frontmatter-contract.md). 2. Run `node scripts/repair-frontmatter.mjs --file <path>`. 3. Only repair rules proven by the receipts: - title from the first H1 - description from the opening paragraph’s first sentence - invalid `sidebar.order` to `999` 4. Preserve the body verbatim. 5. Leave already-valid files unchanged. 6. If the file contains private transcript material or secret markers, stop and escalate instead of repairing.

Details

Author
LearnPrompt
Repository
LearnPrompt/LearnPrompt
Created
3 years ago
Last Updated
4 days ago
Language
MDX
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category