From playtime
Convert a generated Playtime packet into shareable formats — PDF for printing or emailing, JPEG/PNG for texting, and a "share card" summary image for grandparents. Used by /playtime-share and optionally offered automatically after /generate-playtime.
How this skill is triggered — by the user, by Claude, or both
Slash command
/playtime:playtime-shareThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turns the print-ready HTML packet into formats parents actually share.
Turns the print-ready HTML packet into formats parents actually share.
A packet is generated as ~/.playtime/packets/YYYY-MM-DD/<kid>.html. That HTML is great for printing. It's terrible for:
This skill produces three output shapes:
~/.playtime/history.json for the requested kid + date.entry.filePath.references/rendering.md (headless Chrome is the primary path).~/.playtime/shares/YYYY-MM-DD/<kid>-<format>.<ext>.references/share-card-template.html first, then render.references/text-template.md).references/formats.md — when to use each format, sizing/quality notesreferences/rendering.md — headless Chrome commands, fallbacks, troubleshootingreferences/share-card-template.html — the 1080×1080 summary card template (with placeholders)references/text-template.md — draft messages parents can paste when sharingprintSize and defaultColorMode from profile.json — the PDF should look exactly like what would have come out of the printer.Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub jtemps/playtime-plugin --plugin playtime