Borrowing it
Nothing to install: this file belongs to berntpopp/genefoundry-router. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/berntpopp/genefoundry-router/main/.claude/skills/backend-registry-change/SKILL.mdgit clone --depth 1 https://github.com/berntpopp/genefoundry-routerWrote 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/berntpopp/genefoundry-router/backend-registry-change)<a href="https://agentmods.dev/skills/berntpopp/genefoundry-router/backend-registry-change"><img src="https://agentmods.dev/badge/skills/berntpopp/genefoundry-router/backend-registry-change/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/berntpopp/genefoundry-router/backend-registry-change"><img src="https://agentmods.dev/badge/skills/berntpopp/genefoundry-router/backend-registry-change.svg" alt="Reviewed on agentmods" width="80" 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.00042 | $0.00435 |
| Opus 5 | $0.00021 | $0.00217 |
| Sonnet 5 | $0.00008 | $0.00087 |
| Haiku 4.5 | $0.00004 | $0.00044 |
Grade A, and why
backend-registry-change 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 11d 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.
What it actually says
Backend Registry Change
Follow AGENTS.md first. servers.yaml is the source of truth for the federated fleet; URLs/secrets live in .env.
Workflow
- Edit the backend's entry in
servers.yaml. Keys per server:name,repo,url_env(the.envvar holding the URL),namespace,tags,entrypoints;enableddefaults true via thedefaultsblock. Add the URL var to.env/.env.example. entrypointsseed the discovery catalog / golden tasks — set the common first-call tools for a new backend.- Prefer namespacing over transforms. The current fleet has no
transformblocks (all backends adopted Tool-Naming v1). Useserver_nameonly to reconcile a backend whose ratifiedserverInfo.namediffers from its registry alias (e.g.spliceai→spliceailookup-link). If you must add atransform, delete it once the backend fixes naming upstream. make validate(config schema) →make list-tools(namespaced, collision-free surface) →make fleet-probe(live reachability + non-zero tool harvest; fail loud on 0-tool backends).make snapshot-catalogto regenerate the discovery catalog; keep the guard test green.- Never expose a backend directly — it stays behind the router / proxy. Run
make ci-local.
Common mistakes
- Using
urlinstead ofurl_env, or forgetting to add the var to.env. - Adding a
transformto patch a naming issue the backend should fix upstream. - Enabling a backend without
fleet-probe— a 307 redirect or 0-tool backend passes CI but is dead in prod.
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.
- 11d ago First seen · 24 lines · 42 tokens per session scan A 51133b4447e2
backend-registry-change is a skill published in the GitHub repository berntpopp/genefoundry-router (5 stars, last pushed 5d ago), licensed MIT. It adds 42 tokens to every session and 435 once invoked, about $0.0002 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-08-31.
Other skills, from other repositories
adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for…
benchling-integration
Benchling Python SDK and REST API integration for registry entities, inventory, ELN entries, workflows, Benchling Apps, and Data Warehouse queries. Use when automating lab data with benchling-sdk or the v2 API.
implementing-api-abuse-detection-with-rate-limiting
Implement API abuse detection using token bucket, sliding window, and adaptive rate limiting algorithms to prevent DDoS, brute force, and credential stuffing attacks.
implementing-api-gateway-security-controls
Implements security controls at the API gateway layer including authentication enforcement, rate limiting, request validation, IP allowlisting, TLS termination, and threat protection. The engineer configures API gateways (Kong, AWS API Gateway, Azure APIM, Apigee) to act as a centralized security enforcement point…
implementing-api-schema-validation-security
Implement API schema validation using OpenAPI specifications and JSON Schema to enforce input/output contracts and prevent injection, data exposure, and mass assignment attacks.
securing-api-gateway-with-aws-waf
Securing API Gateway endpoints with AWS WAF by configuring managed rule groups for OWASP Top 10 protection, creating custom rate limiting rules, implementing bot control, setting up IP reputation filtering, and monitoring WAF metrics for security effectiveness.