remote_compilation_helper: Skill for Claude Code

.claude/skills/remote-compilation-helper-setup/SKILL.md

remote-compilation-helper-setup is a skill for Claude Code from Dicklesworthstone/remote_compilation_helper. It costs 43 tokens per session (724 once invoked), scanned C, original, no licence file.

A setup and troubleshooting guide for remote compilation helpers, which let builds run on other machines. It covers workers, hooks, SSH connections, and the background service.

In plain words
What is it for?
Use it when setting up remote compilation, adding build machines, or diagnosing worker and SSH issues.
Why use it?
It helps resolve configuration problems that prevent remote builds from working or make workers unavailable.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Dicklesworthstone/remote_compilation_helper's own configuration. It tells Claude Code how to work on remote_compilation_helper itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything remote_compilation_helper configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Dicklesworthstone/remote_compilation_helper. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Dicklesworthstone/remote_compilation_helper/main/.claude/skills/remote-compilation-helper-setup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Dicklesworthstone/remote_compilation_helper

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for remote-compilation-helper-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/dicklesworthstone/remote_compilation_helper/remote-compilation-helper-setup.svg)](https://agentmods.dev/skills/dicklesworthstone/remote_compilation_helper/remote-compilation-helper-setup)
Your own site
<a href="https://agentmods.dev/skills/dicklesworthstone/remote_compilation_helper/remote-compilation-helper-setup"><img src="https://agentmods.dev/badge/skills/dicklesworthstone/remote_compilation_helper/remote-compilation-helper-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 724 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.00724
Opus 5 $0.00022 $0.00362
Sonnet 5 $0.00009 $0.00145
Haiku 4.5 $0.00004 $0.00072

Measured 8d ago against content hash 737d8b37b12f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

remote-compilation-helper-setup scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-setup.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

identity_file = "~/.ssh/id_ed25519"
.claude/skills/remote-compilation-helper-setup/SKILL.md · 89 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 89 lines · 43 tokens per session scan C 737d8b37b12f

Subscribe to this mod's changes

remote-compilation-helper-setup is a skill published in the GitHub repository Dicklesworthstone/remote_compilation_helper (59 stars, last pushed today), with no licence file. It adds 43 tokens to every session and 724 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

rust-patterns

Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.

affaan-m/ECC · 28 tokens

screenshot-studio

Regenerate the Pisper product screenshots under docs/shots/ against the current UI. Starts an isolated dev instance, seeds fictional demo data through the real runtime APIs, captures every referenced page at the exact 2558x1380 asset size, and replaces the files. Use only when the user asks to refresh product…

ling-kong-ran/pisper · 80 tokens

prompt-cache-optimizer

Audit and optimize Pisper system-prompt and tool-schema token overhead while preserving stable prompt-cache prefixes, permissions, and runtime behavior. Invoke only for explicit prompt or tool-context optimization work.

ling-kong-ran/pisper · 42 tokens

rust-project

Modern Rust project architecture guide for 2025. Use when creating Rust projects (CLI, web services, libraries). Covers workspace structure, error handling, async patterns, and idiomatic Rust best practices.

majiayu000/spellbook · 43 tokens

wasm-edge-computing-expert

Expert guide for WebAssembly (WASM) and Edge Computing. Covers WASI preview 2, Spin/Fermyon, Cloudflare Workers WASM, and high-performance browser computing / Panduan ahli untuk WebAssembly (WASM) dan Edge Computing. Mencakup WASI preview 2, Spin/Fermyon, Cloudflare Workers WASM, dan komputasi performa tinggi di…

roedyrustam/vibes-plug · 91 tokens

dcg

Destructive Command Guard - High-performance Rust hook for Claude Code that blocks dangerous commands before execution. SIMD-accelerated, modular pack system, whitelist-first architecture. Essential safety layer for agent workflows.

Dicklesworthstone/destructive_command_guard · 42 tokens