A collection of custom Claude Code skills.
Symlinks skills into ~/.claude/skills/ so they're available as /skill-name in every project, on every machine.
git clone https://github.com/joewalnes/skills.git
cd skills
make installSkills are symlinked, not copied — edits made by Claude in any project write back to this repo, making it easy to commit and push upstream.
To remove:
make uninstallInstall as a Claude Code plugin. Skills are available as /skills:skill-name.
/plugin install https://github.com/joewalnes/skills
make list # Show available skills and install status| Skill | Description |
|---|---|
bug |
Add a new bug to the project's tracker (alias for /todo) |
bug-bash |
Autonomously work through a project's bug list, fixing bugs in priority order |
hello-world |
A simple test greeting skill |
project-setup |
Walk through project setup improvements for AI-assisted development |
readme |
Generate or update project README documentation |
scorecard |
Comprehensive codebase quality audit with letter grades |
sitrep |
Quick situation report — recap progress, uncommitted work, gaps, and next steps |
todo |
Add a new bug or todo to the project's tracker |
tool-web |
Build a lightweight single-file web application with no external dependencies |
Test locally:
claude --plugin-dir .MIT