push

Dispatch coding tasks to a cloud Claude Code session for remote execution.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/rupertsworld/skills --skill push-rupertsworld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push
Source: https://github.com/rupertsworld/skills/tree/main/push
Command: npx skills add https://github.com/rupertsworld/skills --skill push-rupertsworld

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Offload coding tasks to a cloud Claude Code session so you can continue working locally while the cloud handles implementation, with results and progress visible in your workspace.

Core Features & Use Cases

  • Distribute coding tasks to a cloud Claude Code session to run work remotely.
  • Cloud VM clones the repository from GitHub at the current branch and executes the work there.
  • Registers as a background task and can be monitored via TaskOutput or the local /tasks command.

Quick Start

Push the current coding task to a cloud Claude Code session and monitor its progress as a background task.

Frequently Asked Questions about push

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I offload coding tasks to a cloud Claude Code session for remote execution?

To offload coding tasks to a cloud Claude Code session, you dispatch a prompt to the remote environment. The cloud VM clones your repository from the current branch and executes the work there, allowing you to continue working locally while implementation runs remotely.

Can I monitor the progress of a remote background task dispatched to the cloud?

You can monitor the progress of a remote background task using TaskOutput or the local /tasks command. The dispatched coding task registers as a background task, making its execution progress visible directly within your workspace.

Do I need to push my Git repo before dispatching work to a remote Claude Code session?

Yes, you need to push your local Git repo on the current branch before dispatching work. The cloud VM requires the pushed repository state to clone from GitHub and accurately execute the remote coding task.

What is the best way to run cloud execution for implementation tasks while continuing local work?

The best way to achieve parallel cloud execution is dispatching implementation tasks to a remote Claude Code session. This offloads the coding workload to a cloud VM that clones your repository, letting you continue local development simultaneously.

What are the limitations of dispatching coding tasks to a remote background task environment?

Limitations include requiring a valid remote invocation prompt and a pushed local Git branch on GitHub. The remote execution depends entirely on the cloned repository state, meaning local uncommitted changes will not be reflected in the cloud session.

Does the push skill work with my existing GitHub repository and current branch setup?

Yes, the push skill works with your existing GitHub repository by cloning the current branch in the cloud VM. It requires a valid remote invocation with a prompt to execute the coding tasks effectively in the cloud background session.