From coresynq-team
Use when the user asks "what's on my plate", "what am I working on", "show me my tasks", "what's blocked", or otherwise wants to see tasks assigned to them in coresynq or epcr.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coresynq-team:my-tasksThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lists tasks assigned to the caller. Backed by:
Lists tasks assigned to the caller. Backed by:
mcp__coresynq-team__list_my_tasks (noob — auto-scopes to caller's Assignee)mcp__coresynq-team__list_coresynq_tasks with assignee="me" (co-dev — same effect)Pick the available tool.
If the user specified a project (coresynq / ems-billing / epcr), pass project. Otherwise let it default to both.
If they specified a status filter ("blocked tasks", "what's in progress"), pass status array.
Default limit to 20 unless they ask for more.
Render compactly as a list, not a table:
CTX-1162 (P1) — Unmatched claims email-out
CTX-1161 (P1) — Patient/trip view enhancements
CTX-1152 (P2) — Reschedule + host EPCR training
Show url only if user asks for it.
If results are empty, say so plainly: "Nothing assigned to you in coresynq or epcr right now."
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub collin-ho/luke-plugins --plugin coresynq-team