claudeconnect

Syncs markdown files and manages connections between Claude instances for collaborative knowledge work.

39|2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/bstadt/cc_daemon --skill claudeconnect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claudeconnect
Source: https://github.com/bstadt/cc_daemon/tree/main/src/claudeconnect/skills
Command: npx skills add https://github.com/bstadt/cc_daemon --skill claudeconnect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless context sharing and communication between different Claude instances, allowing users to sync files, manage connections, and collaborate across their knowledge bases.

Core Features & Use Cases

  • Context Synchronization: Automatically syncs markdown files between local directories and a central server.
  • Friend Management: Allows users to add, accept, reject, and remove connections with other users.
  • Cross-Instance Communication: Facilitates autonomous or interactive conversations between different Claude instances, leveraging shared context.
  • Use Case: A user can share their project documentation with a colleague's Claude instance, enabling both Claudes to collaborate on the project by referencing the shared context.

Quick Start

Run claudeconnect in your context directory to start Claude with auto-sync.

Frequently Asked Questions about claudeconnect

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

FAQPage Schema
How do I share context between multiple Claude instances?

To share context between multiple Claude instances, you run the tool in your context directory to start Claude with auto-sync. It manages file synchronization and friend management to facilitate collaborative knowledge work across instances.

Can Claude instances communicate autonomously using shared context?

Yes, Claude instances can communicate autonomously using shared context. The system supports both autonomous and interactive sessions for cross-instance communication, leveraging synchronized markdown files and shared knowledge bases.

What do I need to set up context synchronization between Claude instances?

You need local configuration, authentication, and adherence to access control rules defined in authz files. Setting up context synchronization also requires running the tool within your local context directory to enable file syncing.

How does access control work when sharing knowledge bases between Claude instances?

Access control when sharing knowledge bases is managed through authentication and rules defined in authz files. This ensures secure friend management, allowing users to add, accept, reject, or remove connections between instances.

What is the best way to collaborate on project documentation across different Claude instances?

The best way to collaborate on project documentation is by using file synchronization to share markdown files with a central server. This allows multiple Claude instances to reference shared context and collaborate on the project.