railpack

Configure and troubleshoot Railpack builds, with emphasis on RAILPACK_* environment variables, railpack.json overlays, build-plan inspection, local CLI installation and usage, and local BuildKit containers. Use for Railpack provider configuration, custom install/build/start commands, Mise or Apt packages, build or runtime variables and secrets, generated-plan debugging, BUILDKIT_HOST errors, or running Railpack from a release or source checkout.

Install
npx skills add 'https://github.com/railwayapp/railpack/tree/main/.'
Incomplete bundle · no download
main · 21a254fScanned 2026-09-17

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

.gitignore

.gitignoreBrowse 1970 files
View on GitHub
← Back to SKILL.md
# Created by https://www.toptal.com/developers/gitignore/api/go# Edit at https://www.toptal.com/developers/gitignore?templates=go ### Go #### If you prefer the allow list template instead of the deny list, see community template:# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore## Binaries for programs and plugins*.exe*.exe~*.dll*.so*.dylib # Test binary, built with `go test -c`*.test # Output of the go coverage tool, specifically when used with LiteIDE*.out # Dependency directories (remove the comment below to include it)# vendor/ node_modules # End of https://www.toptal.com/developers/gitignore/api/go bintestdist .vscode/.DS_Store ### Python #### Byte-compiled / optimized / DLL files__pycache__/*.py[cod]*$py.class # Distribution / packaging*.egg-info/dist/build/ tmp/ examples/*/size.json ### AI Tooling ###.claude/settings.local.jsonexamples/**/.claude.gemini/.antigravitycli/ ### Mise #### Local mise env selector (enables mise.dev.toml tools when present).miserc.toml# Local env overrides (DOCKER_HOST, etc.)mise.local.toml