qmd-wiki

Ingest, query, lint, and index QMD wiki pages into an Obsidian vault.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EndUser123/sdlc --skill qmd-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qmd-wiki
Source: https://github.com/EndUser123/sdlc/tree/main/skills/qmd-wiki
Command: npx skills add https://github.com/EndUser123/sdlc --skill qmd-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest, query, lint, and index QMD wiki pages to maintain a searchable Obsidian vault built from YAML frontmatter and Markdown content.

Core Features & Use Cases

  • Ingest sources into wiki/sources with frontmatter and content
  • Query wiki pages by tags, entities, and concepts with a fast index
  • Lint frontmatter to ensure schema integrity across wiki pages
  • Build and refresh a full-text index for quick discovery
  • Use Case: A team keeps a centralized knowledge vault of project artifacts with consistent metadata

Quick Start

Ingest a source to the wiki, then query for related pages to see results.

Frequently Asked Questions about qmd-wiki

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

FAQPage Schema
How do I ingest sources into an Obsidian wiki with YAML frontmatter?

To ingest sources into an Obsidian wiki, you process Markdown content and YAML frontmatter to populate wiki/sources. This maintains a searchable vault by applying consistent metadata schemas to your ingested knowledge entries.

What is the best way to query Obsidian wiki pages by tags and entities?

Querying Obsidian wiki pages by tags and entities requires building a full-text index. You can query this index to quickly discover related pages and concepts based on the YAML frontmatter metadata applied during ingestion.

How do I lint YAML frontmatter to ensure schema integrity in a wiki?

Linting YAML frontmatter validates schema integrity across all wiki pages. It checks your Markdown files to ensure required metadata fields are present and correctly formatted, preventing broken queries and inconsistent vault entries.

Can I manage a centralized team knowledge vault using Obsidian and frontmatter?

Yes, teams can manage a centralized knowledge vault of project artifacts using Obsidian and YAML frontmatter. Ingesting and indexing wiki pages ensures consistent metadata, enabling persistent knowledge workflows for the entire team.

What happens to wiki indexing and linting when the qmd tool is unavailable?

When the qmd tool is unavailable, wiki indexing and linting operations gracefully degrade. The system handles the missing dependency without crashing, ensuring your Obsidian vault management workflow remains partially functional.