markdown-documents

Creates and edits Markdown documents as saved artifacts for notes, reports, and drafts.

2|Updated May 12, 2026
One-click install
npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill markdown-documents-tajo9128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-documents
Source: https://github.com/tajo9128/BioDockify-Pharma-AI/tree/main/plugins/_office/skills/markdown-documents
Command: npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill markdown-documents-tajo9128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a consistent workflow for producing editable Markdown files as the default format for writing tasks, avoiding unnecessary binary office formats and keeping documents easy to revise and reuse. ## Core Features & Use Cases - Markdown-first authoring: Creates notes, briefs, reports, and drafts as saved .md artifacts using the document_artifact tool. - Edit existing artifacts: Reads and updates existing Markdown files with document_artifact:edit for revisions like typo fixes or content changes. - Office format guidance: Falls back to ODT/ODS/ODP (or DOCX/XLSX/PPTX for Microsoft compatibility) only when a binary office file is explicitly requested. - Use Case: Ask for a project brief, and the Skill saves a structured Markdown document with headings and tables that you can download or open in the canvas editor. ## Quick Start Ask the assistant to create a Markdown report or brief on your topic and save it as an editable document.

Frequently Asked Questions about markdown-documents

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

FAQPage Schema
How do I create a Markdown document with this Skill?

Request a note, brief, report, or draft, and the Skill creates a saved Markdown artifact using document_artifact:create with kind document and format md. The saved file path is reported back with download and canvas open actions.

When should I use Markdown instead of DOCX or ODT?

Use Markdown for normal writing, notes, reports, and drafts since it stays editable and lightweight. Choose ODT, ODS, or ODP only when a LibreOffice file is explicitly needed, and DOCX/XLSX/PPTX only for Microsoft compatibility.

Can I edit an existing Markdown document?

Yes, the Skill reads the existing artifact when content matters and applies changes with document_artifact:edit. Simple fixes like typos are updated directly without forcing a canvas workflow.

Does the Skill open the canvas editor automatically?

No, the canvas is user-owned UI and is never opened automatically. The document message provides explicit Download and Open in canvas actions for the user to choose.

When should I not create a Markdown artifact?

Skip artifact creation for tiny one-shot edits or answers that can be completed cleanly in chat. Saved artifacts are meant for substantial, reusable, or collaborative writing.