ksdisch

Boot Server — Git skill for Claude Code

Git community

Detect how this project is served, start the dev server in the background, wait until it's ready, and open the running page in Chrome.

How to install Boot Server

Installs to ~/.claude/skills/ksdisch-claude-config-boot_server/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ksdisch-claude-config-boot_server && curl -fsSL https://raw.githubusercontent.com/ksdisch/claude-config/HEAD/commands/boot_server.md -o ~/.claude/skills/ksdisch-claude-config-boot_server/SKILL.md

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

What Boot Server does


description: Detect how this project is served, start the dev server in the background, wait until it's ready, and open the running page in Chrome. Pass "live" to open the deployed page (e.g. GitHub Pages) instead. argument-hint: [live | local | | ] allowed-tools: Bash, Read, Glob, Grep, WebFetch, Monitor

/boot_server — start the server and open the app in Chrome

Get this project running and visible in one shot. Detect how it's served, start it (in the **background** so i

Alternatives in Git

  • Git Worktree Setup — Create isolated git worktrees with instant feedback and background Rust verification 25.5k ★
  • Git MCP — GitHub Repo stars Free open-source remote MCP server for any GitHub project Git integration MCP 7.8k ★
  • Copilot API — Turns GitHub Copilot into an OpenAI/Anthropic API compatible server, usable with Claude Code 3.1k ★

Full documentation available on GitHub

View Source Repository