Creates well-formatted git commits using Conventional Commits specification. Use when committing changes, creating commits, staging and committing files, or when asked to save work with a proper commit message.
Creates atomic, well-formatted git commits following Conventional Commits specification.
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install git@side-quest-marketplaceThis skill is limited to using the following tools:
CONVENTIONS.mdEXAMPLES.mdCreate atomic, well-documented commits following Conventional Commits.
<type>(<scope>): <subject>
For full type definitions, see CONVENTIONS.md. For message examples, see EXAMPLES.md.
git status or MCP get_statusgit diff or MCP get_diff_summarygit add <files> (never blind git add .)git commit -m "$(cat <<'EOF'
<type>(<scope>): <subject>
[optional body]
Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"
--no-verifygit add . without reviewing changes first| Type | Use for |
|---|---|
| feat | New feature |
| fix | Bug fix |
| docs | Documentation only |
| refactor | Code change (no feature/fix) |
| test | Adding/updating tests |
| chore | Maintenance |
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.