00 Overview banner
codeaashu codeaashu

00 Overview

Development community

Description

# Build-Out Prompt Index Run these prompts **in order** in separate chat sessions. Each one is self-contained. | # | File | What It Does | Depends On | |---|------|-------------|------------| | 01 | `01-install-bun-and-deps.md` | Install Bun runtime, install all dependencies | — | | 02 | `02-runtime-shims.md` | Create `bun:bundle` runtime shim + `MACRO` globals so code runs without Bun's bundler | 01 | | 03 | `03-build-config.md` | Create esbuild-based build system that bundles the CLI to a si

Installation

Installs to ~/.claude/skills/codeaashu-claude-code-00-overview/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codeaashu-claude-code-00-overview && curl -fsSL https://raw.githubusercontent.com/codeaashu/claude-code/HEAD/prompts/00-overview.md -o ~/.claude/skills/codeaashu-claude-code-00-overview/SKILL.md

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

Full documentation available on GitHub

View Source Repository