Bun Development
This skill generates Bun development code snippets and configurations, streamlining your Bun project setup and accelerating development workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hainamchung-bun-development npx -- -y @trustedskills/hainamchung-bun-development
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hainamchung-bun-development": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hainamchung-bun-development"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, hainamchung-bun-development, provides capabilities for developing applications using Bun.js, a fast all-in-one JavaScript runtime. It allows you to execute Bun commands directly within an AI agent environment and manage project dependencies efficiently. The skill supports both creating new projects and working with existing ones.
When to use it
- Rapid prototyping: Quickly create and test small JavaScript applications using Bun's fast compilation times.
- Dependency management: Install, update, and remove project dependencies using Bun’s built-in package manager.
- Running scripts: Execute custom scripts defined in your
package.jsonfile with ease. - Building projects: Compile and bundle JavaScript code for deployment using Bun's build tools.
Key capabilities
- Execute Bun commands (e.g.,
bun install,bun run) - Manage project dependencies
- Create new Bun projects
- Support for existing Bun projects
Example prompts
- “Create a new Bun project called ‘my-app’.”
- "Install the 'express' package in my current Bun project."
- "Run the 'dev' script defined in my
package.jsonfile."
Tips & gotchas
- Ensure you have a valid
package.jsonfile for existing projects, as the skill relies on it for dependency management and script execution.
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.