doc-writer

Convert plain-text drafts into Obsidian-ready Markdown documents with front matter and wikilinks.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/fabioabr/rag-blueprint --skill doc-writer-fabioabr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-writer
Source: https://github.com/fabioabr/rag-blueprint/tree/main/src/.claude/skills/doc-writer
Command: npx skills add https://github.com/fabioabr/rag-blueprint --skill doc-writer-fabioabr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill automatiza a transformação de drafts em texto (.txt) na pasta 1 - draft/ para documentos Markdown formais na pasta 2 - docs/, com front matter rico pronto para ingestão pelo Obsidian.

Core Features & Use Cases

  • Converte drafts de 1 - draft/ para 2 - docs/ mantendo a semântica e a estrutura do draft.
  • Gera front matter rico compatível com Obsidian, incluindo campos como aliases e tags, além de suportar wikilinks.
  • Usa referências cruzadas com wikilinks para links internos entre documentos da série.
  • Prepara a documentação para pipelines de ingestão de RAG, mantendo conformidade com as regras da série.

Quick Start

Informe o draft a ser convertido e execute a transformação de 1 - draft/ para 2 - docs/ mantendo a compatibilidade com Obsidian.

Frequently Asked Questions about doc-writer

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

FAQPage Schema
How do I convert plain-text drafts into Obsidian-ready Markdown?

To convert plain-text drafts into Obsidian-ready Markdown, this Skill transforms TXT files from the 1 - draft/ folder into structured Markdown documents in 2 - docs/, enriching them with valid front matter and wikilinks while preserving the original content exactly.

Does Obsidian front matter generation support custom aliases and tags?

Yes, Obsidian front matter generation supports custom aliases and tags. The conversion process automatically creates rich front matter schemas compatible with Obsidian, ensuring the output documents are properly indexed and categorized within your knowledge base.

How to create wikilinks for cross-document references in Obsidian Markdown?

To create wikilinks for cross-document references, the Skill automatically inserts Obsidian-compatible wikilinks during the TXT to Markdown conversion, connecting related documents in the series without requiring manual linking or syntax adjustments.

What is the best way to prepare drafts for a RAG ingestion pipeline?

The best way to prepare drafts for a RAG ingestion pipeline is to convert them into structured Markdown with rich front matter. This Skill processes drafts from 1 - draft/ into 2 - docs/, ensuring strict schema compliance for seamless RAG ingestion.

Can I use this Markdown conversion for corporate knowledge bases?

Yes, you can use this Markdown conversion for corporate knowledge bases. It is specifically designed to transform draft text files into formal Obsidian Markdown documents, maintaining semantic structure and enforcing front matter rules for enterprise documentation.

Does the conversion preserve the original draft content exactly?

Yes, the conversion preserves the original draft content exactly. While the Skill enriches the TXT files with Markdown structure, front matter, and wikilinks, it strictly maintains the original semantic content and structure from the source draft.