Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

multi-device

The multi-device skill enables users to synchronize projects across multiple devices using Git as the primary synchronization mechanism. It includes guidance for Git setup tailored to beginners while intelligently adjusting to assume Git knowledge when appropriate, facilitating seamless project access and collaboration regardless of which device a user is working from.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/multi-device && cp -r /tmp/multi-device/skills/multi-device ~/.claude/skills/multi-device
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{multi-device|conf:confirmed|scope:global}
  -e T:git_as_sync_tool
  T:guide_git_setup_for_beginners
  A:assume_git_knowledge⇒guide

::ACTIVATE{multi-device}
  ON:auto

Powered by I-Lang v4.0 | ilang.ai