DicklesworthstoneDicklesworthstoneCommunityยท9 Agent Skills Included

remote_compilation_helper

Offload builds to remote workers and fix failures

Offloads cargo, gcc, bun, and make builds from your local machine to remote worker servers automatically. Diagnoses and repairs silent local fallbacks, SSH failures, daemon issues, disk pressure, and worker misconfiguration without human help. Keeps multi-agent development fast by preventing compilation storms from saturating your workstation.
npx skills add Dicklesworthstone/remote_compilation_helper --all -g -y
Available:

Gives your AI agent strict safety rules for working in this Rust codebase, including never deleting files, never running destructive git commands, and always verifying changes with cargo check, clippy, and tests.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install remote_compilation_helper?โ–ผ

Run `npx skills add Dicklesworthstone/remote_compilation_helper --all -g -y` in your terminal to install all skills in this suite globally.

How to speed up slow Rust builds?โ–ผ

RCH intercepts cargo build, test, and clippy commands and runs them on remote worker machines, returning artifacts as if they compiled locally.

Why is my build running locally instead of remotely?โ–ผ

Run your command with RCH_VISIBILITY=verbose and look for the `[RCH] local` reason line, then follow the matching recovery playbook in the rch skill to self-fix it.

Does RCH work with Claude Code and other agents?โ–ผ

Yes. It installs as a PreToolUse hook for Claude Code, Gemini CLI, and Codex CLI, and provides a cargo shim for agents and scripts without hook support.

What happens if remote workers are unavailable?โ–ผ

RCH is fail-open by design: if remote execution is unsafe or impossible, the command simply runs locally so your workflow never breaks.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’