Lines Matching refs:md
5 …creates a downloadable ZIP package with a `SKILL.md` entry file, converted Markdown pages, an `ind…
7 The package is designed to work well with Anthropic-style `SKILL.md` workflows while remaining usef…
12 - Use a configured source page, default `start.txt`, as `SKILL.md`
13 - Convert DokuWiki `.txt` pages to Markdown `.md`
15 - Generate `index.md`
26 ├── SKILL.md
27 ├── index.md
29 ├── examples.md
30 ├── checklist.md
54 …ault_skill_source` | `start.txt` | Page inside the selected namespace used to generate `SKILL.md` |
55 | `output_skill_filename` | `SKILL.md` | Name of the generated skill entry file |
58 | `generate_index` | `on` | Generate `index.md` |
62 | `download_button_label` | `Download SKILL.md (.zip)` | Text for the page download button |
83 The metadata is written as YAML frontmatter at the top of `SKILL.md`.
86 …reates a fresh export for that page's namespace and uses the current page as the `SKILL.md` source.
121 | `SKILL.md` | Main AI skill instruction file |
122 | `index.md` | Human-readable file index |
124 | `*.md` | Converted namespace pages |