From workbench-dev-team
Generate commit messages using Conventional Commits + Gitmoji format. Use this skill whenever creating, drafting, or suggesting git commit messages — including /commit commands, pre-commit hooks, bulk commits, and any context where a commit message is being composed. Always invoke this skill before writing a commit message.
npx claudepluginhub mike-bronner/claude-workbench --plugin workbench-dev-teamThis skill uses the workspace's default tool permissions.
```
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.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
<type>: <emoji> <description>.
<optional body>
<optional footer(s)>
The colon, emoji, and description each separated by exactly one space: type: emoji description.
:references/gitmoji.md to select the correct emoji for the changereferences/conventional-commits.md to determine the correct type and overall format for the commit message, based on SemVer mapping and breaking change syntaxfeat: ✨ Add email validation endpoint.
fix: 🐛 Resolve checkout payment error.
refactor: ♻️ Extract payment processing into service class.
fix: 🐛 Resolve token expiration bug.
Fixes: #789
Fixes: #790
For details on body paragraphs, footer format, and breaking change indicators, read references/conventional-commits.md.
Only include for real issues being fixed. Each on its own line in the footer:
Fixes: #789
Fixes: #790