Sample skill
AI-powered commit message generator that follows conventional commits and best practicesFrom its SKILL.md
npx -y skills add csmoove530/clawd-market --skill sample-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 186 tokens by cl100k_base, as published. Nobody here has run it
Commit Wizard
Never write a bad commit message again! Commit Wizard analyzes your staged changes and generates clear, conventional commit messages.
Usage
Just tell Claude:
- "Generate a commit message for my changes"
- "Write a conventional commit for this feature"
- "Help me commit these bug fixes"
Features
- 🎯 Follows conventional commits format
- 📝 Analyzes git diff for context
- 🚀 Suggests scope and breaking changes
- ✨ Includes emojis (optional)
Example
Input: Added user authentication with JWT tokens
Output:
feat(auth): implement JWT-based authentication
- Add JWT token generation and validation
- Create auth middleware for protected routes
- Include refresh token support
BREAKING CHANGE: Authentication now required for all /api/* endpoints
Requirements
- Git repository
- Staged changes
License
MIT
What ships with it: 3 files
1.9 KB alongside SKILL.md, 1 of them executable
src/
- index.tsruns636 B
- package.json184 B
- README.md1.0 KB