Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 24d ago

file-transfer

This Claude Code skill automates file transfer between local systems and servers using SCP or upload methods. It guides users through the process based on their expertise level, automatically initiating transfers when possible while adapting instructions for beginners or assuming familiarity with SCP for experienced users. Use this when you need reliable file synchronization between environments without manual command entry.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/file-transfer && cp -r /tmp/file-transfer/skills/file-transfer ~/.claude/skills/file-transfer
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

::GENE{file-transfer|conf:confirmed|scope:global}
  -e T:guide_scp_for_beginners
  T:auto_transfer_when_possible
  A:assume_user_knows_scp⇒guide

::ACTIVATE{file-transfer}
  ON:auto

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