원클릭으로
inject-titles
// Ensure all markdown documents have their frontmatter titles injected as standard H1 headings at the start of the body.
// Ensure all markdown documents have their frontmatter titles injected as standard H1 headings at the start of the body.
| name | Inject Titles |
| description | Ensure all markdown documents have their frontmatter titles injected as standard H1 headings at the start of the body. |
This skill ensures that all Markdown files in src/content/docs have their frontmatter-defined title cleanly prepended as the primary # Title (H1) heading at the very beginning of the document body.
Use this skill:
title but lack the matching # Title heading in the markdown text.The under-the-hood script:
.md files in src/content/docs.gray-matter.title is defined in frontmatter.# Title.# Title if missing, and saves the file back.Run this command from the project root:
node .agents/skills/inject-titles/scripts/inject-titles.js
Auto-correct relative links, asset paths, and related links in markdown documents based on folder depth.
Import YouTube video details using yt-dlp, automatically generating Astro Markdown pages with metadata, iframe embeds, and descriptions.
Scrape, download, and localize external or relative images referenced in markdown files to Astro's src/assets folder and rewrite image links.
Process all markdown documentation files to generate AI summaries and embeddings (using Ollama), apply taxonomy tags, and compute KNN related links.
Full developer documentation for Astro