agentsclimarketplace

Mt daily standup

Skill MeisterLabs/meister-mcp-skills/skills/mt-daily-standup

Agent skills for the MeisterTask and MindMeister MCP servers

Install
npx -y skills add MeisterLabs/meister-mcp-skills --skill mt-daily-standup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Summarize what you worked on yesterday and what's planned for today from your MeisterTask activity.

SKILL.md

1.4 KB, as published. Nobody here has run it

Daily standup summary

Use the MeisterTask MCP to generate a standup-ready summary from your MeisterTask activity.

Workflow

  1. Identify the relevant projects:
    • Use mt_search (with types: ["TASKS", "PROJECTS"]) to surface recently active items, or ask the user directly which projects to include.
    • Ask the user to confirm which 1–3 projects to include rather than scanning all of them.
  2. Fetch recent activity:
    • Use mt_tasks_list on each confirmed project to find tasks updated or completed in the last 24 hours.
    • Note: mt_tasks_list can time out on projects with 200+ tasks — if this happens, use mt_search filtered by project ID instead.
  3. Fetch today's and upcoming tasks:
    • From the task lists, filter for tasks due today or overdue. Alternatively, use mt_tasks_search filtered by due date for large projects.
  4. Draft the standup summary:
    • Yesterday: tasks completed or progressed (with task name and project context)
    • Today: tasks due today or planned next
    • Blockers: overdue tasks or open questions (only if found)
  5. Keep it concise — no more than 5 bullets per section. Offer to post it or copy it.

Important

If no recent activity is found, say so clearly rather than inventing items. Ask the user to confirm the summary before they send it.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.