workmesh-cli

Manage WorkMesh projects and tasks via shell commands.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/luislobo/workmesh --skill workmesh-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workmesh-cli
Source: https://github.com/luislobo/workmesh/tree/main/.cursor/skills/workmesh-cli
Command: npx skills add https://github.com/luislobo/workmesh --skill workmesh-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a command-line interface for interacting with the WorkMesh project management system, enabling agents to execute tasks and manage workflows directly via shell commands.

Core Features & Use Cases

  • Direct Command Execution: Run WorkMesh commands for task management, status updates, and project bootstrapping.
  • Low Token Overhead: Ideal for scenarios where minimizing token usage is critical.
  • Use Case: When an agent needs to quickly bootstrap a new WorkMesh project in a repository or update the status of a task to 'Done', it can use this Skill to send a concise shell command.

Quick Start

Use the workmesh-cli skill to start work on the next task by claiming it.

Frequently Asked Questions about workmesh-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage WorkMesh tasks from the command line?

Low token overhead is critical for automated workflow management when minimizing token usage. This approach uses concise shell commands instead of verbose API interactions, making it ideal for scenarios with limited token availability.

How do I bootstrap a new project in a repository using WorkMesh?

To bootstrap a WorkMesh project in a repository, use the Skill to send a concise shell command for project bootstrapping. This allows an agent to quickly initialize the project management system directly in the working directory.

Can an agent update task status to Done using a CLI?

Yes, an agent can update a task status to Done using the CLI. The Skill supports direct command execution for status updates, allowing agents to interact with the WorkMesh system via shell commands.

What are the limitations of using CLI for workflow automation?

The primary limitation is that it requires direct shell interaction within the execution environment. While it excels at low token overhead, it may not suit workflows that avoid shell command execution or lack shell access.