From 611c9a8b82788cf3ad6ff1e43975b14743b078bc Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Sun, 24 May 2026 15:30:27 -0400 Subject: [PATCH] chore: stamp skills/rules content to standards-version 1.10.0 Updated 29 files. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: fOuttaMyPaint --- rules/monday-api-token-safety.mdc | 2 +- rules/monday-board-structure.mdc | 2 +- rules/monday-column-value-format.mdc | 2 +- rules/monday-error-handling.mdc | 2 +- rules/monday-graphql-best-practices.mdc | 2 +- rules/monday-mcp-tool-preference.mdc | 2 +- rules/monday-rate-limit-awareness.mdc | 2 +- rules/monday-webhook-validation.mdc | 2 +- skills/monday-api-reference/SKILL.md | 2 +- skills/monday-board-insights/SKILL.md | 2 +- skills/monday-board-management/SKILL.md | 2 +- skills/monday-chart-visualization/SKILL.md | 2 +- skills/monday-column-types-guide/SKILL.md | 2 +- skills/monday-dashboard-builder/SKILL.md | 2 +- skills/monday-docs-management/SKILL.md | 2 +- skills/monday-form-builder/SKILL.md | 2 +- skills/monday-item-operations/SKILL.md | 2 +- skills/monday-notetaker-meetings/SKILL.md | 2 +- skills/monday-notifications/SKILL.md | 2 +- skills/monday-project-tracking/SKILL.md | 2 +- skills/monday-resource-management/SKILL.md | 2 +- skills/monday-sprint-planning/SKILL.md | 2 +- skills/monday-sprint-review/SKILL.md | 2 +- skills/monday-tags-and-assets/SKILL.md | 2 +- skills/monday-updates-and-communication/SKILL.md | 2 +- skills/monday-user-and-team-management/SKILL.md | 2 +- skills/monday-webhook-management/SKILL.md | 2 +- skills/monday-workflow-automation/SKILL.md | 2 +- skills/monday-workspace-organizer/SKILL.md | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/rules/monday-api-token-safety.mdc b/rules/monday-api-token-safety.mdc index 9942345..adb564a 100644 --- a/rules/monday-api-token-safety.mdc +++ b/rules/monday-api-token-safety.mdc @@ -1,7 +1,7 @@ --- description: Flag hardcoded Monday.com API tokens, OAuth secrets, and webhook signing secrets in source code. alwaysApply: true -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday API Token Safety diff --git a/rules/monday-board-structure.mdc b/rules/monday-board-structure.mdc index 54afaf1..9f08037 100644 --- a/rules/monday-board-structure.mdc +++ b/rules/monday-board-structure.mdc @@ -4,7 +4,7 @@ alwaysApply: false globs: - "**/*.json" - "**/*.ts" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Board Structure diff --git a/rules/monday-column-value-format.mdc b/rules/monday-column-value-format.mdc index d594364..31c1eca 100644 --- a/rules/monday-column-value-format.mdc +++ b/rules/monday-column-value-format.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Column Value Format diff --git a/rules/monday-error-handling.mdc b/rules/monday-error-handling.mdc index 0374014..8236300 100644 --- a/rules/monday-error-handling.mdc +++ b/rules/monday-error-handling.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Error Handling diff --git a/rules/monday-graphql-best-practices.mdc b/rules/monday-graphql-best-practices.mdc index 8f6504b..49c2088 100644 --- a/rules/monday-graphql-best-practices.mdc +++ b/rules/monday-graphql-best-practices.mdc @@ -7,7 +7,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday GraphQL Best Practices diff --git a/rules/monday-mcp-tool-preference.mdc b/rules/monday-mcp-tool-preference.mdc index 361d47b..1cff3ec 100644 --- a/rules/monday-mcp-tool-preference.mdc +++ b/rules/monday-mcp-tool-preference.mdc @@ -1,7 +1,7 @@ --- description: Flag raw HTTP calls to api.monday.com when Monday MCP tools are available in Cursor. alwaysApply: true -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday MCP Tool Preference diff --git a/rules/monday-rate-limit-awareness.mdc b/rules/monday-rate-limit-awareness.mdc index 60c09d1..107154b 100644 --- a/rules/monday-rate-limit-awareness.mdc +++ b/rules/monday-rate-limit-awareness.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Rate Limit Awareness diff --git a/rules/monday-webhook-validation.mdc b/rules/monday-webhook-validation.mdc index c66cb9f..7381194 100644 --- a/rules/monday-webhook-validation.mdc +++ b/rules/monday-webhook-validation.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Webhook Validation diff --git a/skills/monday-api-reference/SKILL.md b/skills/monday-api-reference/SKILL.md index 7d2e471..05d33f0 100644 --- a/skills/monday-api-reference/SKILL.md +++ b/skills/monday-api-reference/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-api-reference description: Navigate the Monday.com GraphQL API with schema introspection, query building, pagination patterns, complexity budgets, and the all_monday_api escape hatch. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday API Reference diff --git a/skills/monday-board-insights/SKILL.md b/skills/monday-board-insights/SKILL.md index c4e68b2..ed32f10 100644 --- a/skills/monday-board-insights/SKILL.md +++ b/skills/monday-board-insights/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-board-insights description: Aggregate, filter, and analyze Monday.com board data for reporting, summaries, and decision-making. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Board Insights diff --git a/skills/monday-board-management/SKILL.md b/skills/monday-board-management/SKILL.md index e477f03..0211ff3 100644 --- a/skills/monday-board-management/SKILL.md +++ b/skills/monday-board-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-board-management description: Create, configure, manage, duplicate, archive, and delete Monday.com boards including columns, groups, views, and permissions. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Board Management diff --git a/skills/monday-chart-visualization/SKILL.md b/skills/monday-chart-visualization/SKILL.md index a0c95e8..50afc93 100644 --- a/skills/monday-chart-visualization/SKILL.md +++ b/skills/monday-chart-visualization/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-chart-visualization description: Render pie charts, bar charts, battery/progress widgets, and interactive tables from Monday.com board data. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Chart Visualization diff --git a/skills/monday-column-types-guide/SKILL.md b/skills/monday-column-types-guide/SKILL.md index a9ca407..d553035 100644 --- a/skills/monday-column-types-guide/SKILL.md +++ b/skills/monday-column-types-guide/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-column-types-guide description: Deep reference for all Monday.com column types including value formats, creation settings, and common patterns for status, timeline, people, formula, mirror, and more. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Column Types Guide diff --git a/skills/monday-dashboard-builder/SKILL.md b/skills/monday-dashboard-builder/SKILL.md index b4ceb5a..56a18f4 100644 --- a/skills/monday-dashboard-builder/SKILL.md +++ b/skills/monday-dashboard-builder/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-dashboard-builder description: Create dashboards, add widgets, configure chart types, and connect boards to build reporting views in Monday.com. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Dashboard Builder diff --git a/skills/monday-docs-management/SKILL.md b/skills/monday-docs-management/SKILL.md index 1c56250..e09d49e 100644 --- a/skills/monday-docs-management/SKILL.md +++ b/skills/monday-docs-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-docs-management description: Create, read, and append content to Monday Docs; manage version history and doc structure within workspaces. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Docs Management diff --git a/skills/monday-form-builder/SKILL.md b/skills/monday-form-builder/SKILL.md index 01ee731..e1ae851 100644 --- a/skills/monday-form-builder/SKILL.md +++ b/skills/monday-form-builder/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-form-builder description: Create Monday.com forms with questions, conditional logic, and response boards for data collection and intake workflows. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Form Builder diff --git a/skills/monday-item-operations/SKILL.md b/skills/monday-item-operations/SKILL.md index 2118a91..3b807c1 100644 --- a/skills/monday-item-operations/SKILL.md +++ b/skills/monday-item-operations/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-item-operations description: Create, update, move, archive, and delete Monday.com items and subitems across boards and groups. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Item Operations diff --git a/skills/monday-notetaker-meetings/SKILL.md b/skills/monday-notetaker-meetings/SKILL.md index b9c636c..7405b62 100644 --- a/skills/monday-notetaker-meetings/SKILL.md +++ b/skills/monday-notetaker-meetings/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-notetaker-meetings description: Access meeting notes, transcripts, summaries, and action items from Monday.com Notetaker for team meetings. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Notetaker Meetings diff --git a/skills/monday-notifications/SKILL.md b/skills/monday-notifications/SKILL.md index f7f6fde..8ad0da0 100644 --- a/skills/monday-notifications/SKILL.md +++ b/skills/monday-notifications/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-notifications description: Send bell and email notifications to Monday.com users for alerts, reminders, and targeted communication. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Notifications diff --git a/skills/monday-project-tracking/SKILL.md b/skills/monday-project-tracking/SKILL.md index 98a51f9..a696a4a 100644 --- a/skills/monday-project-tracking/SKILL.md +++ b/skills/monday-project-tracking/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-project-tracking description: Track project timelines, dependencies, critical path, milestones, and status across Monday.com boards for project management. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Project Tracking diff --git a/skills/monday-resource-management/SKILL.md b/skills/monday-resource-management/SKILL.md index dd57677..16c86fe 100644 --- a/skills/monday-resource-management/SKILL.md +++ b/skills/monday-resource-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-resource-management description: Manage team assignments, workload distribution, and capacity planning across Monday.com boards and projects. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Resource Management diff --git a/skills/monday-sprint-planning/SKILL.md b/skills/monday-sprint-planning/SKILL.md index d9582ad..b729e41 100644 --- a/skills/monday-sprint-planning/SKILL.md +++ b/skills/monday-sprint-planning/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-sprint-planning description: Set up sprint boards, configure sprint metadata, plan iterations, and organize tasks for agile development on Monday.com. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Sprint Planning diff --git a/skills/monday-sprint-review/SKILL.md b/skills/monday-sprint-review/SKILL.md index cb8265b..fa6ff46 100644 --- a/skills/monday-sprint-review/SKILL.md +++ b/skills/monday-sprint-review/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-sprint-review description: Analyze completed sprints for velocity, burndown, completion rates, and team performance on Monday.com. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Sprint Review diff --git a/skills/monday-tags-and-assets/SKILL.md b/skills/monday-tags-and-assets/SKILL.md index 28fbd31..2746db7 100644 --- a/skills/monday-tags-and-assets/SKILL.md +++ b/skills/monday-tags-and-assets/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-tags-and-assets description: Manage tags for item categorization and handle file/asset uploads, downloads, and organization on Monday.com. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Tags and Assets diff --git a/skills/monday-updates-and-communication/SKILL.md b/skills/monday-updates-and-communication/SKILL.md index 065ace1..4129e01 100644 --- a/skills/monday-updates-and-communication/SKILL.md +++ b/skills/monday-updates-and-communication/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-updates-and-communication description: Post updates and replies on Monday.com items and boards, use mentions, and read update history for collaboration. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Updates and Communication diff --git a/skills/monday-user-and-team-management/SKILL.md b/skills/monday-user-and-team-management/SKILL.md index 50402ac..0d32664 100644 --- a/skills/monday-user-and-team-management/SKILL.md +++ b/skills/monday-user-and-team-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-user-and-team-management description: Manage Monday.com users and teams including lookups, permissions, team membership, and current user context. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday User and Team Management diff --git a/skills/monday-webhook-management/SKILL.md b/skills/monday-webhook-management/SKILL.md index c1c3732..199bfbf 100644 --- a/skills/monday-webhook-management/SKILL.md +++ b/skills/monday-webhook-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-webhook-management description: Create, list, and delete Monday.com webhooks with challenge verification, JWT authentication, and event handling. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Webhook Management diff --git a/skills/monday-workflow-automation/SKILL.md b/skills/monday-workflow-automation/SKILL.md index 8007122..ffc4d13 100644 --- a/skills/monday-workflow-automation/SKILL.md +++ b/skills/monday-workflow-automation/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-workflow-automation description: Create and manage Monday.com automation recipes with triggers, conditions, and actions for workflow automation. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Workflow Automation diff --git a/skills/monday-workspace-organizer/SKILL.md b/skills/monday-workspace-organizer/SKILL.md index a3e8fd5..31a1fe6 100644 --- a/skills/monday-workspace-organizer/SKILL.md +++ b/skills/monday-workspace-organizer/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-workspace-organizer description: Organize Monday.com workspaces, folders, and board hierarchy for clean project structure. -standards-version: 1.9.0 +standards-version: 1.10.0 --- # Monday Workspace Organizer