sync — for Claude Code samara-main, community, for Claude Code, ide skills, sync-organism, update-samara, Rebuild Samara, Recreate symlinks: Run, between, running

v1.0.0

About this Skill

Perfect for Claude Agents on Mac needing to ensure a stable and consistent coding environment by checking for drift between the repository and running system. Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

Features

Check for drift between the repo and running system, and optionally fix it.
Runs the sync-organism script to detect differences between:
/Developer/samara-main/ (the repo/genome)
/.claude-mind/ (the running organism)
/Applications/Samara.app (the built app)

# Core Topics

claudeaceae claudeaceae
[8]
[2]
Updated: 3/4/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 10/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
10/11
Quality Score
51
Canonical Locale
en
Detected Body Locale
en

Perfect for Claude Agents on Mac needing to ensure a stable and consistent coding environment by checking for drift between the repository and running system. Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

Core Value

Empowers agents to detect and optionally fix drift between the repo and running system, ensuring correct Samara.app signing, skills symlinks, and script consistency using the `sync-organism` script and commands like `cp` and `update-samara`.

Ideal Agent Persona

Perfect for Claude Agents on Mac needing to ensure a stable and consistent coding environment by checking for drift between the repository and running system.

Capabilities Granted for sync

Detecting script drift after updates
Validating Samara.app signing and source consistency
Recreating symlinks for skills using `sync-skills`

! Prerequisites & Limits

  • Requires access to `~/Developer/samara-main/` and `~/.claude-mind/` directories
  • Mac-only due to dependence on `Samara.app` and specific file system structure

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 sync?

Perfect for Claude Agents on Mac needing to ensure a stable and consistent coding environment by checking for drift between the repository and running system. Bootstrap specification for giving Claude a persistent body, memory, and agency on a Mac

How do I install sync?

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

What are the use cases for sync?

Key use cases include: Detecting script drift after updates, Validating Samara.app signing and source consistency, Recreating symlinks for skills using `sync-skills`.

Which IDEs are compatible with 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 sync?

Requires access to `~/Developer/samara-main/` and `~/.claude-mind/` directories. Mac-only due to dependence on `Samara.app` and specific file system structure.

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 claudeaceae/samara-main/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 sync immediately in the current project.

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

sync

Install 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

Sync Skill

Check for drift between the repo and running system, and optionally fix it.

What This Does

Runs the sync-organism script to detect differences between:

  • ~/Developer/samara-main/ (the repo/genome)
  • ~/.claude-mind/ (the running organism)
  • /Applications/Samara.app (the built app)

Running the Check

bash
1~/.claude-mind/system/bin/sync-organism

What It Checks

  1. Samara.app Signing - Correct Team ID (G4XVD3J52J)
  2. Skills Symlinks - All skills properly linked from repo
  3. Script Drift - Differences between repo and runtime scripts
  4. Samara Source - Whether installed app matches source code

When to Use

  • After making changes to scripts in either location
  • Before/after update-samara rebuilds
  • During wake cycles (for monitoring)
  • When something "should work but doesn't"

Output Example

## Samara.app Signing
[OK] Samara.app signed with correct Team ID: G4XVD3J52J

## Skills Symlinks
[OK] 10 skills properly symlinked

## Script Drift Analysis
[OK] All shared scripts are identical

## Samara.app Source Check
[OK] Samara.app is up to date with source

SUMMARY
Total drift: 0 issues

Fixing Drift

If drift is detected, the script shows commands to fix it. Common fixes:

  • Copy runtime script to repo: cp ~/.claude-mind/system/bin/X ~/Developer/samara-main/scripts/
  • Rebuild Samara: ~/.claude-mind/system/bin/update-samara
  • Recreate symlinks: Run sync-skills or manually create symlinks

Related Skills

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

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is an AI agent skill for openclaw release maintainer.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

flags is an AI agent skill for use this skill when adding or changing framework feature flags in next.js internals.

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

pr-review is an AI agent skill for pytorch pr review skill.

98.6k
0
Developer