01 Install Bun And Deps banner
codeaashu codeaashu

01 Install Bun And Deps

Development community

Description

# Prompt 01: Install Bun Runtime & Dependencies ## Context You are working in `/workspaces/claude-code`, which contains the leaked source code of Anthropic's Claude Code CLI. It's a TypeScript/TSX project that uses **Bun** as its runtime (not Node.js). The `package.json` specifies `"engines": { "bun": ">=1.1.0" }`. There is no `bun.lockb` lockfile — it was not included in the leak. ## Task 1. **Install Bun** (if not already installed): ``` curl -fsSL https://bun.sh/install | bash `

Installation

Installs to ~/.claude/skills/codeaashu-claude-code-01-install-bun-and-deps/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codeaashu-claude-code-01-install-bun-and-deps && curl -fsSL https://raw.githubusercontent.com/codeaashu/claude-code/HEAD/prompts/01-install-bun-and-deps.md -o ~/.claude/skills/codeaashu-claude-code-01-install-bun-and-deps/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository