archon-extension-sync

Synchronize local Claude Code skills, commands, and plugins with the Archon extension registry.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/trezero/archon-trinity --skill archon-extension-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon-extension-sync
Source: https://github.com/trezero/archon-trinity/tree/main/integrations/claude-code/extensions/archon-extension-sync
Command: npx skills add https://github.com/trezero/archon-trinity --skill archon-extension-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps local Claude Code skills, commands, and plugins synchronized with the Archon extension registry to prevent drift, surface pending installs/removals, and manage conflicts between local and registry versions.

Core Features & Use Cases

  • Automated Scanning: Detects SKILL.md, command markdowns, and plugin manifests across project and global install directories and computes content fingerprints for drift detection.
  • Two-way Sync & Conflict Resolution: Installs pending items, removes flagged extensions, prompts for action on local changes, and supports uploading or creating new extensions as needed.
  • State Management & Recovery: Reads and writes .claude state, updates sync timestamps, handles unreachable Archon servers gracefully, and continues operations when individual actions fail.

Quick Start

Run archon-extension-sync to scan your local Claude Code skills, commands, and plugins and synchronize them with the linked Archon project.

Frequently Asked Questions about archon-extension-sync

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

FAQPage Schema
How do I keep Claude Code skills and plugins synchronized with a remote registry?

To keep Claude Code extensions synchronized, this skill scans local directories, computes SHA256 content fingerprints, and calls Archon APIs to detect drift, install pending items, and remove flagged extensions.

How does extension drift detection work for Claude Code commands?

Extension drift detection works by reading .claude state and config files, computing SHA256 content fingerprints for local command markdowns, and comparing them against the Archon extension registry versions.

Can I sync Claude Code plugins across both project and global installations?

Yes, you can sync Claude Code plugins across project and global installations during startup, periodic checks, or manual operations to surface pending installs, removals, and unknown local extensions.

What happens if the Archon extension registry is unreachable during a sync?

If the Archon extension registry is unreachable, the skill handles the server outage gracefully and continues operations, ensuring individual action failures do not block the overall sync state updates.

How do I upload new local Claude Code skills to the Archon registry?

To upload new local Claude Code skills, run a sync operation to detect unknown local extensions, which then prompts you to upload or create them in the linked Archon project registry.

Do I need to manually resolve conflicts between local and registry Claude Code extensions?

Two-way sync manages conflicts by prompting for action on local changes, supporting uploads of new extensions, and handling installs or removals to align local and registry Claude Code extension versions.