用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/danielrosehill/document-to-markdown-plugin --skill chunk-markdown命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | chunk-markdown |
| description | Use when you need to split a long Markdown document into logical sections |
Split a Markdown document into semantically meaningful chunks based on heading hierarchy and content classification. Produces numbered files and a manifest index.
--depth (optional; defaults to 2, i.e., split at ##)--min-tokens (optional; defaults to 200)--max-tokens (optional; defaults to 8000)--min-tokens with adjacent sections.--max-tokens at lower heading levels if possible.chunks/ next to the input Markdown.chunks/NN-slug.md, where NN is zero-padded sequence and slug is derived from the heading (kebab-case, sanitized).chunks/index.toon manifest with one entry per chunk, fields: slug, title, kind (e.g., "chapter", "appendix", "glossary"), tokens, source_lines (start line and end line in original file).chunks/ directory created next to input Markdownchunks/index.toon manifest file with metadata per chunk基于 SOC 职业分类