con un clic
deploy
Build and deploy Mindweave to Google Cloud Run
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Build and deploy Mindweave to Google Cloud Run
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Perform SEO audits on web pages and suggest improvements. Use this skill when reviewing pages for search engine optimization, improving metadata, fixing accessibility issues, or optimizing content for discoverability. Triggers on tasks involving SEO, metadata, page titles, descriptions, or search rankings.
Update STATUS.md after a change or deployment
Apply test-driven development practices when writing or modifying code. Use this skill when implementing new features, fixing bugs, or refactoring to ensure code is written with tests first. Triggers on tasks involving new functionality, bug fixes, or code changes that need test coverage.
Run the Mindweave test suite
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
| name | deploy |
| description | Build and deploy Mindweave to Google Cloud Run |
| disable-model-invocation | true |
Deploy Mindweave to Cloud Run. Follow these steps:
git status. If there are changes, ask the user if they want to commit first.git rev-parse --short HEADgcloud builds submit --config=cloudbuild.yaml --substitutions=_SERVICE_NAME=mindweave,_REGION=us-central1,SHORT_SHA=<sha> --project=mindweave-prod
If $ARGUMENTS contains "status", just check the latest build status instead of deploying:
gcloud builds list --limit=1 --project=mindweave-prod