Vibe Deploy

🌐Community
by swan4er · vlatest · Repository

Automatically deploys code based on sentiment analysis of developer comments, optimizing for positive team morale.

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 vibe-deploy npx -- -y @trustedskills/vibe-deploy
2

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

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

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

About This Skill

What it does

The vibe-deploy skill allows AI agents to deploy Vibe.js applications, handling tasks like building and pushing code to a designated server. It simplifies the process of getting Vibe.js projects live by automating common deployment steps. This includes compiling assets and transferring files securely.

When to use it

  • You're developing a Vibe.js application and need to deploy it quickly.
  • You want to automate your Vibe.js deployment workflow, reducing manual effort.
  • You’re managing multiple Vibe.js projects and require consistent deployment processes.
  • You need to update an existing Vibe.js application on a remote server with minimal downtime.

Key capabilities

  • Vibe.js application deployment
  • Automated build process
  • Secure file transfer
  • Server-side code execution

Example prompts

  • "Deploy my Vibe.js app to the staging server."
  • "Build and push the latest version of my Vibe project."
  • “Update the production environment with the changes from the main branch.”

Tips & gotchas

Ensure you have configured the necessary SSH keys or credentials for secure access to your deployment servers before using this skill. The skill's effectiveness depends on a properly structured Vibe.js project and a correctly set up server environment.

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
swan4er
Installs
4

🌐 Community

Passed automated security scans.