Goal
SkillFiles & storageMake sure that the PDF rendering of a slide smd file is well formed
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Goal skill
What this skill tells your AI
The instructions your AI receives, as published by causify-ai/helpers in .claude/skills/slides.fix_rendered_pdf/SKILL.md and read by ahel’s review.
- Make sure that the PDF rendering of a slide
.smdfile is well formed
Inputs
<SMD_FILE>lecture file to check- E.g.,
msml610/lectures_source/Lesson01.4-Brief_History_of_AI.smd
- E.g.,
Workflow
Render the Slides
- Run
> gen_slides.py <SMD_FILE> -- --toc_type=remove_headers - Read the generated PDF
<PDF_FILE>- E.g.,
msml610/lectures_pdf.tmp/Lesson01.4-Brief_History_of_AI.pdf
- E.g.,
Check the Slide Count
- Check that the number of slides in the
.smdfile<SMD_FILE>
is the same as the number of pages in the PDF without considering the> grep "^* " <SMD_FILE> | wc -lReferencespage - If that's not true it means that some slides
* <TITLE>are rendered in more than one PDF - Then adjust the size of the pictures and change the text so that each slide fits exactly in
Conventions
- Follow the role specified in
.claude/skills/role.ai_researcher.md - Read the conventions in
.claude/skills/slides.rules.md
Verification
- The number of slides in
<SMD_FILE>is the same number of slides in the<PDF_FILE>file
Signals
- GitHub stars
- 145
- Forks
- 160
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
slides-fix-rendered-pdf- Source
- github.com/causify-ai/helpers