.cursor/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.
Use this skill when interacting with WorkMesh through shell commands only.
# install CLI-focused skill in the current project
workmesh --root . install --skills --profile cli --scope project
workmesh --root . doctor --json
workmesh --root . focus show --json
workmesh --root . next --jsonworkmesh --root . ready --jsonworkmesh --root . claim <task-id> <owner> --minutes 60workmesh --root . set-status <task-id> "In Progress"workmesh --root . note <task-id> "<note>"workmesh --root . set-status <task-id> Doneworkmesh --root . release <task-id>Notation:
[] optional{} repeatable-> thenBootstrap:
quickstart -> focus set -> list --status "To Do" -> next
Daily loop:
focus show -> next -> claim -> set-status(In Progress) -> work -> note -> set-status(Done) -> release
Continuity:
session save -> stop -> session resume -> focus show -> next -> claim
Hygiene:
doctor -> blockers -> board --focus -> validate -> index-refresh
workmesh --root . board --by status --focusworkmesh --root . blockersworkmesh --root . graph-export --pretty--json for agent parsing.workmesh/.index/ files.tools
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.