Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/pi-stuff:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a git commit using Conventional Commits format.
Create a git commit using Conventional Commits format.
git status --short and git diff to understand the current changes. Limit inspection to the provided file paths or globs when present.git log -n 50 --pretty=format:%s | grep -E '^[a-z]+\([^)]+\):' to identify commonly used commit scopes.git diff --staged and create a Conventional Commits message based only on the staged diff.git commit -m "<subject>" and include -m "<body>" only when a body is useful.git status --short and git log -1 --oneline after committing, then report the commit hash and message.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub goofansu/pi-stuff --plugin pi-stuff