howdeploy

Commits — Design skill for Claude Code

Design community

Toggle Trump-style git commit messages (separate from the chat style).

How to install Commits

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

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

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

What Commits does


description: Toggle Trump-style git commit messages (separate from the chat style) argument-hint: "on|off" allowed-tools: Bash(bash:*)

MTGA commits toggle result:

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

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

  • This flag takes effect immediately (no restart needed), but it only matters while the MTGA style is ON (/mtga:on).
  • on → commit messages are written as dramatic Trump-style tweets (technical

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