Commands
Slash commands that trigger predefined workflows in Claude Code.
What are you trying to do?
create-docker-mcp-tunnel
Stand up an Anthropic MCP tunnel locally with Docker Compose so Claude can call a private MCP server (manual-credentials quickstart).
/create-docker-mcp-tunnel [deployment-dir] (default: ./mcp-tunnel)deploy-to-render
Deploy the current project to Render.
/deploy-to-renderars-full
ARS full pipeline — research → write → review → revise → finalize
/ars-fullbuild
Build a new Lovable app from a prompt and optionally deploy it
status
Show the status of the current Vercel project — recent deployments, linked project info, and environment overview.
/statusdeploy
Deploy the current project to Vercel. Pass "prod" or "production" as argument to deploy to production. Default is preview deployment.
/deploydeploy_to_docker
Build Docker image and start/redeploy the MCP Task Orchestrator container, reusing the last-used config by default
deploy-site
Deploy a site using the Appwrite CLI
/deploy-site manualdeploy-function
Deploy a function using the Appwrite CLI
/deploy-function manual