learn-anything
Installation
SKILL.md
Learn Anything
Turn any material into a navigable slide deck. Codebases, PDFs, research papers, earnings reports, articles, URLs — anything.
How it works: Read the material, identify 5-10 core concepts, then generate a self-contained HTML slide deck. Each slide teaches one concept. The output is a single HTML file — grid of cards, click to expand into full-screen slides, arrow keys to navigate. Like PowerPoint but in the browser.
Requires Rebyte API auth — $AUTH_TOKEN and $API_URL are set up per the agent's system prompt; use them as Bearer token and base URL.
Pipeline
Phase 1 → Read the material
Phase 2 → Identify 5-10 concepts
Phase 3 → Map relationships between concepts
Phase 4 → Order slides (foundational → advanced)
Phase 5 → Write each slide
Phase 6 → Generate HTML slide deck