How this command is triggered — by the user, by Claude, or both
Slash command
/codepresso:deploy environment or deployment targetThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Codepresso Deploy The user invoked this command with: $ARGUMENTS Read `skills/deploy/SKILL.md`, inspect project deployment configuration, and confirm the target environment before triggering any deployment.
The user invoked this command with: $ARGUMENTS
Read skills/deploy/SKILL.md, inspect project deployment configuration, and confirm the target
environment before triggering any deployment.
npx claudepluginhub code-presso/codepresso-ai-plugin --plugin codepresso/deployGenerates GitHub Actions workflow to build and deploy VitePress wiki site to GitHub Pages after checking for wiki directory and existing workflows.
/deployForwards to /portaljs-deploy for one minor release, then removed. Invoke /portaljs-deploy instead.
/deployDeploys app to staging/production/preview with pre/post checks. Auto-detects method (Vercel/Netlify/Docker/Kubernetes/SSH/GitHub Pages), tags deploys, verifies health, outputs status and rollback.
/deployDeploys current project to Vercel via CLI with preflight checks. Defaults to preview; pass 'prod' or 'production' for production with explicit confirmation.
/deployRuns pre-flight checks (env validation, migrations, bundle size, ship audit), deploys the project, and performs production health check.
/deployGuides deployment of Kotlin/Next.js services to Railway (default), AWS, or GCP with pre-flight checks, config templates, and step-by-step instructions.