My Claude skills
These are the skills I actually use in Claude Code. Open one to read it and copy it for free โ or create a free account to download the file.
๐
Commit Helper
Looks at your staged changes and writes a clear, conventional commit message so your git history stays readable. One of the first skills I install in every project.
View skill โ๐
PR Describer
Reads the diff between your branch and main and drafts a pull request description with a summary, a test plan, and a checklist. Saves me ten minutes on every PR.
View skill โ๐ก
Explain This
My favourite learning skill. Point it at a file and it explains what the code does, line by line, in plain language โ perfect when you're new to a codebase.
View skill โ