
Create presentations using the slides.johnsonlee.io framework (Reveal.js + Markdown). Trigger when user mentions "create slides", "presentation", "make a deck", "slide deck", "做个 slides", "做个演讲", "写个 PPT", "做个分享". Also applies when the user provides a topic or outline and wants a complete slide deck.
--- name: submit-pr --- # Submit PR Skill 1. Ensure you are on a feature branch (never main/master). If on main, create a new branch named `<type>/<short-description>` (e.g. `feat/add-login`, `fix/null-pointer`). 2. Before committing, run build and test commands. If tests fail, fix the issues and re-run until green. 3. Stage changes for commit. Exclude sensitive files (`.env`, credentials, secrets, private keys) and large binaries. When in doubt, ask the user before staging. 4. Commit with a m