Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Work Mesh

ASecurity

Work Mesh Live — automatic presence via hq mesh daemon; context reconcile/organize; manual session task-status, blocked, and note only.

85 stars
0 votes
0 copies
1 views
Added 9/19/2026
businessgobashapi

Works with

cliapi

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add indigoai-us/hq-core --skill work-mesh --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Work Mesh?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Work Mesh
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/indigoai-us-work-mesh/badge)](https://www.skillsdirectory.com/skills/indigoai-us-work-mesh)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: work-mesh
description: Work Mesh Live — automatic presence via hq mesh daemon; context reconcile/organize; manual session task-status, blocked, and note only.
allowed-tools: Bash, Read
---

# Work mesh

Presence and per-turn activity are **automatic**. Do not call deleted
`core/scripts/work-mesh.sh` / pack `listen` / `watch`. Use **hq-cli**:

## Daemon

```bash
hq mesh daemon install
hq mesh daemon status
hq mesh daemon doctor
```

One resident process per machine. Flushes `~/.hq/work-mesh/spool.jsonl`, holds
unverified-company events, publishes MQTT presence (LaunchAgent
`ai.getindigo.hq-mesh-daemon` / systemd `hq-mesh-daemon.service`).

## Context

```bash
hq mesh context reconcile --observation-file <path> --machine
# or: hq mesh context reconcile --observation-json '<json>' [--machine] [--offline]
hq mesh context default get|set|clear
hq mesh context untracked <sessionId>
hq mesh context organize --session <sid> --decision <id> --option <id>
hq mesh context correct --session <sid> --to-company <slug> [--project <id>] [--task <id>]
```

`reconcile` takes observation input only (no `--session`). `organize` / `correct` / `untracked` keep `--session` (or the sessionId argument).

Create options also require a title: append `--create-project '<approved project title>'`
or `--create-task '<approved task title>'` to organize. Reuse an already approved
title, or obtain it before submitting. Existing choices need neither flag.

## Project registration after planning

Local `board.json` is not the server `PROJECT_VIEW`. Before registration, persist
and verify the canonical server view through the supported authenticated HQ
client, using the approved company API and exact project ID. Never print or paste
tokens. Complete these steps in order:

1. **Read before writing:** authenticated
   `GET /v1/work-mesh/projects/{projectId}?companyUid={companyUid}`.
   Verify the returned `companyUid` and `projectId` exactly match the approved
   plan. Only a confirmed 404 means the view is absent; stop on authorization,
   transport, or other errors. If the existing view already matches the required
   stories and repos, reuse it without a PUT.
2. **Persist the server view:** authenticated
   `PUT /v1/work-mesh/projects/{projectId}` with `companyUid`, name, description,
   complete `stories`, and complete `repos` in the JSON body. Map `userStories`
   to story IDs and content; map all `metadata.repos` entries to supported repo
   records. Do not send the local board entry or an empty/stub view as the plan.
   For an existing view, merge by story ID and repo identity, preserve live story
   statuses and other server activity fields, and retain unrelated server entries.
   Never replace live statuses with local `passes: false` or default queued values.
   The current public PUT is a full replacement and has no conditional-version
   guard: do not assume sending `expectedVersion` protects it. Coordinate exclusive
   writing before changing an existing view; if that cannot be established, stop
   and report the required merge instead of risking concurrent status updates.
3. **Verify persistence:** repeat the authenticated
   `GET /v1/work-mesh/projects/{projectId}?companyUid={companyUid}` after PUT (or
   inspect the successful GET when reusing an unchanged view). Verify the exact
   company and project IDs, every planned story ID and its content, and every
   planned repo identity/path. Compare full ID sets and mappings, not just counts;
   confirm previously live story statuses and retained entries are unchanged.
   On any missing entry or mismatch, report the view as incomplete and stop.
4. **Register only after verification:** authenticated
   `POST /v1/work-mesh/projects/{projectId}/register` with JSON body
   `{"companyUid":"<resolved company UID>"}`. Reuse the same canonical project ID.

This operation requires the existing tenant-scoped project view, creates or
reuses its deterministic genesis, and ensures its project channel. Require a
successful response containing both `threadId` and `channelId` before reporting
registration complete. Confirm the channel is readable with the current identity.
A Board view, cached thread ID, session presence, or successful note alone is not
proof of registration or channel creation.

If registration fails or the deployed server does not support this operation,
report registration/channel creation as incomplete and preserve the plan and
canonical ID. Inspect partial state before recovery; never create a replacement
project or weaken tenant ownership checks. Presence hooks remain automatic and
do not perform this project-registration step.

## Session (manual only)

```bash
hq mesh session task-status --session-id <sid> --enqueue --seq <n> --task-id <id> --status queued|in_progress|review|done
hq mesh session blocked --session-id <sid> --enqueue --seq <n> --reason "<short>"
hq mesh session note --session-id <sid> --enqueue --seq <n> --summary "<<=280 chars>"
hq mesh session flush
```

Session verbs use `--session-id` (not `--session`).
Hooks already enqueue `session_start` / `turn_start` / `turn_end` / `session_end`.
Policy: `core/policies/hq-project-work-mesh-reporting.md`.

Attribution

indigoai-usindigoai-us
View sourceMore from indigoai-us →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →