From e82974cca3c2f8bf3abba81aba5451479398434d Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Thu, 29 Jan 2026 21:23:09 -0600 Subject: [PATCH] fix: address code review feedback - add metadata to SKILL.md frontmatter --- packages/skills/tasks/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/skills/tasks/SKILL.md b/packages/skills/tasks/SKILL.md index 030980c..741fa12 100644 --- a/packages/skills/tasks/SKILL.md +++ b/packages/skills/tasks/SKILL.md @@ -1,6 +1,8 @@ --- name: mosaic-plugin-tasks description: Integration with Mosaic Stack's Tasks API for task management. Use when the user wants to create, list, update, complete, or delete tasks, including queries like "add task", "create task", "what's in progress", "high priority tasks", "mark task as done", "overdue tasks", "show my tasks", or "delete task". +homepage: https://git.mosaicstack.dev/mosaic/stack +metadata: {"clawdbot":{"emoji":"✅","requires":{"bins":["node"],"env":["MOSAIC_API_TOKEN","MOSAIC_WORKSPACE_ID"]},"primaryEnv":"MOSAIC_API_TOKEN"}} --- # Mosaic Tasks