This skill should be used when the user wants to list all projects, switch projects, rename a project, enable/disable PR deploys, make a project…
List, switch, and configure Railway projects with CLI commands and GraphQL mutations. List all projects and workspaces, or switch between projects using railway link and project IDs Rename projects, enable/disable PR deploys, toggle public/private visibility, and configure bot PR environments via GraphQL mutations Extract project IDs from railway status --json to use in update operations Composable with status, new, and environment skills for viewing details, creating projects, and managing environments Project Management List, switch, and configure Railway projects. When to Use User asks "show me all my projects" or "what projects do I have" User asks about projects across workspaces User asks "what workspaces do I have" User wants to switch to a different project User asks to rename a project User wants to enable/disable PR deploys User wants to make a project public or private User asks about project settings List Projects The railway list --json output can be very large. Run in a subagent and return only essential fields:
don't have the plugin yet? install it then click "run inline in claude" again.