Personal Claude Code skills. Copy what's useful — they're small, opinionated, and meant to be adapted.
Via skills.sh:
npx skills@latest add Mezzle/skillsOr copy any skill directory into your ~/.claude/skills/:
git clone git@github.com:Mezzle/skills.git
cp -r skills/skills/productivity/obsidian-daily-log ~/.claude/skills/- obsidian-daily-log — append-only daily-log discipline for Obsidian vaults. Reads first, dedups, leaves dataview blocks alone, redacts PII.
skills/
<bucket>/
<skill-name>/
SKILL.md # behavior + frontmatter
Buckets follow the same convention as Matt Pocock's skills repo:
productivity/— non-code workflow toolsengineering/— daily code workpersonal/— tied to my own setup, not promotedin-progress/— drafts not yet ready to ship
Only skills under productivity/, engineering/, and misc/ are listed in the top-level README.md and .claude-plugin/plugin.json.
Open to PRs from teammates — see CLAUDE.md for repo conventions and CONTEXT.md for terminology.