use-railway
use-railway
Drive the installed railway CLI from evidence, not memory. This skill is the routing layer: it picks the right reference, the right command, and the right scope (local binary vs upstream docs) for every Railway question an agent runs into during ongoing platform operations.
Use this skill when
- the user types or pastes a literal
railway <subcommand>and wants the right flags, aliases, or nested forms - the job is choosing between near-twin commands —
upvsdeploy,redeployvsrestart,deletevsunlink,connectvsssh,runvsshellvsdev - the user is reading logs, checking deploy status, scaling a service, editing variables, attaching a domain, or opening a DB shell against a Railway service
- the user pastes a Railway dashboard URL or asks "which project/service/environment am I linked to?"
- the docs show a Railway command the local binary does not have, or the user says "latest", "current", "today" — version-drift reconciliation
- the question is about Railway functions, volumes, or shell completion output for the installed CLI
- the user wants first-party Railway database analysis (Postgres, MySQL, Redis, Mongo) rooted in CLI access
Do NOT use this skill when
- the job is authoring a
make prod/make deploytarget or a Makefile control plane that wraps Railway commands — useinit-makefilesto generate the scenario-appropriate scaffold; this skill answers what the wrapped commands do, but does not write the Makefile - the work is purely Railway dashboard, GraphQL API, or REST API with no CLI decision to make
- a generic shell, Git, or container-build skill answers the question with no Railway-specific context
More from yigitkonur/skills-by-yigitkonur
run-research
Use skill if you are answering one technical research question with current web evidence, Reddit practitioner experience, and source-backed synthesis, optionally fanned out across parallel subagents.
42run-agent-browser
Use skill if you are driving the agent-browser CLI for ad hoc browser automation — @ref snapshots, sessions, forms, extraction, screenshots, headed/stealth, or provider runs.
38publish-npm-package
Use skill if you are publishing to npm via GitHub Actions release workflow with trusted publishing, NPM_TOKEN, provenance, semantic-release, changesets, release-please, or fixing npm publish CI.
35init-agent-config
Use skill if you are creating, auditing, or migrating CLAUDE.md, AGENTS.md, or REVIEW.md instruction files, folder-scoped agent guidance, or cross-agent companion entrypoints.
34build-mcp-use-server
Use skill if you are building TypeScript MCP servers with mcp-use/server — server.tool, response helpers, ctx.auth, sessions, transports, widgets, Inspector, deploy.
34build-skills
Use skill if you are creating or substantially revising a Claude skill and need workspace-first evidence, remote comparison, and repo-fit synthesis before writing SKILL.md.
32