The library
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 →