sparklingneuronics

Claude Code Helpers — Development skill for Claude Code

Development community

claude46 launcher for Claude Code: keep using Claude Opus 4.6 / claude-opus-4-6[1m] after Opus 4.7 updates.

How to install Claude Code Helpers

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

What Claude Code Helpers does

claude46 launcher for Claude Code: keep using Claude Opus 4.6 / claude-opus-4-6[1m] after Opus 4.7 updates. macOS, Linux, WSL, and native Windows.

Alternatives in Development

  • Claudes C Compiler — Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM 2.6k ★
  • Lumenx Build — LumenX Studio 桌面应用构建流程 - macOS DMG 和 Windows EXE 打包 1.2k ★
  • Claude Code Zh Cn — Claude Code CLI 简体中文本地化 / 汉化插件;支持 macOS、Linux、WSL、Windows 与新版 native,一行安装,更新后自动修复 721 ★

README

claude-code-helpers -- Pin Claude Code to a Specific Model

Install pinned Claude Code launchers to keep using an older Opus model after Claude Code moves to a newer default. Your regular `claude` command continues to auto-update normally.

Launcher Pins to Claude Code Model ID Install dir (macOS/Linux)
claude47 Opus 4.7 2.1.153 claude-opus-4-7[1m] ~/.local/share/claude47
claude46 Opus 4.6 2.1.110 claude-opus-4-6[1m] ~/.local/share/claude46

![claude vs claude46 side by side](assets/terminal-screenshot.png)

This project is not affiliated with Anthropic. Claude and Claude Code are Anthropic products/trademarks. This repository only provides helper scripts for installing and launching Claude Code.

Published by [Sparkling Neuronics](https://sparklingneuronics.com) · [GitHub](https://github.com/sparklingneuronics)


claude47 -- Pin Claude Code to Opus 4.7

`install-claude47.sh` installs a pinned Claude Code launcher named `claude47`.

It is intended for users who want to keep running Claude Opus 4.7 after Opus 4.8 became the default, while leaving the regular `claude` command free to auto-update.

On macOS/Linux, the script installs:

  • Claude Code 2.1.153
  • Launcher command: claude47
  • Default model: claude-opus-4-7[1m]
  • Binary path: ~/.local/share/claude47/claude-2.1.153
  • Launcher path: ~/.local/bin/claude47

(Native Windows install layout is described in the [Windows](#windows) section.)

The launcher sets `DISABLE_AUTOUPDATER=1` and `DISABLE_UPDATES=1`, so `claude47` stays pinned (background auto-updates blocked, and an explicit `claude47 update` is a no-op). Your normal `claude` command is not modified.

Install claude47

Run the installer directly from GitHub:

curl -fsSL https://raw.githubusercontent.com/sparklingneuronics/claude-code-helpers/main/install-claude47.sh | bash

If you prefer to ins