From hostack
Analyze pending git changes and write a concise Conventional Commits message. Use when the user asks to commit, write a commit message, or wrap up a unit of work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hostack:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Steps:
Steps:
git status and git diff --staged. If nothing is staged, run git diff and git status to see unstaged work.<type>(<scope>): <subject>.
feat, fix, refactor, docs, test, chore, perf, build.git commit.git add -A. Stage specific files only.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
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 id-ego/hostack --plugin hostack