From report-analyst
Render a markdown report-analyst output to a styled PDF via Typst (preferred) or pandoc (fallback). Use when the user wants the analysis bundle as a shareable document rather than raw markdown.
How this skill is triggered — by the user, by Claude, or both
Slash command
/report-analyst:export-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A previous skill (typically `comprehensive-analysis`, but any of the analysis/extraction outputs) has produced a markdown file and the user wants a PDF or styled deliverable.
A previous skill (typically comprehensive-analysis, but any of the analysis/extraction outputs) has produced a markdown file and the user wants a PDF or styled deliverable.
*-analysis.md in the working directory.pandoc <input>.md -o <input>.typ, then typst compile <input>.typ <output>.pdf.pandoc <input>.md -o <output>.pdf --pdf-engine=xelatex (or wkhtmltopdf). Use when Typst isn't available.Source: <input-md>
Renderer: <typst | pandoc-xelatex | pandoc-wkhtmltopdf>
Output: <output-pdf>
If the renderer fails (missing dependencies), report the missing tool clearly and suggest the install command for the user's distro. Don't silently fall back to a renderer the user didn't approve.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin report-analystCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.