monday.com Agent Skills
Official Agent Skills for monday.com - the customizable AI work platform for work management, CRM, dev, service, and campaigns. They equip any skills-compatible agent to manage boards, items, docs, and forms correctly, including the right column formatting, board structure, and platform conventions.
These skills run through the monday.com Platform MCP (
https://mcp.monday.com/mcp, OAuth-based - no API tokens required).
Installing
These skills work with any agent that supports the Agent Skills standard, including Claude Code, Cursor, OpenAI Codex, and OpenCode.
npx skills
Install using the npx skills CLI:
# Install all skills
npx skills add mondaycom/skills
# Install a specific skill
npx skills add mondaycom/skills --skill task-management
Clone / Copy
Clone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
docs |
| Cursor | ~/.cursor/skills/ |
docs |
| OpenCode | ~/.config/opencode/skills/ |
docs |
| OpenAI Codex | ~/.codex/skills/ |
docs |
git clone https://github.com/mondaycom/skills.git
# Copy to your agent's skill directory, e.g.:
cp -r skills/task-management ~/.claude/skills/
cp -r skills/task-management ~/.cursor/skills/
Skills
| Skill | Useful for |
|---|---|
task-management |
Create, update, assign, and comment on items across any board, with correct column-value formatting handled automatically |
project-status-report |
Generate status reports surfacing overdue items, blockers, workload distribution, and recent activity across one or more boards |
board-setup |
Create and configure boards with the right groups, column types, and templates for any workflow |
docs-collaborator |
Read, draft, and update monday docs with live board embeds and user mentions |
forms-builder |
Build WorkForms for intake workflows that capture responses as items on a backing board |
License
MIT. See LICENSE.
No comments yet
Be the first to share your take.