From cowork-tasks
Helps the user check or enable Cowork connectors that Cowork Tasks reads from. Use when the user asks how to connect a source, on first run, or when triage reports a missing connector.
npx claudepluginhub sabbah13/cowork-tasks --plugin cowork-tasksThis skill uses the workspace's default tool permissions.
Cowork Tasks does **not** run its own OAuth flows. It reads from whatever
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Cowork Tasks does not run its own OAuth flows. It reads from whatever sources the user has already authorized in Cowork's Connectors panel. Your job: point them at the right place and confirm what's connected.
Tell the user where to enable connectors:
Open Customize -> Connectors in the Cowork sidebar. The Cowork Tasks plugin pre-declares 25+ supported connectors so they appear there ready to enable. Toggle on whichever you want Cowork Tasks to read from. Each one uses Cowork's standard OAuth - the same authorization is shared with every other plugin.
List the supported connectors grouped by category. Pull from
${CLAUDE_PLUGIN_ROOT}/CONNECTORS.md if you need a refresh, but the
short version is:
If a specific connector failed during a triage run, name it and link the user to the right place:
Slack isn't connected yet. Open Customize -> Connectors -> Slack and click Connect.
After the user connects something, suggest:
Try
/cowork-tasks:triage-nowto pull anything you've missed since before the connection went live.
examples/connector-template/ folder
and offer to help write a PR. Until that lands, they can run the
matching local connector binary in packages/plugin/bin/connectors/
outside Cowork.