A collection of skills for Claude Code.
Skills are markdown files that give Claude Code specialized knowledge and
workflows for specific tasks. Drop a skill into ~/.claude/skills/ and Claude
will use it automatically when relevant.
| Skill | Description |
|---|---|
| claude-changelog | Fetches the Claude Code changelog, surfaces what's new, and proposes edits to your skills and config |
| cli-dx | Audits and improves CLI quality and developer experience — argument parsing, help text, exit codes, piping, and more |
Copy any skill folder into your global Claude Code skills directory:
cp -r claude-changelog ~/.claude/skills/
cp -r cli-dx ~/.claude/skills/Or clone the repo and symlink the ones you want:
git clone https://github.com/jheuer/claude-skills
ln -s $(pwd)/claude-skills/cli-dx ~/.claude/skills/cli-dx