Create git commits with AI-generated messages following best practices. Use when the user asks to commit changes, mentions "commit", wants to save work to git, or has made changes ready to be committed. Invokes /git-actions:commit command which analyzes changes, generates concise messages matching repo style, and handles staging/approval workflow.
Automates git commits by analyzing changes and generating best-practice messages. Triggers when you ask to commit, mention "commit", or want to save work to git.
/plugin marketplace add olioapps/claude-code-plugins/plugin install git-actions@olio-pluginsThis skill is limited to using the following tools:
When the user needs to create a git commit, use the /git-actions:commit slash command. This command orchestrates the entire workflow with best practices built-in.
/git-actions:commit all # Stage all changes and commit
/git-actions:commit staged # Commit only staged changes
/git-actions:commit # Auto-detect (staged if any, else all)
The /git-actions:commit command invokes the commit-writer agent, which has commit best practices embedded:
You can pass additional context to override defaults:
/git-actions:commit all use conventional commits format
/git-actions:commit staged keep it under 40 chars
/git-actions:commit all emphasize performance improvements
/git-actions:commit staged no body
User: "I've updated the authentication logic, can you commit this?"
You: Use /git-actions:commit all to stage all changes and create a commit with a well-crafted message.
User: "Commit my staged files"
You: Use /git-actions:commit staged to commit only the staged changes.
User: "I need a brief commit message for this fix"
You: Use /git-actions:commit all keep it under 40 chars to create a concise commit.
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.
Creating 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.
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.