Use when automating repetitive shell tasks: document conversion, pipeline runs, draft checks, or new shell scripts on Arch Linux.
Design small, safe shell workflows for the user's Arch Linux / oksh environment.
Shell: oksh (POSIX-compatible); bash also available. Key helpers already defined in the user's shellrc:
twrd <file.md> – convert markdown to DOCX via pandoc (warns about lost HTML comments; runs chkdrft first)tmd <file> – convert any format to markdown via pandoctpres <file.md> – build reveal.js HTML slides via pandoctoc <file> – extract headings as a table of contentstso <file> – extract topic-sentence outline (first line of each paragraph)chkdrft <file> – count CN, TODO:, and <!-- markers in a draftR – aliased to R --no-save --quiettwrd, tmd, etc. already do.$HOME.rm -rf or destructive glob patterns without explicit user consent.