Elnora-AI

Md — Documentation skill for Claude Code

Documentation community

Convert pasted text into a properly formatted markdown file with frontmatter, save it to the right location in the vault, and link related documents.

How to install Md

Installs to ~/.claude/skills/elnora-ai-knowledge-vault-md/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-knowledge-vault-md && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/knowledge-vault/HEAD/commands/md.md -o ~/.claude/skills/elnora-ai-knowledge-vault-md/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Md does


name: md description: Convert pasted text into a properly formatted markdown file with frontmatter, save it to the right location in the vault, and link related documents argument-hint: [paste text or describe what to convert] allowed-tools: Read, Write, Glob, Grep, AskUserQuestion

Convert Text to Vault Document

Task

Take the user's pasted text, create a beautifully formatted markdown file with proper frontmatter, save it to the correct location in the vault, and cross-link relat

Alternatives in Documentation

  • PDF — Extract text, create PDFs, merge/split documents, and handle forms 94.1k ★
  • Notion Knowledge Capture — Convert conversations into structured, searchable Notion wiki entries 14.6k ★
  • Repo Recap — Generate a structured recap of the repository state: open PRs, open issues, recent releases, and executive sum 11.9k ★

Full documentation available on GitHub

View Source Repository