Design
makepad-getting-started - Claude MCP Skill
Entry point for Makepad development with Claude. Start here to learn about available skills and how to begin building Makepad applications.
SEO Guide: Enhance your AI agent with the makepad-getting-started tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to entry point for makepad development with claude. start here to learn about available skills and how ... Download and configure this skill to unlock new capabilities for your AI workflow.
🌟29 stars • 76 forks
📥0 downloads
Documentation
SKILL.md# Getting Started with Makepad Skills
Welcome! These skills help Claude assist you in building cross-platform UI applications with the Makepad framework.
## Quick Start
1. **New Project?** → See [init.md](./init.md) for project scaffolding
2. **Project Organization?** → See [project-structure.md](./project-structure.md)
3. **Learning Basics?** → Go to [01-core](../01-core/SKILL.md)
## Skills Overview
| Category | Description | Use When |
|----------|-------------|----------|
| [00-getting-started](./SKILL.md) | Project setup and structure | Starting a new project |
| [01-core](../01-core/SKILL.md) | Layout, widgets, events, styling | Learning fundamentals |
| [02-components](../02-components/SKILL.md) | Built-in widget reference | Need specific components |
| [03-graphics](../03-graphics/SKILL.md) | Shaders, SDF, animations | Visual effects |
| [04-patterns](../04-patterns/SKILL.md) | State, async, responsive design | Advanced patterns |
| [05-deployment](../05-deployment/SKILL.md) | Build for all platforms | Packaging apps |
| [06-reference](../06-reference/SKILL.md) | Troubleshooting, code quality | Debugging, refactoring |
| [99-evolution](../99-evolution/SKILL.md) | Self-improving skills | Auto-learning |
## First Steps
```bash
# Create new Makepad project
cargo new my_app
cd my_app
# Add Makepad dependencies to Cargo.toml
[dependencies]
makepad-widgets = { git = "https://github.com/makepad/makepad", branch = "dev" }
# Run
cargo run
```
## Resources
- [Makepad Repository](https://github.com/makepad/makepad)
- [Project Robius](https://github.com/project-robius)
- [Robrix](https://github.com/project-robius/robrix) - Reference appSignals
Avg rating⭐ 0.0
Reviews0
Favorites0
Information
- Repository
- ZhangHanDong/makepad-skills
- Author
- ZhangHanDong
- Last Sync
- 1/20/2026
- Repo Updated
- 1/20/2026
- Created
- 1/14/2026
Reviews (0)
No reviews yet. Be the first to review this skill!