export

Solid

Convert thesis chapters and reading notes from Markdown to Word (.docx) and package for submission. Use when preparing materials for supervisors or examiners.

Data & Documents 38 stars 7 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
53
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /export — Document Export Skill ## Purpose Convert thesis chapters and reading notes from Markdown to Word (.docx) format and package them into a ZIP archive for submission to supervisors or examiners. This skill is user-invoked only and will not be triggered automatically. ## Trigger Words This skill activates on: `/export`. It is never invoked automatically by the model. ## Parameters - `$ARGUMENTS[0]` -- **scope**: `chapters` | `notes` | `all` (default: `all`) - `$ARGUMENTS[1]` -- **language filter**: `en-only` | `all` (default: `all`) Examples: - `/export chapters en-only` -- export only chapter files, skip files with significant CJK content - `/export notes all` -- export only reading notes, include all languages - `/export` -- export everything, all languages ## Workflow 0. **Resolve every source first (Advisory here; Enforced in the AWT app).** Before converting, confirm that every author-year citation in `chapters/` has a lint-conforming notes file under `literature/reading_notes/`, and that `references.bib` (when present) neither contains entries nothing cites nor lacks an entry a chapter cites: ``` python3 .claude/skills/audit/scripts/audit-claim-positioning.py --base-dir chapters --bib references.bib --json ``` Stop and report if anything is unresolved. On this surface nothing blocks you from exporting anyway — say so if you do. In the AWT app the same condition is a typed denial (`EXPORT_SOURCES_UNRESOLVED`) on the `ex...

Details

Author
yha9806
Repository
yha9806/academic-writing-toolkit
Created
5 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category