From cc-mess
Configure mesh-wide settings by editing `~/.claude/channels/mess/config.json`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-mess:configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure mesh-wide settings by editing `~/.claude/channels/mess/config.json`.
Configure mesh-wide settings by editing ~/.claude/channels/mess/config.json.
| Key | Type | Default | Description |
|---|---|---|---|
allowed_directories | string[] | [] | Glob patterns for valid spawn locations |
max_instances | number | 10 | Hard cap on total mesh size |
max_spawn_depth | number | 3 | Maximum spawn chain depth |
require_telegram_relay | boolean | true | Require Telegram relay for spawning |
default_guardrail | string | "permissive" | Default guardrail profile for spawned instances |
{
"allowed_directories": [
"/Users/yaniv/projects/*",
"/Users/yaniv/Documents/code/*"
],
"max_instances": 10,
"max_spawn_depth": 3,
"require_telegram_relay": true,
"default_guardrail": "permissive"
}
allowed_directories supports trailing /* for recursive matchingnpx claudepluginhub yaniv-golan/cc-mess --plugin cc-messManage Matrix channel access — approve pairings, edit allowlists, set DM/group policy, and delivery settings. Use when the user asks about access, pairing, who can message, or channel settings.
Queries or modifies Gran Maestro workflow settings (config.json) including feedback rounds, discussion limits, concurrency, and server options.
Configures UniFi Protect NVR connection: prompts for host, username/password/API key, permissions, and writes to .claude/settings.local.json using platform scripts.