federation-sync — for Claude Code federation-sync, EngramR, community, for Claude Code, ide skills, Cross-Vault, Federation, Synchronize, claims, hypotheses

v1.0.0

Über diesen Skill

Perfekt für KI-Agents, die eine dezentrale Wissenssynchronisierung und eine wettbewerbsfähige Hypothesengenerierung zwischen Peer-Vaults benötigen. Lokalisierte Zusammenfassung: Synchronize claims and hypotheses with peer vaults via shared exchange directory # /federation-sync -- Cross-Vault Federation Agent Synchronize claims and hypotheses between peer vaults using a shared exchange directory. This AI agent skill supports Claude Code

Funktionen

/federation-sync -- Cross-Vault Federation Agent
Synchronize claims and hypotheses between peer vaults using a shared
exchange directory. Respects trust levels and quarantine policies.
Implements file-based federation exchange as described in ops/federation.yaml.
No server infrastructure required -- peers share a directory (git repo,

# Core Topics

achousal achousal
[1]
[0]
Updated: 3/15/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
33
Canonical Locale
en
Detected Body Locale
en

Perfekt für KI-Agents, die eine dezentrale Wissenssynchronisierung und eine wettbewerbsfähige Hypothesengenerierung zwischen Peer-Vaults benötigen. Lokalisierte Zusammenfassung: Synchronize claims and hypotheses with peer vaults via shared exchange directory # /federation-sync -- Cross-Vault Federation Agent Synchronize claims and hypotheses between peer vaults using a shared exchange directory. This AI agent skill supports Claude Code

Warum diese Fähigkeit verwenden

Ermöglicht es den Agents, Ansprüche und Hypothesen zwischen Peer-Vaults mithilfe eines gemeinsam genutzten Austauschverzeichnisses zu synchronisieren, die Vertrauensniveaus und Quarantänepolitiken zu respektieren und den dateibasierten Föderationsaustausch wie in ops/federation.yaml beschrieben

Am besten geeignet für

Perfekt für KI-Agents, die eine dezentrale Wissenssynchronisierung und eine wettbewerbsfähige Hypothesengenerierung zwischen Peer-Vaults benötigen.

Handlungsfähige Anwendungsfälle for federation-sync

Synchronisierung von Ansprüchen in mehreren Vault-Instanzen
Generierung von wettbewerbsfähigen Hypothesen zwischen Peer-Agents
Respektierung der Vertrauensniveaus und Quarantänepolitiken während des Wissensaustauschs

! Sicherheit & Einschränkungen

  • Erfordert Zugriff auf ein gemeinsam genutztes Verzeichnis (Git-Repository, gemeinsam genutzte Festplatte oder gemountetes Volume)
  • Unterstützt keine Server-Infrastruktur
  • Hängt von der Konfiguration von ops/federation.yaml ab

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is federation-sync?

Perfekt für KI-Agents, die eine dezentrale Wissenssynchronisierung und eine wettbewerbsfähige Hypothesengenerierung zwischen Peer-Vaults benötigen. Lokalisierte Zusammenfassung: Synchronize claims and hypotheses with peer vaults via shared exchange directory # /federation-sync -- Cross-Vault Federation Agent Synchronize claims and hypotheses between peer vaults using a shared exchange directory. This AI agent skill supports Claude Code

How do I install federation-sync?

Run the command: npx killer-skills add achousal/EngramR/federation-sync. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for federation-sync?

Key use cases include: Synchronisierung von Ansprüchen in mehreren Vault-Instanzen, Generierung von wettbewerbsfähigen Hypothesen zwischen Peer-Agents, Respektierung der Vertrauensniveaus und Quarantänepolitiken während des Wissensaustauschs.

Which IDEs are compatible with federation-sync?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for federation-sync?

Erfordert Zugriff auf ein gemeinsam genutztes Verzeichnis (Git-Repository, gemeinsam genutzte Festplatte oder gemountetes Volume). Unterstützt keine Server-Infrastruktur. Hängt von der Konfiguration von ops/federation.yaml ab.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add achousal/EngramR/federation-sync. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use federation-sync immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

federation-sync

Install federation-sync, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

/federation-sync -- Cross-Vault Federation Agent

Synchronize claims and hypotheses between peer vaults using a shared exchange directory. Respects trust levels and quarantine policies.

Architecture

Implements file-based federation exchange as described in ops/federation.yaml. No server infrastructure required -- peers share a directory (git repo, shared drive, or mounted volume).

Vault paths

  • Config: ops/federation.yaml
  • Claims: notes/ (export source), imported claims also go here
  • Hypotheses: _research/hypotheses/ (export + import)
  • Exchange dir: configured in ops/federation.yaml under sync.exchange_dir

Code

  • _code/src/engram_r/claim_exchange.py -- export_claims(), import_claims()
  • _code/src/engram_r/hypothesis_exchange.py -- export_hypotheses(), import_hypotheses()
  • _code/src/engram_r/federation_config.py -- load_federation_config()

Exchange directory structure

exchange_dir/
  {vault_id}/
    claims.yaml          -- exported claims from this vault
    hypotheses.yaml      -- exported hypotheses from this vault
    manifest.yaml        -- vault identity + export timestamp

Workflow

  1. Read ops/federation.yaml to get federation config.
  2. If federation is disabled, exit with message.
  3. Validate exchange directory exists and is writable.

Export phase

  1. Export claims from notes/ according to export policy:
    • Filter by confidence levels in export.claims.filter_confidence
    • Limit to export.claims.max_per_sync
    • Strip wiki-links (not portable across vaults)
  2. Export hypotheses from _research/hypotheses/ according to export policy:
    • Filter by export.hypotheses.min_elo
    • Limit to export.hypotheses.max_per_sync
  3. Write exports to exchange_dir/{vault_id}/claims.yaml and hypotheses.yaml.
  4. Write a manifest.yaml with vault identity and export timestamp.

Import phase

  1. List peer directories in the exchange dir (any dir that is not this vault's).
  2. For each peer: a. Read their manifest.yaml to identify the peer. b. Check trust level in federation.yaml peers config. c. If untrusted (and default trust is untrusted), skip with log message. d. If verified or full:
    • Import claims: import_claims() with quarantine based on trust level.
    • Import hypotheses: import_hypotheses() with federated Elo fields.
  3. Write sync summary to ops/daemon-inbox.md:
    • Claims exported / imported per peer
    • Hypotheses exported / imported per peer
    • Peers skipped (untrusted)

Trust levels

LevelClaimsHypothesesQuarantineFederated Tournament
fullAcceptAcceptNoYes
verifiedAcceptAcceptYesYes
untrustedRejectRejectN/ANo

Safety rules

  • NEVER import from peers whose trust level blocks import.
  • ALWAYS quarantine verified-peer imports (unless quarantine is disabled globally).
  • NEVER overwrite existing notes during import (use overwrite=False).
  • NEVER export private/quarantined notes.
  • Log every import/export action for provenance.

Federated Elo

Imported hypotheses get:

  • elo_federated: 1200 (starting federated rating)
  • elo_source: {original_elo} (informational, from source vault)
  • matches_federated: 0
  • matches_source: {original_matches}

The /tournament --federated mode updates elo_federated (not elo), keeping local and federated rankings separate.

Daemon integration

The daemon scheduler checks ops/federation.yaml for:

  • enabled: true -- master switch
  • sync.exchange_dir -- must be non-empty

When both conditions are met, the scheduler includes federation-sync in the P3.5 priority tier (after background tasks, before idle).

Verwandte Fähigkeiten

Looking for an alternative to federation-sync or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Lokalisierte Zusammenfassung: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Lokalisierte Zusammenfassung: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Lokalisierte Zusammenfassung: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Lokalisierte Zusammenfassung: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Entwickler