skills/workmesh-mcp/SKILL.md
MCP-first WorkMesh workflow. Use when WorkMesh MCP tools are available.
npx skillsauth add luislobo/workmesh workmesh-mcpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read references/OPERATING_MODEL.md first. It is the canonical shared doctrine for router, CLI, and MCP operation.
config_show when task-quality policy or storage roots might matter.render_* tools for human-friendly structured output.Use doctor, quickstart, migrate_*, context_show, truth_list, and next_tasks according to repo state.
workstream_restoreworkstream_show with restore=truetools
Router skill for WorkMesh. Selects CLI-first or MCP-first workflow based on available capabilities and user preference.
tools
CLI-first WorkMesh workflow. Use when agents should run shell commands instead of MCP tool calls.
tools
CLI-first WorkMesh workflow. Use when agents should run shell commands instead of MCP tool calls.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.