howdeploy

Spins — Design skill for Claude Code

Design community

Toggle MTGA spinner phrases (Trump-style status lines) separately.

How to install Spins

Installs to ~/.claude/skills/howdeploy-mtga-spins/SKILL.md

Terminal
mkdir -p ~/.claude/skills/howdeploy-mtga-spins && curl -fsSL https://raw.githubusercontent.com/howdeploy/MTGA/HEAD/commands/spins.md -o ~/.claude/skills/howdeploy-mtga-spins/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Spins does


description: Toggle MTGA spinner phrases (Trump-style status lines) separately argument-hint: "on|off [ru|en]" allowed-tools: Bash(bash:*)

MTGA spins toggle result:

!`bash "${CLAUDE_PLUGIN_ROOT}/scripts/mtga.sh" spins $ARGUMENTS`

Relay the result above to the user in their language. Notes:

  • on → replaces spinnerVerbs in ~/.claude/settings.json with the MTGA phrase pack (the previous value is backed up and restored on off).
  • Spinner changes take effect in a new session.
  • Th

Alternatives in Design

  • Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
  • Planning With Files — Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B 17.4k ★
  • Explanatory Output Style — Educational output mode with insights about implementation choices 14k ★

Full documentation available on GitHub

View Source Repository