From miren
Operate miren infrastructure and workflows. Use this skill whenever the user mentions miren, wants to run miren commands, or needs help with miren workflows, even if they don't say "miren" explicitly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/miren:use-mirenThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before any operation, verify context:
Before any operation, verify context:
command -v miren # CLI installed
miren version # check CLI version
If the CLI is missing, guide the user to install it.
Use the built-in help system to learn about miren commands:
miren help --commands # list all available commands
miren help app.list # help for a specific command (use . for spaces)
miren help "app list" # alternative: quote the command
miren help doctor.server # help for doctor server
When unsure about a command's flags or behavior, always check miren help first rather than guessing.
Most miren commands accept -C <cluster> to target a specific cluster. When the user refers to a cluster by name (e.g., "how's the garden cluster doing", "check on staging"), pass that name with -C:
miren app list -C garden
miren doctor server -C garden
miren logs -a myapp -C garden --lines 50
If the user doesn't specify a cluster, omit -C to use the default.
For complex workflows, delegate to a specialized agent using the Agent tool. Match the user's intent to the right agent:
agents/app-setup.md): Use when the user wants to set up a new app, onboard an existing project to miren, or understand what an application needs to run. This agent analyzes source code for env vars, databases, services, and walks the user through configuration.agents/app-health.md): Use when the user asks about a specific app's health, status, logs, or issues.agents/cluster-health.md): Use when the user asks about overall cluster health, all apps status, or wants a system-wide overview.When the user's request matches one of these agents, invoke it with the Agent tool rather than handling it directly.
miren help to learn about commands before running them.--json or --format json where available for reliable, parseable output. Prefer structured JSON over grepping raw text output.For all operational responses, return:
Keep output concise. Include command evidence only when it helps the user understand what happened.
npx claudepluginhub mirendev/miren-skills --plugin mirenGenerates Cloud Foundry CLI v8 commands for app deployments, service management, authentication, org/space targeting, manifests, and troubleshooting.
Operates Railway infrastructure: create projects, provision services and databases, manage object storage buckets, deploy code, configure environments and variables, manage domains, and troubleshoot failures via the Railway CLI.
Installs and runs Render CLI for deploying services, viewing logs, SSH access, psql connections to databases, Blueprint validation, and CI/CD automation on Render.