manage-markdown-docs

Standardize Markdown documents with header metadata and footer change histories.

3|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/rayk/lucid-toolkit --skill manage-markdown-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-markdown-docs
Source: https://github.com/rayk/lucid-toolkit/tree/main/plugins/luc/skills/manage-markdown-docs
Command: npx skills add https://github.com/rayk/lucid-toolkit --skill manage-markdown-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures all Markdown documents carry consistent header metadata, classification, and a footer-based change history, improving consistency and traceability across projects.

Core Features & Use Cases

  • Header metadata enforcement: add required frontmatter fields (document name, classification, created date)
  • Footer change history: automatically append a Change History table on every update
  • Document classification: categorize into external-research, internal-analysis, contextual, or other
  • Quick Start: apply to a new or updated Markdown file to standardize structure

Quick Start

Specify the path to the document to standardize; the system will apply header metadata, classification, and a footer with an initial Change History entry.

Frequently Asked Questions about manage-markdown-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize Markdown documentation with consistent headers and change tracking?

Standardize Markdown docs by applying enforced header metadata (document name, classification, created date, author, purpose) and an automatically maintained Change History footer. Specify the document path, and the system applies the structure and tracks modifications on every update.

What metadata fields should I include in Markdown document headers?

Required header fields include document name, created date, classification (external-research, internal-analysis, contextual, or custom), purpose, author, and context. These fields ensure consistent traceability and improve document organization across projects.

Can I apply header and footer standardization to existing Markdown files?

Yes. Point the system to your existing Markdown file, and it will add required header metadata and initialize a Change History footer with the current modification. The system applies standardization to research notes, analysis reports, design documents, meeting notes, and technical documentation.

How does the Change History footer track document modifications?

Change History is maintained as a footer table appended to each Markdown document. Every modification automatically adds a new entry, creating a timestamped audit trail without manual intervention.

What document types and storage contexts does this apply to?

Applies to any general-purpose Markdown file across workspace, monorepo, ontology, and related projects. The system determines storage location by document type or uses the provided path exactly, supporting research notes, findings, analysis reports, design documents, and technical documentation.

Does this enforce code quality standards within Markdown files?

Yes. The system enforces Markdown lint rules and validates Mermaid diagram syntax to maintain document quality and structural consistency alongside metadata standardization.