Spinner Verbs Skill
Description
A Claude Code skill for creating deeply personalized spinner verbs based on your life, interests, and personality
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Spinner Verbs Skill for Claude Code
A Claude Code skill that helps you create deeply personalized spinner verbs drawn from your own life — your profession, hobbies, favorite books/movies/music, cultural background, inside jokes, and personal philosophy.
What Are Spinner Verbs?
Claude Code displays rotating "spinner verbs" while it's working (e.g., "Thinking...", "Processing..."). These can be customized in your `~/.claude/settings.json` file to show personalized messages that make you smile every time one scrolls by.
Instead of generic messages, imagine seeing:
Maillard-reacting(if you love cooking)GNU-Terry-Pratchetting(if you're a Discworld fan)Rubber-duck-debugging(if you're a developer)Sunday-pancake-making(if that's your family tradition)
Installation
1. Install the Skill
# Create the skills directory if it doesn't exist
mkdir -p ~/.claude/skills/spinner-verbs
# Download the skill file
curl -o ~/.claude/skills/spinner-verbs/SKILL.md https://raw.githubusercontent.com/n-pillai/spinner-verbs-skill/master/SKILL.md
**Windows (PowerShell):**
# Create the skills directory if it doesn't exist
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.claude\skills\spinner-verbs"
# Download the skill file
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/n-pillai/spinner-verbs-skill/master/SKILL.md" -OutFile "$env:USERPROFILE\.claude\skills\spinner-verbs\SKILL.md"
2. Use the Skill
Once installed, you can invoke it in Claude Code:
/spinner-verbs
Or just ask Claude Code to help you personalize your spinner verbs, and it will automatically use this skill.
The skill will guide you through an interactive interview process to create spinner verbs based on:
- Your profession and work life
- Hobbies and interests
- Favorite books, movies, TV shows, music
- Cultural background and heritage
- Family life and traditions
- Personal philosophy and mindset frameworks
- And much m
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11