slidev-monaco-editor
✓Add live coding with Monaco Editor in Slidev. Use this skill for interactive code demos, executable code, and real-time editing.
Installation
SKILL.md
This skill covers integrating Monaco Editor (the editor powering VS Code) into your Slidev presentations for live coding, interactive demos, and executable code blocks.
const a = 1 const b = 2 // highlighted const c = 3 // highlighted
const numbers = [1, 2, 3, 4, 5] const doubled = numbers.map(n => n 2) console.log(doubled)
Add live coding with Monaco Editor in Slidev. Use this skill for interactive code demos, executable code, and real-time editing. Source: yoanbernabeu/slidev-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-monaco-editor- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is slidev-monaco-editor?
Add live coding with Monaco Editor in Slidev. Use this skill for interactive code demos, executable code, and real-time editing. Source: yoanbernabeu/slidev-skills.
How do I install slidev-monaco-editor?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-monaco-editor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yoanbernabeu/slidev-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12