create-new-bun-package-repo
Installation
SKILL.md
Create New Bun Package Repository
Expert guide for creating new Bun packages from the zenobi-us/bun-module template repository. Automates repository creation, cloning, and setup using GitHub CLI. Important: Setup runs with defaults (not interactive prompts).
Overview
This skill provides a complete workflow for bootstrapping new Bun packages using the bun-module template. The template includes TypeScript configuration, testing setup, and standardized module structure. The workflow handles repository creation via GitHub CLI, cloning, and running the setup script which applies defaults automatically.
When to Use
Use when:
- Creating a new Bun TypeScript package or library
- Starting a new Bun module project
- Need consistent package structure across projects
- Want automated GitHub repo setup with Bun template