projects

List, switch, rename, and configure Railway projects across workspaces via CLI and GraphQL.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/heinschulie/babylon --skill projects-heinschulie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: projects
Source: https://github.com/heinschulie/babylon/tree/main/.agents/skills/projects
Command: npx skills add https://github.com/heinschulie/babylon --skill projects-heinschulie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

List, switch, rename, and configure Railway projects across workspaces.

Core Features & Use Cases

  • List Projects: quickly enumerate projects with essential fields.
  • Switch Project: change the current context to another project.
  • Update Project Settings: rename, set description, toggle isPublic and prDeploys.
  • Composability: integrate with status and environment workflows to manage projects end-to-end.

Quick Start

List your projects and switch context to a different project using the Railway CLI.

Frequently Asked Questions about projects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch Railway projects across multiple workspaces using the CLI?

You can switch Railway projects across workspaces by using CLI commands to query available projects and link your current context to a different project, enabling quick context changes directly from the terminal.

Can I update Railway project settings like renaming and toggling prDeploys from the command line?

Yes, you can update Railway project settings from the command line by renaming projects, setting descriptions, and toggling isPublic and prDeploys flags via CLI and GraphQL.

Do I need jq installed to manage Railway projects via CLI?

Yes, you need jq installed to manage Railway projects with this tool, as it is a required dependency for parsing JSON responses from CLI and GraphQL queries.

What is the best way to list all Railway projects with essential fields?

The best way to list Railway projects with essential fields is by executing dedicated CLI commands that quickly enumerate projects, providing the necessary context for managing multiple workspaces.

Does managing Railway project settings via CLI work with status and environment workflows?

Yes, managing Railway project settings via CLI is composable and integrates with status and environment workflows, allowing you to manage projects end-to-end within your existing setup.