rch

Solid

Use when offloading slow builds to remote workers or recovering RCH worker, hook, SSH, sync, or disk issues.

AI & Automation 389 stars 40 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 86/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# RCH — Remote Compilation Helper `rch` transparently offloads compilation commands to remote workers via a Claude Code PreToolUse hook. The daemon picks the fastest healthy worker, rsync's the workspace, runs the build, syncs artifacts back, and exits with the worker's exit code. This skill is the operational layer agents use when something about that pipeline isn't working — and the much more common case where it *thinks* it's working but is silently falling back to local execution. The skill is built around a single principle: **self-resolve before asking the human.** Every recovery path here is one the agent can run on its own. **Don't re-learn the command surface here.** `rch --help`, `rch doctor`, and the machine surfaces (`--json`, `--schema`, `--help-json`, `--capabilities` — see [MACHINE_INTROSPECTION.md](references/MACHINE_INTROSPECTION.md)) self-describe every subcommand, flag, and env var. Env-var knobs and config precedence: [CONFIGURATION.md](references/CONFIGURATION.md). This skill carries the triage doctrine and recovery playbook routing. Tested against rch v1.0.18; concepts apply to v1.0.16+. --- ## Read This First When a build feels slow, run **one** thing: ```bash RCH_VISIBILITY=verbose <your-command> 2>&1 | grep -E '^\[RCH\]' ``` The summary line is a contract: | Pattern | What to do | |---|---| | `[RCH] remote <worker> (...)` | Healthy. Done. | | `[RCH] remote <worker> failed [RCH-Exxx] ...` | Real build/env failure. See [ERROR_CODES.md](referen...

Details

Author
boshu2
Repository
boshu2/agentops
Created
7 months ago
Last Updated
today
Language
Go
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

rsk-guide

Operator's guide for the rsk CLI — manage ralvaskills via the .rsk/ project manifest (rsk new, rsk install, rsk pin) or via bundle installs, plus global installs and the official Anthropic cache. Use when the user mentions rsk, asks how to install/pin/update skills, wants to add a skill to a project, or wants to set up ralvaskills on a new machine. Companion to cli-tool-architect (CLI design) and skill-builder (authoring new skills).

2 Updated yesterday
ralvarezdev
Testing & QA Solid

rdc-cli

Use this skill when working with RenderDoc capture files (.rdc), analyzing GPU frames, tracing shaders, inspecting draw calls, or running CI assertions against GPU captures. Trigger phrases: "open capture", "rdc file", ".rdc", "renderdoc", "shader debug", "pixel trace", "draw calls", "GPU frame", "assert pixel", "export render target".

140 Updated 2 days ago
BANANASJIM
Code & Development Listed

ratchet-up

Context-safe agentic loop that ratchets a feature's issues forward — one click at a time, never backward. Discovers ready issues in a local feature directory, respects blocked-by dependencies, optionally consults a planner for ordering, dispatches isolated workers and read-only reviewers, runs format/analyze before review, persists rework feedback on disk, commits approved issues with conventional commits, and stays on the active branch (no worktrees, no auxiliary branches). Project-agnostic — gate commands auto-detected from CLAUDE.md or .ratchet-up/config.yaml. Usage: /ratchet-up <feature-path> [max-iter]

0 Updated yesterday
silvio-l