Borrowing it
Nothing to install: this file belongs to Marcelle-Labs/never-ask-twice. 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/Marcelle-Labs/never-ask-twice/main/.agents/skills/railway-config/SKILL.mdgit clone --depth 1 https://github.com/Marcelle-Labs/never-ask-twiceWrote 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/marcelle-labs/never-ask-twice/railway-config)<a href="https://agentmods.dev/skills/marcelle-labs/never-ask-twice/railway-config"><img src="https://agentmods.dev/badge/skills/marcelle-labs/never-ask-twice/railway-config/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/marcelle-labs/never-ask-twice/railway-config"><img src="https://agentmods.dev/badge/skills/marcelle-labs/never-ask-twice/railway-config.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.00073 | $0.01141 |
| Opus 5 | $0.00036 | $0.00571 |
| Sonnet 5 | $0.00015 | $0.00228 |
| Haiku 4.5 | $0.00007 | $0.00114 |
Grade A, and why
railway-config 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Railway configuration skill
Use this skill when editing this repository's Railway configuration.
The source of desired Railway project state is:
.railway/railway.ts
Core rules
- Express Railway product intent, not internal API details.
- Do not write Railway UUIDs into
.railway/railway.ts. - Do not write
EnvironmentConfigPatch,ServiceInstance, Backboard internals, or generated Railway domains into source. - Prefer Railway configuration helpers like
service(),postgres(),redis(),mysql(),mongo(),bucket(),group(),github(), andimage(). - Use
service.env.VARIABLEanddatabase.env.VARIABLEfor references. - Keep secrets out of source. Imported unknown secret values should use
preserve()or be omitted when the user wants a smaller import. - Prefer product DSL names such as
domains,replicas, andgroup; avoid internal names likecustomDomainsandmultiRegionConfig. - Do not add platform defaults unless the user explicitly wants them.
- Do not manage a service from both
.railway/railway.tsandrailway.json/railway.toml; migrate the repo config first. - After editing
.railway/railway.ts, runrailway config plan. - Do not run
railway config applyunless the user explicitly asks. - Never use
railway config apply --yesorrailway config apply --confirm-destructivefrom an agent session without explicit user approval for the exact plan.
Commands
Initialize configuration files:
railway config init
Import current Railway state:
railway config pull
Import current Railway state with a smaller generated file that omits unknown variable values:
railway config pull --omit-preserved-variables
Preview changes:
railway config plan
Apply changes:
railway config apply
Machine-readable preview:
railway config plan --json
Authoring
Use Railway configuration helpers:
import {
bucket,
defineRailway,
github,
group,
image,
mongo,
mysql,
postgres,
preserve,
project,
redis,
service,
} from "railway/iac";
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.
- 10d ago First seen · 215 lines · 73 tokens per session scan A 08dff6674cd2
railway-config is a skill published in the GitHub repository Marcelle-Labs/never-ask-twice (1 stars, last pushed 7d ago), licensed Apache-2.0. It adds 73 tokens to every session and 1,141 once invoked, about $0.0004 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
api-workers
Cloudflare Workers deployment using createWorkerHandler from @cyanheads/mcp-ts-core/worker. Covers the full handler signature, binding types, CloudflareBindings extensibility, runtime compatibility guards, and wrangler.toml requirements.
coolify
Operate a Coolify self-hosted PaaS through the @masonator/coolify-mcp server. Use this skill whenever the user asks Claude to inspect, deploy, restart, debug, or manage anything on Coolify — including applications, databases, services, servers, projects, environments, deployments, environment variables, private keys…
vercel-cli
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.
nubase
Use when the user mentions Nubase broadly, wants a backend for an AI-generated app, or needs to deploy/publish generated code online — across Database, Auth, Storage, Assets (static frontend CDN), Functions (edge/serverless), AI Gateway, Memory, cron/scheduled jobs, Supabase-style REST/RLS, servicerole keys, or MCP.…
qwenpaw-usage
A QwenPaw command-line guide for setting up scheduled self-checks and packaging a QwenPaw workspace for another server.
aba-precision-protocol
FOUNDATIONAL BEHAVIORAL PROTOCOL — ABA-based precision execution rules. Every prompt processed must follow these rules. Mistakes caught late create intermittent reinforcement of wrong patterns. Stop-fix-verify before proceeding.