Stats
Actions
Tags
From specular
Stage and commit all current changes with a short conventional commit message. Invoked by the implement loop after a sub-issue is complete, not by users directly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/specular:create-commitThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stage and commit all changes with a conventional commit message.
Stage and commit all changes with a conventional commit message.
<prefix>: <short lowercase description>
feat:, fix:, or chore: (pick the most appropriate)
feat - new functionality or capabilityfix - bug fix or correctionchore - refactor, cleanup, deps, config, docs, tests, etc.feat: add user login page
fix: handle empty list in search
chore: update deps
chore: remove unused imports
feat: support dark mode
fix: prevent crash on missing config
chore: rename utils to helpers
git diff HEAD and git status to understand what changedgit add -A && git commit -m "<message>"
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub fhqvst/agents --plugin specular