Web development workflows and best practices - commits, code review, debugging, and more.
/plugin marketplace add aAtila/webdev-plugin
/plugin install webdev@aAtilaThen restart Claude Code.
Use when: Creating git commits
Generates structured commit messages following conventional commits:
- Type/scope/description format
- Technical change bullet points
- Context paragraph explaining why
- Modified files list
- Copies to clipboard and stages files
MIT