docx-thesis skillA
docx-thesis is agent-read markdown (skill) from khaledsaeed18/dotclaude: Write a thesis in Word without losing the discipline of a source-controlled workflow: author chapters in Markdown or LaTeX, convert with pandoc and a reference .docx that carries the department's styles, manage citations through Zotero with Better BibTeX so the .bib stays the source of truth, and handle the Word-specific submission checks (styles, table of contents, captions, tracked changes). Use when the department requires .docx, the supervisor comments in Word, or a LaTeX draft must become a.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
Word is a delivery format, not an authoring format. Author in plain text under git, convert at the end of each cycle, and treat the `.docx` as a build artifact you regenerate rather than edit. This keeps `citation-verifier`, `humanize`, and the whole pipeline working while the department gets what it asked for.
## Pipeline
```
chapters/*.md + references.bib + template/reference.docx + style.csl
│
└── pandoc ──▶ build/thesis.docx
```
1. **Author** each chapter in Pandoc Markdown (`[@key]` citations, `$math$`, `{#fig:x}`, `Table: caption {#tbl:x}`), or keep LaTeX and let pandoc read it (loses some packages; test early).
2. **Reference document**: open the department's template in Word, or create one with `pandoc -o template/reference.docx --print-default-data-file reference.docx`, then set the styles (Heading 1..3, Body Text, First Paragraph, Caption, Table, Source Code, Bibliography) to the required fonts and spacing. Pandoc copies styles from this file; it ignores its content.
…Read the whole file at its exact version.
How to install
mdr add khaledsaeed18/dotclaude/docx-thesis@git:20260921.2dcedeemdr add khaledsaeed18/dotclaude/docx-thesis@sha256:bcaf09489ea340b1Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_kx6wdmkynjijttl6)
2 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5062 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
khaledsaeed18/dotclaude · 5 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_kx6wdmkynjijttl6 GET https://markdownregistry.com/api/v1/resolve?ref=khaledsaeed18/dotclaude/docx-thesis GET https://markdownregistry.com/api/v1/blob/bcaf09489ea340b1aa411d911b9f6c495185f6a86250de436953e22d96dd272f
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.