loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

workmesh

MCP Tool

luislobo/workmesh

Docs-first project and task orchestration for developers and coding agents

Install

$ npx loaditout add luislobo/workmesh

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "workmesh": {
      "command": "npx",
      "args": [
        "-y",
        "workmesh"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

WorkMesh

WorkMesh is a docs-first project and task orchestration system for developers and coding agents.

It keeps planning state next to the code:

  • tasks in tasks/
  • repo-local context in .workmesh/context.json
  • durable decisions in .workmesh/truth/
  • global continuity in ~/.workmesh/
Install

Verify installed binaries:

workmesh --version
workmesh-mcp --version

Build from source:

git clone git@github.com:luislobo/workmesh.git
cd workmesh
cargo build -p workmesh
cargo build -p workmesh-mcp

Codex MCP example:

[mcp_servers.workmesh]
command = "/usr/local/bin/workmesh-mcp"
args = []
Skills

Canonical WorkMesh skills live under skills/.

Installed agent paths follow the shared Agent Skills layout:

  • project scope: .agents/skills/ for Codex and Cursor, .claude/skills/ for Claude
  • user scope: ~/.codex/skills/, ~/.cursor/skills/, and ~/.claude/skills/

Each skill is self-contained and includes its referenced doctrine files inside its own skill root.

Documentation

Primary documentation:

  • `docs/README.md`

Supporting references:

  • `docs/architecture.md`
  • `docs/reference/commands.md`
  • `docs/setup/run-modes-and-agent-mcp.md`
  • `CHANGELOG.md`

Agent-readable mirror:

  • `README.json`

Tags

agent-workflowsclideveloper-toolsllmmcpproject-managementtask-management

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/luislobo/workmesh)](https://loaditout.ai/skills/luislobo/workmesh)