Claude Code Plugins

Community-maintained marketplace

Feedback

Common Bun commands reference

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name bun-commands
description Common Bun commands reference
when_to_use - User asks what commands are available - User wants to know how to run tests, lint, or format - User asks about building or starting the project - User mentions CI or compilation
keywords bun, commands, test, lint, format, build, compile, ci

Bun Commands

Common Bun commands for this project.

Commands

  • bun install - Install Dependencies
  • bun dev - Run Development Server
  • bun tests - Run Tests
  • bun ci - Run CI (lint, compile, test)
  • bun lint - Run Linter
  • bun format - Format Code
  • bun compile - Compile for Production
  • bun start - Start Production Server