fix: address code review feedback - add metadata to SKILL.md frontmatter

This commit is contained in:
Jason Woltje
2026-01-29 21:23:09 -06:00
parent ce01b4c081
commit e82974cca3

View File

@@ -1,6 +1,8 @@
--- ---
name: mosaic-plugin-tasks 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". 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 # Mosaic Tasks