event-invite-maker

Generate single-page HTML/CSS digital event invitations with themed templates and RSVP buttons.

39|14|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/doable-me/Doable --skill event-invite-maker-doable-me
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: event-invite-maker
Source: https://github.com/doable-me/Doable/tree/main/services/api/src/ai/skills/_system/event-invite-maker
Command: npx skills add https://github.com/doable-me/Doable --skill event-invite-maker-doable-me

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating polished digital event invitations normally requires design skills and manual HTML/CSS work. This Skill generates complete, self-contained invitation pages with RSVP links directly from plain event details. ## Core Features & Use Cases - Theme Classification: Automatically classifies events into five design themes (LUXURY, TECH, CELEBRATION, SOFT, CORPORATE) using a decision tree based on event type. - Complete HTML Templates: Provides full boilerplate templates with theme-specific fonts, color palettes, and background effects such as starfield canvas animation or confetti dot patterns. - Structured Layout: Enforces a consistent DATE / TIME / VENUE details table, dress code section, and RSVP button across all themes. - Use Case: Ask for an invitation to a startup Series A announcement and receive a dark-slate TECH-themed page with electric blue accents, a registration button, and contact details ready to share. ## Quick Start Ask the AI to create an HTML invitation for your event, providing the event name, date, time, venue, host, and RSVP link.

Frequently Asked Questions about event-invite-maker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an HTML event invitation with an RSVP button?▼

Provide the event name, date, time, venue, host, and RSVP link, and the Skill generates a complete single-page HTML invitation. If no RSVP URL is given, it inserts a mailto:rsvp@example.com link with a comment to update it.

What event types does the invitation generator support?▼

It supports weddings, galas, tech conferences, webinars, product launches, startup funding announcements, birthdays, graduations, baby showers, gender reveals, and corporate events. Each maps to one of five themes: LUXURY, TECH, CELEBRATION, SOFT, or CORPORATE.

How is the invitation theme chosen for my event?▼

A decision tree classifies the event by type: weddings and galas use LUXURY, tech and startup events use TECH, parties use CELEBRATION, baby showers use SOFT, and formal business events use CORPORATE. Unmatched events fall back to LUXURY with an adapted palette.

Does the generated invitation work on mobile devices?▼

Yes, every theme template includes responsive CSS media queries. Below 500px width, the three-column details table stacks vertically and font sizes and padding adjust for small screens.

What happens if I don't provide all the event details?▼

Missing values are filled with theme-appropriate defaults, such as 'The Grand Ballroom' for venue or 'Smart Casual' for TECH dress code. The event name is required; the Skill asks for it rather than proceeding without it.