vitaliy-shatskiy

Claude Auto Launcher — AI skill for Claude Code

AI community

Windows launcher for Claude Code: account picker, remembered model and effort, session picker, maintenance screen.

How to install Claude Auto Launcher

This entry records only its repository, not the path inside it, so there is no exact command to give. Open vitaliy-shatskiy/claude-auto-launcher and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Auto Launcher does

Windows launcher for Claude Code: account picker, remembered model and effort, session picker, maintenance screen.

Alternatives in AI

  • Open Multi Agent — TypeScript multi-agent orchestration engine — one runTeam() call from goal to result 5.8k ★
  • Open Science — Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux 1.5k ★
  • Codex Skill — by klaudworks - Enables users to prompt codex from claude code 914 ★

README

claude-auto-launcher

[![tests](https://github.com/vitaliy-shatskiy/claude-auto-launcher/actions/workflows/ci.yml/badge.svg)](https://github.com/vitaliy-shatskiy/claude-auto-launcher/actions/workflows/ci.yml) [![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A Windows PowerShell launcher for Claude Code: an account picker, remembered model/effort/advisor/ permission choices per account, a project picker, a session-resume picker, and a maintenance screen, all driven by one config file so nothing here is hardcoded to a particular machine.

Unofficial and unaffiliated with Anthropic. It runs the `claude` CLI you already have; bugs in the CLI itself belong [upstream](https://github.com/anthropics/claude-code/issues).

╭────────────────────────────────────────────────────────────────────────────╮
│ ✻ claude-auto                                                              │
╰────────────────────────────────────────────────────────────────────────────╯

 ❯ account     [work]
   model       ‹ Sonnet 5 ›
   effort      ○ low ○ medium ● [high] ○ xhigh ○ max ○ ultracode
   advisor     ● [default] ○ fable ○ opus ○ off
   permission  ○ plan ● [auto] ○ acceptEdits ○ bypass
   mode        ● [normal] ○ safe

  ──────────────────────────────────────────────────────────────────────────
  w/s row  ┊  a/d value  ┊   enter  next  ┊   u  maintenance  ┊   esc  quit

The bracketed values above are what `default` resolves to in the reader's own `settings.json` (`model`, `effortLevel`, `advisorModel`, `permissions.defaultMode`) and differ per machine; a key that file does not set reads `default`, as the advisor row does here. The model names come out of the installed `claude.exe` itself, so they follow the CLI's releases.

Requirements

  • PowerShell 7 (pwsh) - required, not preferred. Typed in a Windows PowerShell 5.1 window the launcher re-execs itself under pwsh; with no pwsh on the machine at all it refuses and says so. It used to carry on