Convex Deploy

🌐Community
by igorwarzocha · vlatest · Repository

Automates deployment of convex models to production environments, streamlining workflow and ensuring consistent releases.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add convex-deploy npx -- -y @trustedskills/convex-deploy
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "convex-deploy": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/convex-deploy"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The convex-deploy skill automates deployments to Convex, a backend platform for web applications. It handles tasks like pushing code changes and managing database migrations, streamlining the development process. This allows developers to focus on building features rather than infrastructure management.

When to use it

  • Deploying a new Convex project from scratch.
  • Pushing updates to an existing Convex environment after making code changes.
  • Automating database migration scripts as part of a deployment pipeline.
  • Integrating Convex deployments into larger workflows, such as CI/CD pipelines.

Key capabilities

  • Automated code pushing to Convex environments.
  • Database migration management.
  • Integration with development workflows.

Example prompts

  • "Deploy my current Convex project."
  • "Run the latest database migrations and deploy."
  • "Push these changes to my production Convex environment."

Tips & gotchas

Requires a configured Convex account and appropriate access permissions for deployment. Ensure your local code is committed and pushed before initiating a deployment with this skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
igorwarzocha
Installs
21

🌐 Community

Passed automated security scans.