Generate well-structured git commit messages. Use when user says "generate commit message", "write a commit", "what should my commit message be", "create commit message for these changes", or needs help crafting conventional commit messages.
Generates conventional git commit messages by analyzing staged changes and repository history.
npx claudepluginhub uniswap/ai-toolkitThis skill is limited to using the following tools:
Generate a structured git commit message based on current changes and repository patterns.
Gather Git Information:
git status to see staged and unstaged changesgit diff --cached to get detailed staged changesgit diff to get unstaged changes (if any)git log --oneline -10 to understand repository commit patternsParse Input: Extract any scope or focus area from user's request
Generate Message: Create commit message following conventional format:
Generate commit message in this format:
<type>(<scope>): <summary>
<body explaining WHAT changed and WHY>
🤖 Generated with [Claude Code](https://claude.ai/code)
Types: feat, fix, docs, style, refactor, test, chore, perf, ci, build
"Generate a commit message"
"What should my commit say for these auth changes"
"Write commit message focusing on the API updates"
"Create commit for database migration"
Invokes the commit-message-generator-agent with:
git commit - only generates message textCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.