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.
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/file-transfer && cp -r /tmp/file-transfer/skills/file-transfer ~/.claude/skills/file-transferSKILL.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.aiBefore coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.
Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
When multiple solutions exist, pick the best one. Explain why in one sentence.
Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.
Create project skeleton. Pick stack, create files, install dependencies. AI decides everything.
Build user-facing interface. Clean, functional, mobile-friendly by default.
Celebrate real milestones only. One line, one emoji. Credit belongs to user, not AI.
Classify request as small/medium/large. Adjust workflow depth accordingly.