text_to_markdown

Convert delimited plain-text data files into Markdown tables with emoji status indicators.

1|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/Baneeishaque/ai-agents --skill text-to-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: text_to_markdown
Source: https://github.com/Baneeishaque/ai-agents/tree/main/.agents/skills/text_to_markdown
Command: npx skills add https://github.com/Baneeishaque/ai-agents --skill text-to-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms plain-text data, often found in status trackers or simple tables, into well-formatted Markdown tables, making them easier to read and present.

Core Features & Use Cases

  • Structured Data Conversion: Parses delimiter-separated text into Markdown tables.
  • Status Emoji Mapping: Converts textual status indicators (like 'X' or 'done') into visual emojis (❌, ✅).
  • In-place Renaming: Replaces the original .txt file content and renames it to .md.
  • Use Case: You have a .txt file listing project tasks with status markers. This Skill converts it into a clean Markdown table for your project documentation or a pull request.

Quick Start

Use the text to markdown skill to convert the file 'tasks.txt' into a markdown table.

Frequently Asked Questions about text_to_markdown

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

FAQPage Schema
How do I convert a plain-text table to Markdown format?

This Skill converts plain-text tables to Markdown by parsing delimiter-separated data rows into structured Markdown tables. It automatically maps textual status indicators to emojis and renames the original file extension to .md.

Can I map textual status indicators like done or X to emojis in Markdown tables?

Yes, you can map textual status indicators to emojis. This Skill automatically detects textual statuses like 'X' or 'done' during conversion and replaces them with visual emojis like ❌ and ✅ in the final Markdown table.

Do I need Git to convert text data into a Markdown file?

Yes, Git is required to convert text data into a Markdown file. Git enables the atomic file renaming operation that safely replaces the original .txt extension with .md after parsing the delimiter-separated data.

What delimiters are supported when parsing plain-text data to Markdown?

This Skill supports common delimiters for parsing plain-text data to Markdown. It processes delimiter-separated values within your text tables to generate properly structured Markdown table rows.

Does this text to Markdown conversion work with both PowerShell and Bash?

Yes, this text to Markdown conversion supports both PowerShell and Bash for file operations. You can execute the Skill in either shell environment to parse text tables and rename the output file to .md.