Skip to content

joewalnes/skills

Repository files navigation

Skills

A collection of custom Claude Code skills.

Installation

Option 1: Global install (recommended)

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 install

Skills 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 uninstall

Option 2: Plugin install (namespaced)

Install as a Claude Code plugin. Skills are available as /skills:skill-name.

/plugin install https://github.com/joewalnes/skills

Other commands

make list       # Show available skills and install status

Skills

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

Development

Test locally:

claude --plugin-dir .

License

MIT

About

A collection of custom Claude Code skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors