Skip to main content
ClaudeWave
Skill85 repo starsupdated 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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