processing-markdown이란?
Markdown용 jq와 유사한 쿼리 언어인 mq를 사용하여 Markdown 파일을 처리합니다. 사용자가 마크다운 처리, 콘텐츠 추출, 문서 변환 또는 mq 쿼리를 언급할 때 사용합니다. 출처: harehare/mq.
Markdown용 jq와 유사한 쿼리 언어인 mq를 사용하여 Markdown 파일을 처리합니다. 사용자가 마크다운 처리, 콘텐츠 추출, 문서 변환 또는 mq 쿼리를 언급할 때 사용합니다.
명령줄에서 processing-markdown AI 스킬을 개발 환경에 빠르게 설치
출처: 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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/harehare/mq --skill processing-markdownMarkdown용 jq와 유사한 쿼리 언어인 mq를 사용하여 Markdown 파일을 처리합니다. 사용자가 마크다운 처리, 콘텐츠 추출, 문서 변환 또는 mq 쿼리를 언급할 때 사용합니다. 출처: harehare/mq.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/harehare/mq --skill processing-markdown 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/harehare/mq