Skip to main content

Monday Apps Framework: a Claude Code plugin marketplace for the full apps SDLC

  • March 19, 2026
  • 1 reply
  • 81 views

gregra
Forum|alt.badge.img

Hey everyone!

If you use Claude Code, you can now install a plugin that gives it actual knowledge of the monday code development lifecycle. No more pasting documentation, no more explaining what .mondaycoderc is or how to use logs in production.

 

Introducing the agentic monday apps framework - a plugin marketplace for Claude Code, built for monday app developers with monday-code as the first plugin.

 

Five slash commands, full SDLC

/monday-code-init scaffolds a new app — frontend (Vite + React + MondayContext), backend (Express + JWT + Document DB), or both. Multi-tenant isolation pattern
included. Vibe Design System wired up. You run one command and get a working codebase.

/monday-code-migrate is for existing apps. It reads your project first, shows you what it plans to change, and waits for your OK before touching anything. It adds monday-code compatibility without rewriting your business logic.

/monday-code-dev handles local setup: dependency checks, local MongoDB via Docker if you're using Document DB, dev servers on the right ports, and tunnel instructions if you need real webhook testing.

/monday-code-deploy handles the push to production — CDN for frontend, serverless for backend, environment variables, secrets, multi-region if you need it, scheduled job setup

/monday-code-ops is the one you'll actually use most. Production logs, deployment status, MongoDB connection strings, alert config, cron job management. The stuff you dig for when something breaks.

 

To install:

# Install the marketplace
/plugin marketplace add mondaycom/agentic-monday-apps-framework

# Install the monday-code plugin
/plugin install monday-code@agentic-monday-apps-framework

# For example, create a new fullstack app
/monday-code-init fullstack

 

The community part

monday-code is the first plugin, not the only one. The repo has a plugins-community folder for anything else in the monday apps world - so if you already have solid workflows in your claude code setup, we welcome contributions. See here for details on how to contribute https://github.com/mondaycom/agentic-monday-apps-framework/blob/main/CONTRIBUTING.md

 

What would be useful to you? Post below.

 

Greg

1 reply

OmerK
Forum|alt.badge.img+1
  • monday.com Team Member
  • March 22, 2026

Thanks, added these skills to cursor, specifically /monday-code-deploy really helps!