feat(skills): add Product Hunt front-page launch card#18
feat(skills): add Product Hunt front-page launch card#18wuwangzhang1216 wants to merge 1 commit into
Conversation
lefarcen
left a comment
There was a problem hiding this comment.
Hey @wuwangzhang1216! 👋 The editorial newspaper concept here is genuinely distinct — reframing PH launch day as a front-page news moment rather than mirroring the orange SaaS card is a sharp angle, and the Playfair + brick-accent design system reads consistently with the other editorial skills.
One thing to flag before you mark this ready: the files are added at src/lib/templates/skills/social-product-hunt-card/ (repo root level), but this repo is a pnpm monorepo — the next package lives under next/, and the skill loader resolves its SKILLS_DIR relative to that package's working directory. All existing social cards (social-spotify-card, social-reddit-card, social-x-post-card) live at next/src/lib/templates/skills/. At the current paths, the picker won't discover your card.
The fix is a quick move: next/src/lib/templates/skills/social-product-hunt-card/. CONTRIBUTING.md says src/lib/templates/skills/ but it's written from inside the next/ package — easy to miss from the repo root.
Happy to do the full review once you've updated the paths and flipped this to ready. ✨
…nch card Renders Product Hunt launches as Sunday-newspaper front pages instead of the usual orange SaaS card. Sits inside the editorial signature already established by deck-guizang-editorial, magazine-poster, and doc-kami-parchment: Playfair Display + warm paper + brick accent + 1px hairlines, zero shadows / gradients / rounded corners. Files land under next/src/lib/templates/skills/social-product-hunt-card/ (monorepo app path), matching every other social-* skill.
c8043bd to
96f58cf
Compare
|
Thanks for the careful read, @lefarcen — you're right, the branch was based on a pre-monorepo Force-pushed as |
Summary
A new skill —
social-product-hunt-card— that renders Product Hunt launches as Sunday-newspaper front pages instead of the usual rounded-orange SaaS card. Sits inside the editorial signature already established bydeck-guizang-editorial,magazine-poster, anddoc-kami-parchment: Playfair Display + warm paper + brick accent + 1px hairlines, zero shadows / gradients / round corners.The signature design move — "today's launch as front-page news": masthead with star ornaments and a 1px+4px double rule, big italic-accented serif headline, Playfair-italic lede, two-column body grid (editorial number stack on the left + Hunter's Note pull-quote on the right), middle-dot-separated topics (no pills), newspaper byline footer with
LIVE NOWblink dot.Hard-locked design system
Mirrored in
SKILL.mdandexample.html:#f3eee2, tint#ece5d3, ink#1f1c17, muted#6e6a5d, rule#d3cdbe, accent#c2492c(brick-orange, between PH brand#DA552Fand editorial#b85a3a— preserves PH brand recognition without going garish).tnum(metrics, dateline, folio).Files
One folder; no registration step (picker auto-discovers via
src/lib/templates/loader.ts):src/lib/templates/skills/social-product-hunt-card/SKILL.mdcategory: card,scenario: marketing,aspect_hint: 1200×630, 6 tags) + prompt body locking the design system above.src/lib/templates/skills/social-product-hunt-card/example.htmlsrc/lib/templates/skills/social-product-hunt-card/example.mdCONTRIBUTING merge-bar (per
CONTRIBUTING.md)example.htmlships in the folderlorem ipsum; example uses real product copysocial-x-post-card,social-spotify-card,social-reddit-cardTest plan
pnpm dev→ open picker → confirmProduct Hunt 头版报appears under the Card / 卡 group#f3eee2, brick accent#c2492c, Playfair masthead, 1px hairlines, no shadows, no rounded corners ≥ 4px.pngexport works against the generated cardWhy this skill
The catalog already has
social-x-post-card,social-reddit-card,social-spotify-card— but no Product Hunt launch card, the single most-shared social artifact in dev-tool launches. And rather than mimic producthunt.com's UI (every PH-launch screenshot already does that), this skill reframes the moment: launch day is news, so the card is a newspaper front page. That's the signature. It also gives the project itself a ready-to-use OG card for its own eventual PH launch.