equipe-m4-clone-local

Plan a local MacBook clone of a Hermes multi-agent team with knowledge sync boundaries.

5|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill equipe-m4-clone-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: equipe-m4-clone-local
Source: https://github.com/rafael-fae/agent-ops-worflow/tree/main/archive/skills/operacao/equipe-m4-clone-local
Command: npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill equipe-m4-clone-local

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of bringing an existing Hermes agent team from a Linux server to a local MacBook M4 while preserving continuity of knowledge and avoiding state corruption.

Core Features & Use Cases

  • Local Team Cloning: Recreates Hermes profiles, configs, and identities on macOS with launchctl-based process management.
  • Bidirectional Knowledge Sync: Uses an Obsidian vault and a Git-backed configuration repo to synchronize durable knowledge while keeping sessions, logs, and SQLite state local.
  • Operational Guardrails: Documents what must never be synced, how to enforce sandbox restrictions, and how to audit or repair agent identity drift across Slack and config files.
  • Use Case: Use this Skill when a client wants a production Hermes team mirrored onto a MacBook for active development without breaking the original server-side system.

Quick Start

Ask for a complete MacBook migration plan for a Hermes team clone, including safe sync boundaries, launchctl setup, and Slack identity corrections.

Frequently Asked Questions about equipe-m4-clone-local

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

FAQPage Schema
How do I clone a Hermes multi-agent team from Linux to a MacBook?

Cloning a Hermes team from Linux to macOS requires recreating agent profiles, configs, and Slack identities on the MacBook. You must use launchctl for process orchestration and establish strict sync boundaries to separate durable knowledge from ephemeral runtime state like sessions and logs.

What is bidirectional vault synchronization for Hermes agent teams?

Bidirectional vault synchronization uses an Obsidian vault and a Git-backed configuration repo to sync durable knowledge across Linux and macOS environments. It strictly separates durable knowledge from ephemeral runtime state like SQLite databases and session logs to prevent state corruption.

Can I use launchctl to manage Hermes agents on macOS?

Yes, you can use launchctl for Hermes agent process orchestration on macOS. A local MacBook clone of a Hermes team relies on launchctl-based process management to handle profiles and maintain operational continuity without breaking the original Linux server-side system.

How do I repair Slack identity drift when migrating Hermes teams?

Repairing Slack identity drift involves auditing and validating bot identity settings, channel configurations, and profile data across Slack and local config files. This ensures the MacBook clone maintains correct agent identities without corrupting the original server state.

What should never be synced when mirroring a Hermes team locally?

Ephemeral runtime state including sessions, logs, and SQLite databases must never be synced when mirroring a Hermes team locally. Enforcing sandbox restrictions and keeping runtime state local prevents state corruption and protects the original Linux environment.

Does a MacBook M4 Hermes clone work with an existing Obsidian vault?

Yes, a MacBook M4 Hermes clone works with an existing Obsidian vault by using it for bidirectional knowledge synchronization alongside a Git-backed configuration repo. This setup allows active development locally while preserving knowledge sync boundaries.