# Render

> Render the LMMS project to audio and play it

- Skill: `struktured-labs/render` (Agent Skill)
- Install (CLI): `npx skillmds@latest add struktured-labs/render`
- Raw SKILL.md: https://api.skillmd.com/api/skills/struktured-labs/render/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: struktured-labs (https://skillmd.com/u/struktured-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/struktured-labs/render

---


Render the dubstep_drops project and play the result.

Project path: `projects/dubstep_drops/dubstep_drops.mmp`

If arguments are provided, parse them as start_bar and end_bar:
- `/render` - render full track
- `/render 7 15` - render bars 7 through 15
- `/render 40 48` - render bars 40 through 48

Call `render` with `play=true` and the appropriate bar range.
Report the output file path when done.

