Paper Build banner
eyaltoledano eyaltoledano

Paper Build

Development community

Description

--- description: Build the paper PDF (installing missing toolchain as needed) --- Invoke the `essaymaster` skill in **build** mode: run `${CLAUDE_PLUGIN_ROOT}/skills/essaymaster/scripts/check-toolchain.sh`, install anything missing per `references/toolchain.md`, run the paper's `build.sh`, then `node "${CLAUDE_PLUGIN_ROOT}/skills/essaymaster/bin/essaymaster.mjs" check` — report page count, new warnings, and the check verdict (including its TODO counts). $ARGUMENTS

Installation

Installs to ~/.claude/skills/eyaltoledano-essaymaster-paper-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eyaltoledano-essaymaster-paper-build && curl -fsSL https://raw.githubusercontent.com/eyaltoledano/essaymaster/HEAD/commands/paper-build.md -o ~/.claude/skills/eyaltoledano-essaymaster-paper-build/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository