Agent skill
sync-vps
Sync repos between Mac and VPS (bidirectional via git). ALWAYS use when the user says "sync", "sync vps", "sync claude", "sync clawd", "sync gapila", "sync lasdelaroute", "push vps", "pull vps", or mentions syncing local and VPS code.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/sync-vps-flosrn-claude
SKILL.md
<quick_start> Parse user intent, then run the matching command:
All repos:
~/.claude/scripts/sync-vps.sh— push all~/.claude/scripts/sync-vps.sh --pull— pull all
Single repo:
~/.claude/scripts/sync-vps.sh claude— push claude only~/.claude/scripts/sync-vps.sh --pull clawd— pull clawd only~/.claude/scripts/sync-vps.sh gapila— push gapila only~/.claude/scripts/sync-vps.sh lasdelaroute— push lasdelaroute only
Multiple repos:
~/.claude/scripts/sync-vps.sh claude clawd— push claude + clawd
Preview:
~/.claude/scripts/sync-vps.sh --dry-run [--pull] [repo...]
<intent_mapping>
- "sync" / "sync vps" / "sync all" → push all
- "sync claude" / "sync clawd" / "sync gapila" / "sync lasdelaroute" → push that repo
- "pull" / "pull vps" / "recupere" →
--pull - "push" / "envoie" → push (default)
- "dry run" / "preview" / "sans toucher" →
--dry-run</intent_mapping> </quick_start>
<success_criteria>
- Script completes with "Sync complete!" message
- Each targeted repo shows committed/pushed/pulled status </success_criteria>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?