renderers

Convert Markdown content to DOCX documents and JSON data to XLSX files.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/BdM-15/capture-insights --skill renderers-bdm-15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: renderers
Source: https://github.com/BdM-15/capture-insights/tree/main/skills/renderers
Command: npx skills add https://github.com/BdM-15/capture-insights --skill renderers-bdm-15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need to convert document formats between Markdown to DOCX and JSON to XLSX, simplifying workflows for proposal generation, compliance reporting, and data visualization.

Core Features & Use Cases

  • Markdown to DOCX Conversion: Converts Markdown content into Word documents with formatting preserved.
  • JSON to XLSX Conversion: Transforms JSON data into Excel spreadsheets with styled cells.
  • Use Case: Convert a markdown document to a professional-looking Word document or compile compliance matrix data into a readable Excel file.

Quick Start

Use the 'renderers' skill to convert a Markdown file to a DOCX file with table of contents.

Frequently Asked Questions about renderers

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

FAQPage Schema
How do I convert Markdown to DOCX for proposal submissions?

You can convert Markdown to DOCX by using this Skill, which utilizes Pandoc to transform Markdown content into formatted Word documents complete with a table of contents for proposal generation.

Can I convert JSON data to XLSX files with styled cells?

Yes, you can convert JSON data to XLSX files with styled cells. This Skill utilizes openpyxl to transform JSON data into Excel spreadsheets, formatting the data for analysis and compliance reporting.

Do I need external dependencies to convert Markdown to Word documents?

No external dependencies are required for basic functionality. This Skill relies on the built-in Pandoc and openpyxl libraries to handle Markdown to DOCX and JSON to XLSX document conversion without additional setup.

What is the best way to generate compliance reporting documents from Markdown?

The best way to generate compliance reporting documents from Markdown is using this Skill to convert Markdown content into professional-looking Word documents, simplifying workflows and ensuring formatting is preserved.

Does this Markdown to DOCX conversion preserve tables and formatting?

Yes, the Markdown to DOCX conversion preserves formatting. It converts Markdown content into Word documents using Pandoc, ensuring that document structures like tables and text formatting remain intact.