Personal collection of Claude skills.
Each top-level directory is one skill: a SKILL.md (instructions + trigger
description) plus any references/, scripts/, or assets/ it needs.
| Skill | What it does |
|---|---|
quoteforge-cards |
Turn text into polished images and multi-slide decks (PNG) with QuoteForge — quote cards, carousels, slides, blog/OG headers, article covers, banners. Installs the CLI if needed, authors the JSON, renders, and shows the result. |
Claude Code discovers skills under ~/.claude/skills/. Symlink a skill there so
edits in this repo are picked up live:
ln -s "$PWD/quoteforge-cards" ~/.claude/skills/quoteforge-cardsVerify the link resolves:
readlink ~/.claude/skills/quoteforge-cards
test -e ~/.claude/skills/quoteforge-cards/SKILL.md && echo ok