monday-code-init
Installation
SKILL.md
monday-code-init
Initialize a new monday.com code app with the correct structure for monday-code deployment.
When to Use
- User wants to create a new monday code app
- User wants to scaffold a frontend-only app (React + Vite + monday-sdk-js)
- User wants to scaffold a backend-only app (Express + @mondaycom/apps-sdk)
- User wants to scaffold a fullstack app (frontend + backend)
Usage Examples
/monday-code-init fullstack
/monday-code-init frontend
/monday-code-init backend