@ido-levi/claude-code-tamagotchi
This is a virtual pet (Tamagotchi) that lives in the Claude Code statusline. The pet responds to user interactions through slash commands and tracks its state persistently.
Install
Add @ido-levi/claude-code-tamagotchi to Claude Code with the PolySkill CLI: polyskill add @ido-levi/claude-code-tamagotchi
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Essential Commands ### Development ```bash # Run the pet in statusline mode (main entry point) bun run src/index.ts # Development mode with auto-reload bun run dev # Build for distribution bun run build # Reset pet to initial state bun run reset # Run demo mode bun run demo ``` ### Installation & Setup ```bash # Install dependencies bun install # Run the setup script (configures Claude Code settings and commands) ./setup.sh # Global installation bun add -g github:Ido-Levi/clau…
Keywords: github, virtual-pet, tamagotchi, user-interaction, slash-commands, persistent-state, coding-assistant, claude-code, gamification