Create New Bun Package Repo
Helps with creation, packages as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-new-bun-package-repo npx -- -y @trustedskills/create-new-bun-package-repo
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-new-bun-package-repo": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-new-bun-package-repo"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the initialization of a new Bun package repository, setting up the standard project structure and configuration files required for development. It streamlines the workflow for creating fresh projects by handling the underlying setup commands automatically.
When to use it
- You need to start a new JavaScript or TypeScript project using the Bun runtime quickly.
- You want to ensure consistent initialization across multiple team members or environments.
- You prefer not to manually run
bun initand configure package.json settings every time. - You are setting up a monorepo or a specific microservice within an existing architecture.
Key capabilities
- Creates the standard directory structure for a Bun project.
- Generates a default
package.jsonwith necessary metadata. - Initializes the repository with basic configuration files.
- Executes the setup equivalent to running
bun initin a new folder.
Example prompts
- "Create a new Bun package repository for a simple API server."
- "Initialize a fresh Bun project named 'my-app' with default settings."
- "Set up a new Bun package repo and ensure the package.json is ready for dependencies."
Tips & gotchas
Ensure you have Bun installed on your system before invoking this skill, as it relies on the runtime to generate files correctly. If you need specific configurations (like TypeScript support or linting rules) beyond the defaults, you may need to customize the generated files immediately after creation.
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.