Initialize a new Bun project with optional framework selection
/plugin marketplace add secondsky/claude-skills/plugin install secondsky-bun-plugins-bun@secondsky/claude-skills# Bun Project Initialization Initialize a new Bun project with the best configuration for the selected template. ## Process 1. **Determine project type** - Ask user if template not specified 2. **Create project structure** - Use appropriate scaffolding 3. **Configure for Bun** - Ensure Bun-optimized settings 4. **Install dependencies** - Run `bun install` 5. **Initialize git** - Set up git repository 6. **Show next steps** - Guide user on what to do next ## Templates ### Basic (default) Creates minimal Bun project with TypeScript. ### Hono Creates Hono API project optimized for Bun....