sync-multica

sync-multica is a skill for Claude Code, Codex from stone16/multica-agent-team. It costs 36 tokens per session (1,104 once invoked), scanned A, original, Apache-2.0.

A deployment synchronisation process that copies selected repository settings and agent definitions to Multica, an external system, and checks that both sides match. The repository is treated as the intended configuration.

In plain words
What is it for?
Synchronising workspace context, agent instructions, profession profiles, and persistent Squad membership from a clean Git branch to Multica, then verifying the deployed state.
Why use it?
It reduces configuration drift, where the files and the running service gradually differ. It also requires explicit approval before writing changes and avoids silently removing remote agents or teams.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/stone16/multica-agent-team/sync-multica
Any agent
npx skills add stone16/multica-agent-team --skill sync-multica
Clone the repo
git clone --depth 1 https://github.com/stone16/multica-agent-team

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sync-multica

README.md
[![agentmods](https://agentmods.dev/badge/skills/stone16/multica-agent-team/sync-multica.svg)](https://agentmods.dev/skills/stone16/multica-agent-team/sync-multica)
Your own site
<a href="https://agentmods.dev/skills/stone16/multica-agent-team/sync-multica"><img src="https://agentmods.dev/badge/skills/stone16/multica-agent-team/sync-multica.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,104 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00036 $0.01104
Opus 5 $0.00018 $0.00552
Sonnet 5 $0.00007 $0.00221
Haiku 4.5 $0.00004 $0.00110

Measured 4d ago against content hash 76026dfcfa80, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sync-multica scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/sync-multica/SKILL.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sync Multica

Treat the repository as desired state and Multica as deployed state. Plan first, write only after explicit authorization, and prove convergence with a fresh read.

Safety Contract

  • Run from this repository's root.
  • Require AGENTS.md and CLAUDE.md to be byte-identical.
  • Never commit workspace IDs, agent IDs, mention links, tokens, runtime IDs, or private environment values.
  • Resolve deployment identity from deployments/agents.json logical names and current remote reads. Never guess an ambiguous agent, runtime, skill, or Squad.
  • Never automatically archive an agent or Squad or remove an extra Squad member. Report the drift and require a separately reviewed destructive migration.
  • Apply only from a clean main whose HEAD equals origin/main.
  • Redact tokens and UUIDs from reported evidence. Agent, runtime-provider, workspace, and Squad names are acceptable.

Managed State

Source Multica state
workspace-context.md Workspace context
agents/<profession>/personality.md Agent instructions
agents/<profession>/skill.md Profession skill content and attachments
deployments/agents.json Logical instance name, profession, runtime provider, and model intent
squads/*/squad.json Squad name, description, leader, membership, and squad-local roles
squads/*/instructions.md Squad instructions

The two reconcilers are intentionally separated:

  • scripts/sync-topology.py resolves instances and persistent Squads. It may create only instances marked create_if_missing and missing tracked Squads; it does not delete or prune.
  • scripts/sync-multica.sh synchronizes company context and Profession Profile content for already-resolved instances.

Workflow

  1. Validate the checkout and files:

    git fetch origin main
    test "$(git branch --show-current)" = main
    test -z "$(git status --porcelain)"
    test "$(git rev-parse HEAD)" = "$(git rev-parse origin/main)"
    cmp -s AGENTS.md CLAUDE.md
    tests/sync-topology.test.py
    tests/sync-multica.test.sh
    bash tests/pr-sweep.test.sh
    

Read the full file on GitHub · 112 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 112 lines · 36 tokens per session scan A 76026dfcfa80

Subscribe to this mod's changes

sync-multica is a skill published in the GitHub repository stone16/multica-agent-team (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 36 tokens to every session and 1,104 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.