What is processing-markdown?
Processes Markdown files using mq, a jq-like query language for Markdown. Use when the user mentions Markdown processing, content extraction, document transformation, or mq queries. Source: harehare/mq.
Processes Markdown files using mq, a jq-like query language for Markdown. Use when the user mentions Markdown processing, content extraction, document transformation, or mq queries.
Quickly install processing-markdown AI skill to your development environment via command line
Source: harehare/mq.
| .h | All headings | | .h1–.h6 | Specific heading level | | .text | Text nodes | | .code | Code blocks | | .codeinline | Inline code | | .strong | Bold text | | .emphasis | Italic text | | .delete | Strikethrough | | .link | Links | | .image | Images | | .list | List items | | .blockquote | Block quotes | | .[][] | Table cells |
| .html or .<> | HTML nodes | | .footnote | Footnotes | | .math | Math blocks | | .yaml, .toml | Frontmatter |
| -A, --aggregate | Combine all inputs into single array | | -I, --input-format | Input format: markdown, mdx, html, text, null, raw | | -F, --output-format | Output format: markdown, html, text, json, none | | -U, --update | Update file in place | | -f, --from-file | Load query from .mq file | | -o, --output | Write to output file |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/harehare/mq --skill processing-markdownProcesses Markdown files using mq, a jq-like query language for Markdown. Use when the user mentions Markdown processing, content extraction, document transformation, or mq queries. Source: harehare/mq.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/harehare/mq --skill processing-markdown Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/harehare/mq