Bun Deploy
Automatically deploys baked goods to designated locations based on predicted demand and delivery routes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bun-deploy npx -- -y @trustedskills/bun-deploy
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bun-deploy": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bun-deploy"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The bun-deploy skill automates deployments using Bun, a fast all-in-one JavaScript runtime. It simplifies the process of building and deploying applications by leveraging Bun's capabilities for bundling, transpilation, and execution. This allows for faster deployment cycles and improved developer productivity compared to traditional methods.
When to use it
- Deploying a new version of your Node.js application to a staging or production environment.
- Automating the build process before deploying code changes.
- Quickly testing deployments in a development environment without manual intervention.
- Setting up continuous deployment pipelines for faster iteration cycles.
Key capabilities
- Bun-based bundling and transpilation
- Automated deployment workflows
- Support for various deployment targets (not specified)
- Simplified build process
Example prompts
- "Deploy the latest version of my application to production."
- "Run a build and deploy to staging environment."
- “Test the new code changes in development.”
Tips & gotchas
The skill requires Bun to be installed on your system or available within the agent's execution environment. Specific deployment target configurations may need to be provided depending on the application’s architecture.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.