Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 978 Bytes

File metadata and controls

27 lines (19 loc) · 978 Bytes

skills

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.

Skills

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.

Installing

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-cards

Verify the link resolves:

readlink ~/.claude/skills/quoteforge-cards
test -e ~/.claude/skills/quoteforge-cards/SKILL.md && echo ok