Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add sutchan/Agent-Skills-Hub --skill limrun-xcode-bazelgit clone --depth 1 https://github.com/sutchan/Agent-Skills-HubWrote 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.
[](https://agentmods.dev/skills/sutchan/agent-skills-hub/limrun-xcode-bazel)<a href="https://agentmods.dev/skills/sutchan/agent-skills-hub/limrun-xcode-bazel"><img src="https://agentmods.dev/badge/skills/sutchan/agent-skills-hub/limrun-xcode-bazel.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00149 | $0.01906 |
| Opus 5 | $0.00075 | $0.00953 |
| Sonnet 5 | $0.00030 | $0.00381 |
| Haiku 4.5 | $0.00015 | $0.00191 |
Grade A, and why
limrun-xcode-bazel scanned grade A with 0 findings 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 4d ago.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- limrun-xcode-bazel — 98% identical, 12 lines differ
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bazel iOS builds on Limrun RBE
Build Bazel Apple projects on Limrun's remote Mac workers — from any environment
(Linux, Windows, macOS, VM, container), no local Xcode. lim xcode rbe brings up
a remote RBE stack, tunnels it to a local port, and writes a .limrun/ config so
bazelisk build --config=limrun runs Apple actions remotely. Never fall back to
local Xcode or build tools.
Auth and CLI
Install if needed: npm install --global lim. Auth is lim login or
LIM_API_KEY (may be set outside the project — don't ask for it just because
it's absent). The CLI is the source of truth: the commands in this skill are
verified, but if a flag errors or you need one not shown here, check
lim xcode rbe --help instead of guessing.
Build
- From the Bazel workspace root (has
MODULE.bazel/WORKSPACE), runlim xcode rbe. It sets up the instance +.limrun/config and prints the exact build command. The tunnel runs in the background (prints a PID);--no-daemonkeeps it foreground. - Run the printed command, e.g.
bazelisk --digest_function=sha256 build --config=limrun //App.
Don't hand-write .limrun/ or the flags — the CLI generates them for the fleet's
Xcode and your OS. Re-run lim xcode rbe (after --stop) to refresh after a
fleet Xcode upgrade.
To add your own Bazel flags to the limrun path without editing the generated
config, put them in user.limrun.bazelrc at the workspace root. The
generated config try-imports it last, so your build:limrun --… lines win, and
it survives lim xcode rbe regeneration (.limrun/ does not).
Run on a simulator
lim xcode rbe is build-only; attach a simulator when the user wants to see or
run the app. Check or attach (it installs the last build immediately, so no
rebuild is needed):
lim xcode get # is a simulator already attached?
lim ios create --attach # attach one
Add --no-open when you have no browser to show the user; it skips opening
the stream URL locally and still prints it for sharing.
What ships with it
2 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.
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.
- 4d ago First seen · 141 lines · 149 tokens per session scan A dc06419338e4
limrun-xcode-bazel is a skill published in the GitHub repository sutchan/Agent-Skills-Hub (2 stars, last pushed yesterday), licensed MIT. It adds 149 tokens to every session and 1,906 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other skills, from other repositories
cloud-hosting-expert
Expert guide for deploying SaaS applications with multiple entry points on modern edge and serverless platforms like Vercel and Cloudflare / Panduan ahli untuk mendeploy aplikasi SaaS dengan multiple entry points di platform edge dan serverless modern seperti Vercel dan Cloudflare.
self-healing-cloud-orchestrator
Real-time log monitoring, crash detection, and auto-hotfixing code without human intervention / Pemantauan log real-time, deteksi kerusakan, dan perbaikan kode hotfix otomatis tanpa intervensi manusia.
scalingo
Scalingo is a European (French) Platform-as-a-Service for deploying and operating web applications, background workers, and managed databases. Use this skill whenever the user mentions Scalingo, wants to deploy an app to Scalingo, work with the scalingo CLI, provision addons (PostgreSQL, MySQL, MongoDB, Redis…
deployment-patterns
Guides production rollout strategy — rolling/blue-green/canary deployments, liveness/readiness/startup probes, startup config validation, and rollback planning. Use when choosing a deployment strategy, implementing health check endpoints or Kubernetes probes, planning a rollback path before a release, or reviewing a…
gin-lambda-api-service-patterns
Guides Go API services built with Gin and deployed as a serverless function (AWS Lambda via an API-Gateway adapter) alongside a local HTTP-server dev mode. Use when touching a service's entrypoint, its dual local/serverless run paths, its build-and-deploy pipeline, or reviewing why a change that works locally behaves…
deploy-workflow
Safe deployment workflow for Drupal 10/11 sites: pre-flight checks, backup, the correct update sequence (composer install, database updates, config import, cache rebuild), verification, and rollback plan. Use when deploying to any environment, releasing to production, or when the user asks to "push changes live"…