remote_compilation_helper
Offload builds to remote workers and fix failures
All Skills in This Repository (9)
Pure Emerald Level Indicatorsrch
Route Rust, Bun, and C/C++ compilation commands to remote SSH workers.
remote-compilation-helper-setup
Configure Remote Compilation Helper workers, hooks, and daemon prerequisites.
crafting-readme-files
Generate and revise structured README.md files for GitHub open-source projects.
building-glamorous-tuis
Build Go-based terminal UIs with Charmbracelet libraries and shell-script workflows for dashboards and prompts.
Testing Patterns
Provide reusable testing patterns and guidelines for software projects.
Rust Error Handling
Implement structured Rust error handling with thiserror, anyhow, and Result.
Complete Rust Development
Integrate Rust error handling, testing, and logging patterns into projects.
Logging Patterns
Standardize structured logging with key-value pairs and correlation IDs.
Error Handling Base
Define standardized cross-language error handling patterns with explicit propagation and logging semantics.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core