CONTEXT FORMATTING & LINTING

Repair MD025, MD060, and MD024 lint errors in Gold Context files.

2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Kingdaddy007/Antigravity-OS --skill context-formatting-linting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CONTEXT FORMATTING & LINTING
Source: https://github.com/Kingdaddy007/Antigravity-OS/tree/main/global/skills/context-formatting
Command: npx skills add https://github.com/Kingdaddy007/Antigravity-OS --skill context-formatting-linting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gold Context files frequently suffer markdown lint issues (MD025, MD060, MD024) that degrade readability and reliability. This skill provides automated guidance to repair metadata formatting, table separators, and duplicate headings without altering the substantive content.

Core Features & Use Cases

  • Metadata normalization: converts top-level metadata blocks into bold descriptors and fixes broken line continuations.
  • Table formatting: inserts proper spacing around pipes to satisfy MD060.
  • Heading disambiguation: suffixes duplicate headings to create unique, lint-compliant headings.
  • Scope: activates when processing new context files or when the IDE flags MD025/MD060/MD024 in context files; supports on-demand lint repairs during editing and generation of new contexts.

Quick Start

Format a new context file to apply the 3-step lint-fix workflow and resolve MD025/MD060/MD024 issues.

Frequently Asked Questions about CONTEXT FORMATTING & LINTING

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

FAQPage Schema
How do I fix MD025, MD060, and MD024 markdown lint errors in context files?

To fix MD025, MD060, and MD024 markdown lint errors in context files, apply an automated three-step workflow that converts metadata headings to bold descriptors, reformats table separators with proper spacing, and suffixes duplicate headings to ensure uniqueness without altering core content.

What is the best way to format markdown metadata headings to satisfy lint rules?

The best way to format markdown metadata headings is to convert top-level metadata blocks into bold descriptors and fix broken line continuations. This normalizes the metadata formatting to satisfy lint rules while preserving the original substantive content.

How do I reformat markdown table separators to resolve MD060 lint issues?

To resolve MD060 lint issues, reformat markdown table separators by inserting proper spacing around the pipes. This ensures the table formatting satisfies the lint requirements and improves overall readability without changing the table data.

How do I make duplicate markdown headings unique to clear MD024 lint errors?

To clear MD024 lint errors for duplicate headings, apply heading disambiguation by suffixing the duplicate headings. This creates unique, lint-compliant headings that resolve the IDE flags without altering the meaning of the core content.

When should I use automated markdown linting for context files?

Use automated markdown linting for context files when processing newly generated files or when your IDE reports MD025, MD060, or MD024 errors. It supports on-demand lint repairs during editing to ensure consistent metadata and headings.

Does automated markdown lint repair change the core content of my context files?

Automated markdown lint repair does not change the core content of your context files. It strictly enforces formatting corrections on metadata, table separators, and duplicate headings to ensure reliability and readability without altering substantive text.