Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 25d 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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