skills/workmesh-cli/SKILL.md
CLI-first WorkMesh workflow. Use when agents should run shell commands instead of MCP tool calls.
npx skillsauth add luislobo/workmesh workmesh-cliInstall 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>.--json when parsing output.config show --json when task-quality policy or storage roots might matter.workmesh --root <repo> render ... before hand-formatting structured output.Use doctor, quickstart, migrate, context show, truth list, and next according to repo state.
workmesh --root . workstream restore --jsonworkmesh --root . workstream show <id-or-key> --restore --jsontools
Router skill for WorkMesh. Selects CLI-first or MCP-first workflow based on available capabilities and user preference.
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
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.