14 Dev Runner banner
codeaashu codeaashu

14 Dev Runner

Development community

Description

# Prompt 14: Create Development Runner ## Context You are working in `/workspaces/claude-code`. By now you should have: - Bun installed (Prompt 01) - Runtime shims for `bun:bundle` and `MACRO` (Prompt 02) - A build system (Prompt 03) - Environment config (Prompt 05) Now we need a way to **run the CLI in development mode** — quickly launching it without a full production build. ## Task ### Part A: Create `bun run dev` script Bun can run TypeScript directly without compilation. Create a deve

Installation

Installs to ~/.claude/skills/codeaashu-claude-code-14-dev-runner/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository