lang-md

Standardize Markdown formatting with Google style, Prettier, and markdown lint.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/dragoscirjan/opencode-config --skill lang-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lang-md
Source: https://github.com/dragoscirjan/opencode-config/tree/main/skills/lang-md
Command: npx skills add https://github.com/dragoscirjan/opencode-config --skill lang-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams keep Markdown consistent, readable, and easy to maintain by applying a shared style standard and formatting workflow.

Core Features & Use Cases

  • Style Standardization: Aligns Markdown writing with the Google Markdown style guide for consistent documentation across projects.
  • Formatting Guidance: Uses Prettier for reliable Markdown formatting and ESLint-based linting where applicable.
  • Practical Use Case: Use it to review README files, agent instructions, and documentation pages so they read cleanly and follow the same house style.
  • Workflow Reminder: Always pair it with clean-code to keep documentation quality aligned with broader code and content standards.

Quick Start

Ask for a review or rewrite of a Markdown document so it follows Google style, Prettier formatting, and markdown linting conventions.

Frequently Asked Questions about lang-md

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

FAQPage Schema
How do I standardize Markdown formatting across documentation files?

Standardize Markdown formatting by applying the Google Markdown style guide, enforcing Prettier formatting, and aligning with markdown lint rules to ensure consistent structure and predictable rendering across all project documentation.

What is the best way to lint README files for style guide compliance?

Lint README files for style guide compliance by running them through an automated review process that checks prose against Google Markdown standards, formats syntax with Prettier, and flags structural inconsistencies using markdown lint conventions.

Does Prettier formatting work with Google Markdown style guidelines?

Prettier formatting works with Google Markdown style guidelines by automatically enforcing consistent code blocks, list spacing, and line lengths, while the style guide governs prose clarity, headings, and overall document structure for clean rendering.

Can I use markdown linting to fix inconsistent documentation structure?

You can use markdown linting to fix inconsistent documentation structure by identifying formatting deviations and automatically rewriting the text to align with Google Markdown style and Prettier conventions for predictable rendering.

Why does my Markdown style guide review require clean-code coordination?

Markdown style guide review requires clean-code coordination to ensure that documentation quality remains aligned with broader code formatting standards, preventing discrepancies between inline code snippets and the actual codebase implementation.