makepad-2.0-app-structure
Installation
SKILL.md
Makepad 2.0 App Structure Skill
Version: makepad-widgets (dev branch) | Last Updated: 2026-03-03
Overview
A Makepad 2.0 app combines Rust code with Splash scripting. The Rust side handles app lifecycle, event routing, and business logic. The Splash side defines UI structure, templates, and inline interactions.
Documentation
Refer to the local files for detailed documentation:
./references/app-boilerplate.md- Complete working app template with Cargo.toml./references/rust-splash-integration.md- Rust ↔ Splash communication patterns
IMPORTANT: Documentation Completeness Check
Before answering questions, Claude MUST:
- Read the relevant reference file(s) listed above
- If file read fails, answer based on SKILL.md patterns + built-in knowledge
Related skills