Goal
SkillDocs & knowledgeExplain a lecture slide
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.explain/SKILL.md and read by ahel’s review.
- You need to explain the concepts in slides provided by user in a simple and clear way
Workflow
Role
- Your role is specified in
.claude/skills/role.ai_researcher.md
Step 1: Read the File
- Given the file
<FILE>from the user storing lecture slides or the provided<TEXT>in the format described in.claude/skills/slide.rules.md
Step 2: Extract Lecture Slides
-
The user selects one or more slides
<SLIDE>by:- Specifying a slide by its title
- You can use a tool like the one below to extract the content
> extract_from_md.py --md_start <SLIDE_TITLE> -i <FILE> - E.g.,
> extract_from_md.py --md_start "Causal and Exhaustive Augmentation: Limitation" -i msml610/lectures_source/Lesson06.1-Bayesian_Networks.txt
- Tagging a section in
<FILE>with<START>and<END>
-
Extract the slides from the file
Step 3: Explain
- Explain the slide in bullet points using the conventions in
.claude/skills/markdown.rules.mdand.claude/skills/text.rules.md - Focus on brevity, intuition, and simplicity
Step 4: Answer
- Answer follow-on users questions about the slide
Signals
- GitHub stars
- 145
- Forks
- 159
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
slides-explain- Source
- github.com/causify-ai/helpers