Diablo_ClaudeMD_Ricing_example/skills/hive/SKILL.md
diablo 50fa79407d
Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
CoM Claude Command Center — sanitized public configuration
Public, sanitized mirror of an AI orchestration command center: agents, skills,
MCP servers, slash-command workflows. All infrastructure identifiers, hostnames,
mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics
scrubbed to <placeholders>; session debug logs and host-specific memory removed.
No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md.

churchofmalware.org . authorized research only
2026-06-10 02:02:03 -04:00

1.9 KiB

name description argument-hint allowed-tools
hive ARCANUM Hive mesh management. Check node status, provision new nodes, manage Ansible playbooks, and plan v22 "Hive Mind" features. Targets Syn_OS v22 milestone.
action
status|provision|plan
Bash, Read, Grep, Glob, Agent, WebSearch

ARCANUM Hive mesh management for Syn_OS v22 "Hive Mind".

Action: $ARGUMENTS (default: status)

If action is "status":

Check all ARCANUM Hive nodes:

Node IP WG IP Role
laptop Primary
compute-node compute node
worker1 Hive Worker
worker2 Hive Worker
worker3 Hive Worker
worker4 Hive Worker
mcserver MC + AI Workers
noc Grafana/Prometheus

For each: ping, check Tailscale status, report up/down. Also check: Grafana NOC at :3000, ALFRED API at :8888.

If action is "provision":

Guide provisioning a new hive node using Ansible:

  1. Reference inventory at arcanum/ansible/hosts in the Syn_OS repo
  2. Run worker-init.sh or appropriate provisioning script
  3. Verify Tailscale enrollment
  4. Verify VLAN 66 connectivity
  5. Run post-provision health check

If action is "plan":

Plan next v22 "Hive Mind" features from FEV.md:

  • Hive-aware init — on boot, auto-discovers VLAN 66 peers
  • Distributed synpkg — package ops replicated across nodes
  • Integrated Tailscale + WireGuard at OS layer
  • Node health in shell prompt (live hive status)
  • Claude Code + local LLM baked into base install
  • Cell BE compute dispatch (offload jobs to compute node SPEs)
  • Arcanum USB as first-class boot target
  • OTA update system from SynOSdev/Syn_OS USB mirror

Review current implementation state in repo and identify next actionable task.