hads

Convert Markdown documentation into HADS-formatted content with structured blocks and manifest.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Sumeet138/qwen-code-agents --skill hads-sumeet138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hads
Source: https://github.com/Sumeet138/qwen-code-agents/tree/main/plugins/documentation-standards/skills/hads
Command: npx skills add https://github.com/Sumeet138/qwen-code-agents --skill hads-sumeet138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts existing Markdown documentation into HADS-formatted content that AI models can read and reason about.

Core Features & Use Cases

  • Automatic conversion of Markdown to [SPEC]/[NOTE]/[BUG] blocks to enable consistent AI-ground truth reasoning.
  • Validation guidance to ensure HADS documents include required elements like H1 title, version, and a manifest.
  • Documentation migration and optimization workflows that improve token efficiency and human readability.

Quick Start

Feed a Markdown document to the HADS skill and it will return a HADS-formatted document ready for AI reading.

Frequently Asked Questions about hads

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

FAQPage Schema
How do I convert existing Markdown documentation into a format AI models can read?

To convert Markdown documentation for AI readability, feed the document to the HADS skill to automatically generate HADS-formatted content with required frontmatter, [SPEC]/[NOTE]/[BUG] blocks, and an AI manifest for model reasoning.

What is HADS formatting and why is it needed for technical writing?

HADS formatting standardizes technical writing by structuring Markdown with frontmatter, specific block types, and an AI manifest. It is needed to provide consistent ground-truth facts and context so AI models can accurately read and reason about documentation.

How do I validate Markdown frontmatter and block types for AI-readability?

You validate Markdown frontmatter and block types for AI-readability by checking that documents include required HADS elements like an H1 title, version, a manifest, and properly structured [SPEC]/[NOTE]/[BUG] blocks to guide model behavior.

Can I migrate technical documentation to HADS without losing human readability?

Yes, you can migrate technical documentation to HADS without losing human readability. The conversion process applies documentation migration workflows that optimize token efficiency and maintain consistent structure for both humans and AI.

Does documentation migration to HADS format require any external dependencies?

Documentation migration to HADS format does not require external dependencies. The skill processes existing Markdown documents independently, applying validation guidance and structural conversion without needing additional components or libraries.

When should I not use HADS formatting for my documentation?

You should not use HADS formatting for documentation that does not require AI reasoning or ground-truth context. It is specifically designed for technical writing, documentation migration, and knowledge transfer scenarios where AI models need structured facts.