skills/workmesh/SKILL.md
Router skill for WorkMesh. Selects CLI-first or MCP-first workflow based on available capabilities and user preference.
npx skillsauth add luislobo/workmesh workmeshInstall 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.
--root <repo> unless the workflow already establishes it.When the user says bootstrap workmesh or equivalent:
OPERATING_MODEL.md.config show / config_show before assuming which task fields are required.data as a JSON-encoded string and use the typed configuration object when needed.tools
MCP-first WorkMesh workflow. Use when WorkMesh MCP tools are available.
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.