- 📁 agents/
- 📁 config/
- 📁 references/
- 📄 SKILL.md
Convert PDFs to markdown, JSON, or HTML using the Marker CLI. Use when the user wants to convert PDF content into text-based formats (markdown, HTML, JSON), mentions "marker" or "marker_single", or asks to batch-convert a folder of PDFs into readable text. Handles single-file and batch-folder conversion, resuming interrupted runs, LLM-enhanced output, and conversion state/error log review.
- 📁 arxiv_doc_builder/
- 📁 references/
- 📄 pyproject.toml
- 📄 SKILL.md
Automatically convert arXiv papers to well-structured Markdown documentation. Invoke with an arXiv ID to fetch materials (LaTeX source or PDF), convert to Markdown, and generate implementation-ready reference documentation with preserved mathematics and section structure.
Convert Markdown to WeChat Official Account HTML with beautiful themes. Supports 20+ built-in themes across 5 series (Classic, Tech, Oriental, Magazine, Social). Use when user asks to "排版", "微信排版", "format article", "格式化文章", "inkpress", "convert markdown", "主题预览", or "theme".
Validate, format, and convert YAML/JSON files using fast-yaml (fy) tool. Triggers on: 'validate yaml', 'format yaml', 'lint yaml', 'check yaml syntax', 'convert yaml to json', 'convert json to yaml', 'yaml formatter', 'fix yaml formatting', 'json to yaml'. Supports bidirectional YAML ↔ JSON conversion, YAML 1.2.2 spec with parallel processing for batch operations.